diff --git a/specs/Data-Gateway.json b/specs/Data-Gateway.json
index b541504..0531cf8 100644
--- a/specs/Data-Gateway.json
+++ b/specs/Data-Gateway.json
@@ -18,7 +18,7 @@
},
"examples": {
"valid correlation Id": {
- "summary": "Example valid correlation ID",
+ "summary": "Example Valid Correlation ID",
"description": "An example of a valid correlation ID in type UUID string.",
"value": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
}
@@ -41,7 +41,7 @@
},
"examples": {
"valid tenant Id": {
- "summary": "Example valid tenant ID",
+ "summary": "Example Valid Tenant ID",
"description": "An example of a valid tenant ID in type UUID string.",
"value": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
}
@@ -60,7 +60,7 @@
},
"examples": {
"valid channel name": {
- "summary": "Example valid channel name",
+ "summary": "Example Valid Channel Name",
"description": "An example string of a valid channel name.",
"value": "stable"
}
@@ -80,17 +80,17 @@
},
"examples": {
"valid channel ring": {
- "summary": "Example valid channel ring",
+ "summary": "Example Valid Channel Ring",
"description": "An example integer that represents a valid channel ring.",
"value": 1
},
"minimum channel ring": {
- "summary": "Example minimum channel ring",
+ "summary": "Example Minimum Channel Ring",
"description": "An example integer that represents the minimum valid channel ring.",
"value": 0
},
"invalid channel ring": {
- "summary": "Example invalid channel ring",
+ "summary": "Example Invalid Channel Ring",
"description": "An example integer that represents an invalid channel ring, which is negative.",
"value": -1
}
@@ -109,7 +109,7 @@
},
"examples": {
"Valid version number": {
- "summary": "Example valid version number",
+ "summary": "Example Valid Version Number",
"description": "An example string represents a valid semantic version number.",
"value": "1.2.3"
}
@@ -132,7 +132,7 @@
},
"examples": {
"Valid parent ID": {
- "summary": "Example valid parent ID",
+ "summary": "Example Valid Parent ID",
"description": "An example UUID string that represents a valid parent object ID.",
"value": "3b241101-e2bb-4255-8caf-4136c566a962"
}
@@ -152,7 +152,7 @@
},
"examples": {
"Valid start date": {
- "summary": "Example valid start date",
+ "summary": "Example Valid Start Date",
"description": "An example ISO8601 date string that represents a valid start date in a query.",
"value": "2025-01-01T00:00:00Z"
}
@@ -172,7 +172,7 @@
},
"examples": {
"Valid end date": {
- "summary": "Example valid end date",
+ "summary": "Example Valid End Date",
"description": "An example ISO8601 date string that represents a valid end date in a query.",
"value": "2025-02-05T23:59:59Z"
}
@@ -192,6 +192,9 @@
"404": {
"description": "The requested object was not found."
},
+ "500": {
+ "description": "An unexpected error occurred on the server!"
+ },
"503": {
"description": "App is starting still. Feature is not available. Please try again later."
},
@@ -414,77 +417,27 @@
"role"
]
},
- "LicenseReport.CorrelationRecord": {
- "description": "Metadata that describes the execution session (run) that is used to tie/relate all of the license report together.",
+ "Report.FeatureBreakdown": {
+ "additionalProperties": {
+ "type": "boolean",
+ "examples": [
+ true
+ ]
+ },
+ "description": "List of features that are configured for the specific service plan's service configuration for the related principal.\nThe key is the name of the feature that is being described.\nThe value is the state of the feature configuration, `true` is in scope and `false` meaning not in scope.",
"examples": [
{
- "auditTenantAccount": "priv-user@example.com",
- "correlationId": "9d838115-0868-45d4-b8a5-98adc1af7e42",
- "reportTenantAccount": "ent-user@example.com",
- "tenantId": "7e536189-b2dd-4c8b-98b1-9b174777883f",
- "createdAt": "2024-08-01T21:13:12.821Z",
- "updatedAt": "2024-08-01T21:13:12.821Z"
- }
- ],
- "properties": {
- "auditTenantAccount": {
- "description": "The user account used to retrieve the license information in the tenant being audited.",
- "examples": [
- "admin-user@example.com"
- ],
- "format": "email",
- "type": "string"
- },
- "correlationId": {
- "description": "The ID of the execution session (run) that is used to tie/relate all of the data together.",
- "examples": [
- "88da2253-758f-4135-9d37-64448c8b65c1"
- ],
- "format": "uuid",
- "type": "string",
- "pattern": "^\\w+-\\w+-\\w+-\\w+-\\w+$"
- },
- "reportTenantAccount": {
- "description": "User account used to store/report the license report to the SHI Lab cloud service.",
- "examples": [
- "generic-user@example.com"
- ],
- "format": "email",
- "type": "string"
- },
- "tenantId": {
- "description": "Unique ID of customer's Microsoft tenant that the license report is for.",
- "examples": [
- "0e1fe83f-a33f-4250-8546-225b8d45ae01"
- ],
- "format": "uuid",
- "type": "string",
- "pattern": "^\\w+-\\w+-\\w+-\\w+-\\w+$"
- },
- "createdAt": {
- "description": "Timestamp of when the report was created.",
- "examples": [
- "2024-08-01T21:12:22.148Z"
- ],
- "format": "date-time",
- "type": "string"
- },
- "updatedAt": {
- "description": "Timestamp of when the report was last updated.",
- "examples": [
- "2024-08-01T21:12:22.148Z"
- ],
- "format": "date-time",
- "type": "string"
+ "Conditional Access": true,
+ "Access Reviews": true,
+ "Dynamic Groups": false,
+ "On-Prem Password Rest": true,
+ "On-Prem Password Protection": false
}
- },
- "required": [
- "auditTenantAccount"
],
- "title": "License Report - Correlation Record",
+ "title": "Report - Feature Breakdown",
"type": "object"
},
- "LicenseReport.LicenseData": {
+ "LicenseReportV0.LicenseData": {
"type": "object",
"properties": {
"assignedLicense": {
@@ -513,7 +466,7 @@
"additionalProperties": {
"oneOf": [
{
- "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
+ "$ref": "#/components/schemas/Report.FeatureBreakdown"
},
{
"type": "integer",
@@ -548,7 +501,7 @@
"additionalProperties": {
"oneOf": [
{
- "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
+ "$ref": "#/components/schemas/Report.FeatureBreakdown"
},
{
"type": "integer",
@@ -634,27 +587,7 @@
],
"title": "License Report - License Data"
},
- "LicenseReport.FeatureBreakdown": {
- "additionalProperties": {
- "type": "boolean",
- "examples": [
- true
- ]
- },
- "description": "List of features that are configured for the specific service plan's service configuration for the related principal.\nThe key is the name of the feature that is being described.\nThe value is the state of the feature configuration, `true` is in scope and `false` meaning not in scope.",
- "examples": [
- {
- "Conditional Access": true,
- "Access Reviews": true,
- "Dynamic Groups": false,
- "On-Prem Password Rest": true,
- "On-Prem Password Protection": false
- }
- ],
- "title": "License Report - Feature Breakdown",
- "type": "object"
- },
- "LicenseReport": {
+ "LicenseReportV0": {
"description": "Completely calculated license report structure that is the result of a complete run.",
"examples": [
{
@@ -709,11 +642,11 @@
"type": "object"
},
"correlation": {
- "$ref": "#/components/schemas/LicenseReport.CorrelationRecord"
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
},
"licenseData": {
"additionalProperties": {
- "$ref": "#/components/schemas/LicenseReport.LicenseData"
+ "$ref": "#/components/schemas/LicenseReportV0.LicenseData"
}
}
},
@@ -724,105 +657,838 @@
],
"title": "License Report - Complete Object"
},
- "LicenseEntitlement.Shield": {
- "description": "Record that describes the purchased licenses for a specific tenant. More than one of these can be active at a single time.",
+ "LicenseReportV1": {
+ "description": "Completely calculated license report V1 structure that is the result of a complete run.",
+ "examples": [
+ {
+ "availableLicense": [
+ {
+ "count": 10,
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "123e4567-e89b-12d3-a456-426614174000"
+ ]
+ }
+ ],
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ "principalData": {
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ },
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Software Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ }
+ },
+ "schemaVersion": 1
+ }
+ ],
+ "type": "object",
"properties": {
- "correlationId": {
- "description": "Used to correlate the license entitlements with other records.",
+ "availableLicense": {
+ "type": "array",
+ "description": "Array of available license bundles. Each item includes the total purchased, the unique license bundle ID, and the list of associated service plans.",
+ "items": {
+ "type": "object",
+ "required": [
+ "count",
+ "id",
+ "servicePlanList"
+ ],
+ "properties": {
+ "count": {
+ "type": "integer",
+ "format": "int32",
+ "description": "Total number of licenses purchased for this license bundle.",
+ "examples": [
+ 10
+ ]
+ },
+ "id": {
+ "type": "string",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "description": "Well known ID of the license bundle.",
+ "examples": [
+ "09d9b4dc-b229-4f06-a22a-617c82091e21"
+ ]
+ },
+ "servicePlanList": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "description": "Well known ID of the service plan.",
+ "examples": [
+ "ff417b87-8f30-4250-94bb-8551cab0453b"
+ ]
+ },
+ "description": "List of available service plans for the current license.",
+ "examples": [
+ [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "f0578fdb-bbf3-43a0-939d-af4a7ddf2532"
+ ]
+ ]
+ }
+ },
+ "examples": [
+ {
+ "count": 10,
+ "id": "034d1003-cab4-4a91-9ebc-c8931fdf0063",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ]
+ },
"examples": [
- "e097a3f5-9599-44a2-8923-fd3276c83ae1"
- ],
- "format": "uuid",
- "maxLength": 36,
- "minLength": 36,
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
- "readOnly": true,
- "type": "string"
+ [
+ {
+ "count": 10,
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "123e4567-e89b-12d3-a456-426614174000"
+ ]
+ },
+ {
+ "count": 20,
+ "id": "e7358cd2-fea1-4dad-9ff1-e344f9a2b93f",
+ "servicePlanList": [
+ "73d8d3d6-b398-4665-8c64-15e63a75a3b1"
+ ]
+ }
+ ]
+ ]
},
- "enterpriseDeviceCount": {
- "description": "Count of Enterprise Devices that are allowed to be managed.",
+ "correlation": {
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
+ },
+ "principalData": {
+ "$ref": "#/components/schemas/Report.PrincipalData"
+ },
+ "schemaVersion": {
+ "type": "integer",
+ "format": "int32",
+ "description": "Version number of the license report schema.",
"examples": [
- 5
+ 1
+ ]
+ }
+ },
+ "required": [
+ "availableLicense",
+ "correlation",
+ "principalData",
+ "schemaVersion"
+ ],
+ "title": "License Report V1 - Complete Object"
+ },
+ "Report.CorrelationRecord": {
+ "description": "Metadata that describes the execution session (run) that is used to tie/relate report versions together.",
+ "examples": [
+ {
+ "auditTenantAccount": "priv-user@example.com",
+ "correlationId": "9d838115-0868-45d4-b8a5-98adc1af7e42",
+ "reportTenantAccount": "ent-user@example.com",
+ "tenantId": "7e536189-b2dd-4c8b-98b1-9b174777883f",
+ "createdAt": "2024-08-01T21:13:12.821Z",
+ "updatedAt": "2024-08-01T21:13:12.821Z"
+ }
+ ],
+ "properties": {
+ "auditTenantAccount": {
+ "description": "The user account used to retrieve the information in the tenant being audited.",
+ "examples": [
+ "admin-user@example.com"
],
- "format": "int32",
- "type": "integer"
+ "format": "email",
+ "type": "string"
},
- "enterpriseInterfaceCount": {
- "description": "Count of Enterprise Interfaces that are allowed to be managed.",
+ "correlationId": {
+ "description": "The ID of the execution session (run) that is used to tie/relate all of the data together.",
"examples": [
- 6
+ "88da2253-758f-4135-9d37-64448c8b65c1"
],
- "format": "int32",
- "type": "integer"
+ "format": "uuid",
+ "type": "string",
+ "pattern": "^\\w+-\\w+-\\w+-\\w+-\\w+$"
},
- "enterpriseIntermediaryCount": {
- "description": "Count of Enterprise Intermediaries that are allowed to be managed.",
+ "reportTenantAccount": {
+ "description": "User account used to store/report the report to the SHI Lab cloud service.",
"examples": [
- 7
+ "generic-user@example.com"
],
- "format": "int32",
- "type": "integer"
+ "format": "email",
+ "type": "string"
},
- "enterpriseUserCount": {
- "description": "Count of Enterprise Users that are allowed to be managed.",
+ "tenantId": {
+ "description": "Unique ID of customer's Microsoft tenant that the report is auditing.",
"examples": [
- 8
+ "0e1fe83f-a33f-4250-8546-225b8d45ae01"
],
- "format": "int32",
- "type": "integer"
+ "format": "uuid",
+ "type": "string",
+ "pattern": "^\\w+-\\w+-\\w+-\\w+-\\w+$"
},
- "notValidAfter": {
- "description": "Date that the entitlement expires at.",
+ "createdAt": {
+ "description": "Timestamp of when the report was created.",
"examples": [
- "2024-07-30T17:35:24.044Z"
+ "2024-08-01T21:12:22.148Z"
],
"format": "date-time",
"type": "string"
},
- "notValidBefore": {
- "description": "Date that the entitlement becomes active at.",
+ "updatedAt": {
+ "description": "Timestamp of when the report was last updated.",
"examples": [
- "2024-07-30T17:37:15.300Z"
+ "2024-08-01T21:12:22.148Z"
],
"format": "date-time",
"type": "string"
+ }
+ },
+ "required": [
+ "auditTenantAccount"
+ ],
+ "title": "License Report - Correlation Record",
+ "type": "object"
+ },
+ "Report.PrincipalData": {
+ "description": "Contains user and device records included in the report, detailing assigned services, licenses, consumed services, and related metadata for each principal.",
+ "type": "object",
+ "required": [
+ "device",
+ "user"
+ ],
+ "properties": {
+ "user": {
+ "title": "User Principal Records",
+ "type": "object",
+ "description": "Object containing user records, each keyed by user ID. Includes assigned services, licenses, consumed services, inferred attributes, metadata, and enhanced identity data for each user.",
+ "additionalProperties": {
+ "type": "object",
+ "required": [
+ "assignedService",
+ "assignedLicense",
+ "consumedService",
+ "llmInferred",
+ "principalMetadata",
+ "enhancedData"
+ ],
+ "properties": {
+ "assignedService": {
+ "$ref": "#/components/schemas/Report.PrincipalData.CommonService"
+ },
+ "assignedLicense": {
+ "$ref": "#/components/schemas/Report.PrincipalData.AssignedLicense"
+ },
+ "consumedService": {
+ "$ref": "#/components/schemas/Report.PrincipalData.CommonService"
+ },
+ "llmInferred": {
+ "title": "Principal Inferred Attributes",
+ "type": "object",
+ "required": [
+ "isServiceAccount",
+ "isFrontlineWorker",
+ "isTempWorker"
+ ],
+ "description": "Inferred principal attributes, showing if the account is a service account, frontline worker, temporary worker.",
+ "properties": {
+ "isServiceAccount": {
+ "description": "Indicates if the account is a service account.",
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "examples": [
+ true,
+ null
+ ]
+ },
+ "isFrontlineWorker": {
+ "description": "Indicates if the user is a frontline worker.",
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "examples": [
+ true,
+ null
+ ]
+ },
+ "isTempWorker": {
+ "description": "Indicates if the user is a temporary worker.",
+ "type": [
+ "boolean",
+ "null"
+ ],
+ "examples": [
+ true,
+ null
+ ]
+ }
+ },
+ "examples": [
+ {
+ "isFrontlineWorker": false,
+ "isTempWorker": true,
+ "isServiceAccount": null
+ }
+ ]
+ },
+ "principalMetadata": {
+ "$ref": "#/components/schemas/Report.PrincipalData.PrincipalMetadata"
+ },
+ "enhancedData": {
+ "title": "User Enhanced Identity Data",
+ "description": "Additional identity details for the user, such as principal name, job title, department, office location, and employee type; present only if customer consented, otherwise null.",
+ "oneOf": [
+ {
+ "type": "object",
+ "required": [
+ "userPrincipalName",
+ "idpJobTitle",
+ "idpDepartment",
+ "idpOfficeLocation",
+ "idpEmployeeType"
+ ],
+ "properties": {
+ "userPrincipalName": {
+ "type": "string",
+ "description": "The user's principal name (UPN).",
+ "examples": [
+ "user@example.com"
+ ]
+ },
+ "idpJobTitle": {
+ "type": [
+ "string",
+ "null"
+ ],
+ "description": "The user's job title.",
+ "examples": [
+ "Engineer",
+ null
+ ]
+ },
+ "idpDepartment": {
+ "type": [
+ "string",
+ "null"
+ ],
+ "description": "The user's department.",
+ "examples": [
+ "IT",
+ null
+ ]
+ },
+ "idpOfficeLocation": {
+ "type": [
+ "string",
+ "null"
+ ],
+ "description": "The user's office location.",
+ "examples": [
+ "HQ",
+ null
+ ]
+ },
+ "idpEmployeeType": {
+ "type": [
+ "string",
+ "null"
+ ],
+ "description": "The user's employee type.",
+ "examples": [
+ "Permanent",
+ null
+ ]
+ }
+ },
+ "examples": [
+ {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Permanent"
+ }
+ ]
+ },
+ {
+ "type": "null",
+ "description": "No data or unused."
+ }
+ ],
+ "examples": [
+ {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Permanent"
+ },
+ null
+ ]
+ }
+ }
+ },
+ "examples": [
+ {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ }
+ ]
},
- "privilegedDeviceCount": {
- "description": "Count of Privileged Devices (PAW) that are allowed to be managed.",
+ "device": {
+ "title": "Device Principal Records",
+ "type": "object",
+ "description": "Object containing device records, each keyed by device ID. Includes assigned services, licenses, consumed services, and metadata for each device.",
+ "additionalProperties": {
+ "type": "object",
+ "required": [
+ "assignedService",
+ "assignedLicense",
+ "consumedService",
+ "principalMetadata"
+ ],
+ "properties": {
+ "assignedService": {
+ "$ref": "#/components/schemas/Report.PrincipalData.CommonService"
+ },
+ "assignedLicense": {
+ "$ref": "#/components/schemas/Report.PrincipalData.AssignedLicense"
+ },
+ "consumedService": {
+ "$ref": "#/components/schemas/Report.PrincipalData.CommonService"
+ },
+ "principalMetadata": {
+ "$ref": "#/components/schemas/Report.PrincipalData.PrincipalMetadata"
+ }
+ }
+ },
"examples": [
- 9
+ {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ ]
+ }
+ },
+ "examples": [
+ {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ }
+ ],
+ "title": "Report - Principal Data"
+ },
+ "Report.PrincipalData.CommonService": {
+ "type": "object",
+ "description": "Represents a service assignment or usage for a principal, which can be a feature breakdown, a usage count, or null if not applicable.",
+ "additionalProperties": {
+ "oneOf": [
+ {
+ "$ref": "#/components/schemas/Report.FeatureBreakdown"
+ },
+ {
+ "type": "number",
+ "description": "Number of in-scope principals or usage count.",
+ "examples": [
+ 10
+ ]
+ },
+ {
+ "type": "null",
+ "description": "No data or unused."
+ }
+ ],
+ "examples": [
+ {
+ "featureA": true,
+ "featureB": false,
+ "featureC": null
+ }
+ ]
+ },
+ "examples": [
+ {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ },
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890": 5,
+ "123e4567-e89b-12d3-a456-426614174000": null
+ }
+ ],
+ "title": "Report - PrincipalData - Common Service"
+ },
+ "Report.PrincipalData.AssignedLicense": {
+ "description": "List of licenses assigned to a principal, including license ID and associated service plans.",
+ "type": "array",
+ "items": {
+ "type": "object",
+ "required": [
+ "id",
+ "servicePlanList"
+ ],
+ "properties": {
+ "id": {
+ "type": "string",
+ "format": "uuid",
+ "description": "Unique identifier for the assigned license.",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "examples": [
+ "88da2253-758f-4135-9d37-64448c8b65c1"
+ ]
+ },
+ "servicePlanList": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "format": "uuid",
+ "description": "Unique identifier for the service plan.",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "examples": [
+ [
+ "88da2253-758f-4135-9d37-64448c8b65c1"
+ ]
+ ]
+ },
+ "description": "List of service plans associated with the assigned license."
+ }
+ },
+ "examples": [
+ {
+ "id": "6318eedb-d578-4917-93d5-26a49fe29431",
+ "servicePlanList": [
+ "d1c81651-c68e-4603-8009-579ac5202286"
+ ]
+ }
+ ]
+ },
+ "examples": [
+ [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "123e4567-e89b-12d3-a456-426614174000"
+ ]
+ },
+ {
+ "id": "7e8f9a0b-1c2d-3e4f-5a6b-7c8d9e0f1a2b",
+ "servicePlanList": [
+ "abcdefab-cdef-abcd-efab-cdefabcdefab"
+ ]
+ }
+ ]
+ ],
+ "title": "Report - PrincipalData - Assigned License"
+ },
+ "Report.PrincipalData.PrincipalMetadata": {
+ "type": "object",
+ "description": "Metadata about the principal, such as whether the account is a shared mailbox.",
+ "required": [
+ "sharedMailbox"
+ ],
+ "properties": {
+ "sharedMailbox": {
+ "type": "boolean",
+ "examples": [
+ true
+ ]
+ }
+ },
+ "examples": [
+ {
+ "sharedMailbox": true
+ }
+ ],
+ "title": "Report - PrincipalData - Principal Meta Data"
+ },
+ "LicenseEntitlement.Shield": {
+ "description": "Record that describes the purchased licenses for a specific tenant. More than one of these can be active at a single time.",
+ "properties": {
+ "correlationId": {
+ "description": "Used to correlate the license entitlements with other records.",
+ "examples": [
+ "e097a3f5-9599-44a2-8923-fd3276c83ae1"
],
- "format": "int32",
- "type": "integer"
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "readOnly": true,
+ "type": "string"
},
- "privilegedInterfaceCount": {
- "description": "Count of Privileged Interfaces that are allowed to be managed.",
+ "enterpriseDeviceCount": {
+ "description": "Count of Enterprise Devices that are allowed to be managed.",
"examples": [
- 10
+ 5
],
"format": "int32",
"type": "integer"
},
- "privilegedIntermediaryCount": {
- "description": "Count of Privileged Intermediaries that are allowed to be managed.",
+ "enterpriseInterfaceCount": {
+ "description": "Count of Enterprise Interfaces that are allowed to be managed.",
"examples": [
- 11
+ 6
],
"format": "int32",
"type": "integer"
},
- "privilegedUserCount": {
- "description": "Count of Privileged Users that are allowed to be managed.",
+ "enterpriseIntermediaryCount": {
+ "description": "Count of Enterprise Intermediaries that are allowed to be managed.",
"examples": [
- 12
+ 7
],
"format": "int32",
"type": "integer"
},
- "purchaseId": {
- "description": "This could be any value used to correlate the purchase operation to this entitlement record.",
+ "enterpriseUserCount": {
+ "description": "Count of Enterprise Users that are allowed to be managed.",
"examples": [
- "Bob's your uncle."
+ 8
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "notValidAfter": {
+ "description": "Date that the entitlement expires at.",
+ "examples": [
+ "2024-07-30T17:35:24.044Z"
+ ],
+ "format": "date-time",
+ "type": "string"
+ },
+ "notValidBefore": {
+ "description": "Date that the entitlement becomes active at.",
+ "examples": [
+ "2024-07-30T17:37:15.300Z"
+ ],
+ "format": "date-time",
+ "type": "string"
+ },
+ "privilegedDeviceCount": {
+ "description": "Count of Privileged Devices (PAW) that are allowed to be managed.",
+ "examples": [
+ 9
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "privilegedInterfaceCount": {
+ "description": "Count of Privileged Interfaces that are allowed to be managed.",
+ "examples": [
+ 10
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "privilegedIntermediaryCount": {
+ "description": "Count of Privileged Intermediaries that are allowed to be managed.",
+ "examples": [
+ 11
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "privilegedUserCount": {
+ "description": "Count of Privileged Users that are allowed to be managed.",
+ "examples": [
+ 12
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "purchaseId": {
+ "description": "This could be any value used to correlate the purchase operation to this entitlement record.",
+ "examples": [
+ "Bob's your uncle."
],
"type": "string"
},
@@ -1185,7 +1851,7 @@
"type": "string"
},
"createdAt": {
- "description": "Timestamp on when the record was created. This is auto managed by sequelize.",
+ "description": "Timestamp indicating when the record was created. This value is automatically managed by Sequelize.",
"examples": [
"2024-08-02T23:48:50.231Z"
],
@@ -1193,7 +1859,7 @@
"type": "string"
},
"updatedAt": {
- "description": "Timestamp on when the record was last updated. This is auto managed by sequelize.",
+ "description": "Timestamp indicating when the record was last updated. This value is automatically managed by Sequelize.",
"examples": [
"2024-08-02T23:48:50.231Z"
],
@@ -1274,7 +1940,7 @@
"description": "Channel configuration for the SHIELD update service.",
"properties": {
"latest": {
- "description": "Version number of the latest update available to the chanel.",
+ "description": "Version number of the latest update available to the channel.",
"examples": [
"1.12.5"
],
@@ -1360,7 +2026,7 @@
"type": "string"
},
"ring": {
- "description": "Ring number that the client is a member of for the current chanel.",
+ "description": "Ring number that the client belongs to for the current channel.",
"examples": [
1
],
@@ -1467,6 +2133,174 @@
]
}
]
+ },
+ "ArchitectureReportV1": {
+ "description": "Completely calculated architecture report structure that is the result of a complete run.",
+ "type": "object",
+ "properties": {
+ "correlation": {
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
+ },
+ "principalData": {
+ "$ref": "#/components/schemas/ArchitectureReport.PrincipalData"
+ },
+ "tenantMetadata": {
+ "$ref": "#/components/schemas/ArchitectureReportV1.TenantMetadata"
+ },
+ "schemaVersion": {
+ "type": "integer",
+ "format": "int32",
+ "description": "Version number of the license report schema.",
+ "examples": [
+ 1
+ ]
+ }
+ },
+ "required": [
+ "correlation",
+ "tenantMetadata",
+ "principalData",
+ "schemaVersion"
+ ],
+ "examples": [
+ {
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ },
+ "tenantMetadata": {
+ "totalDeviceCount": 1,
+ "totalGuestCount": 1,
+ "totalMemberCount": 1,
+ "totalUserCount": 1
+ },
+ "schemaVersion": 1
+ }
+ ],
+ "title": "Architecture Report V1 - Complete Object"
+ },
+ "ArchitectureReportV1.TenantMetadata": {
+ "description": "Tenant data calculated for the architecture report.",
+ "examples": [
+ {
+ "totalDeviceCount": 1,
+ "totalGuestCount": 1,
+ "totalMemberCount": 1,
+ "totalUserCount": 1
+ }
+ ],
+ "properties": {
+ "totalDeviceCount": {
+ "description": "The count of total devices within the tenant",
+ "examples": [
+ 1
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "totalGuestCount": {
+ "description": "The count of total guests within the tenant",
+ "examples": [
+ 1
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "totalMemberCount": {
+ "description": "The count of total members within the tenant",
+ "examples": [
+ 1
+ ],
+ "format": "int32",
+ "type": "integer"
+ },
+ "totalUserCount": {
+ "description": "The count of total users within the tenant",
+ "examples": [
+ 1
+ ],
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "totalDeviceCount",
+ "totalGuestCount",
+ "totalMemberCount",
+ "totalUserCount"
+ ],
+ "title": "Architecture Report V1 - Tenant Metadata"
+ },
+ "ArchitectureReport.PrincipalData": {
+ "description": "Contains user and device records included in the architecture report, detailing assigned services, licenses, consumed services, and related metadata for each principal.",
+ "$ref": "#/components/schemas/Report.PrincipalData",
+ "title": "Architecture Report - Principal Data"
}
},
"securitySchemes": {
@@ -1488,8 +2322,8 @@
"name": "SHI - Lab"
},
"description": "Collects data from the various SHI Lab products and makes it available in a standardized way.",
- "title": "SHI Data Gateway",
- "version": "2.3.1"
+ "title": "SHI - Data Gateway",
+ "version": "3.0.0"
},
"openapi": "3.1.1",
"paths": {
@@ -1510,7 +2344,7 @@
},
"examples": {
"Auth system failure": {
- "summary": "Example health report - Auth failure",
+ "summary": "Example Health Report - Auth Failure",
"description": "An example health report returned indicates the authentication components are not working.",
"value": {
"authClient": false,
@@ -1520,7 +2354,7 @@
}
},
"Storage system failure": {
- "summary": "Example health report - Storage failure",
+ "summary": "Example Health Report - Storage Failure",
"description": "An example health report returned indicates the storage components are not working.",
"value": {
"authClient": true,
@@ -1607,7 +2441,7 @@
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseReport"
+ "$ref": "#/components/schemas/LicenseReportV0"
}
}
}
@@ -1618,8 +2452,8 @@
"application/json": {
"examples": {
"License Report": {
- "description": "Sample, truncated report from an example customer environment. This will return the same report as the request input.",
- "summary": "Example of license report stored.",
+ "description": "A sample, truncated report from a customer environment. The response returns the same report as provided in the request input.",
+ "summary": "Example of License Report Stored.",
"value": {
"availableLicense": {
"3d282045-ec7f-4813-88e2-29b74ee609f7": 123456,
@@ -1673,7 +2507,7 @@
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseReport"
+ "$ref": "#/components/schemas/LicenseReportV0"
}
}
},
@@ -1739,7 +2573,7 @@
"type": "array",
"minItems": 0,
"items": {
- "$ref": "#/components/schemas/LicenseReport.CorrelationRecord"
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
},
"examples": [
[
@@ -1826,7 +2660,7 @@
"type": "array",
"minItems": 0,
"items": {
- "$ref": "#/components/schemas/LicenseReport.CorrelationRecord"
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
},
"examples": [
[
@@ -1939,7 +2773,7 @@
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseReport"
+ "$ref": "#/components/schemas/LicenseReportV0"
}
}
},
@@ -1985,7 +2819,7 @@
"tags": [
"License Analytics"
],
- "summary": "Delete the Specified License Report for the currently authenticated tenant."
+ "summary": "Delete the Specified License Report for the Currently Authenticated Tenant."
}
},
"/Api/LicenseReport/Correlation/{correlationId}/Tenant/{tenantId}/Data": {
@@ -2061,7 +2895,7 @@
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseReport"
+ "$ref": "#/components/schemas/LicenseReportV0"
}
}
},
@@ -2113,40 +2947,104 @@
"summary": "Delete the Specified License Report for Specified Tenant"
}
},
- "/Api/Chat/LicenseGpt": {
+ "/Api/V1/LicenseReport": {
"post": {
- "summary": "Inquire License Data from AI Agent",
- "description": "Enables a conversation mode with AI agent to request details of the available license reports for the currently authenticated tenant.\n\nThis endpoint requires the `LicenseReport.Read`, `LicenseReport.ReadWrite`, `LicenseReport.Read.All`, or `LicenseReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
- "operationId": "/Api/Chat/LicenseGpt/Post",
+ "description": "Store the results of a license analytics run.\n\nThis endpoint requires the `LicenseReport.ReadWrite`, or `LicenseReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/LicenseReport/Post",
"requestBody": {
"content": {
"application/json": {
- "schema": {
- "description": "Collection of conversation parts provided by user to be ingested by the agent",
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
- }
- },
"examples": {
- "Tool call": {
- "summary": "Example tool call request",
- "description": "An example request that represent a message initiated by the chat assistant to call a tool function for the currently authenticated tenant.",
+ "License Report": {
+ "description": "A sample, truncated report from a customer environment. The request body should contain the License Report V1 to be stored.",
+ "summary": "Example License Report Request",
"value": {
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
+ "availableLicense": [
{
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
+ "count": 10,
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "123e4567-e89b-12d3-a456-426614174000"
+ ]
+ }
+ ],
+ "correlation": {
+ "auditTenantAccount": "user@example.com"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Software Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
}
}
- ]
+ },
+ "schemaVersion": 1
}
+ },
+ "Ignorant License Report Request": {
+ "description": "Looks like automation started without checking the docs—give them a quick read to make things easier!",
+ "summary": "Docs First, Smooth Automation Ahead",
+ "value": {}
}
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseReportV1"
}
}
}
@@ -2155,155 +3053,97 @@
"200": {
"content": {
"application/json": {
- "schema": {
- "examples": [
- {
- "messageList": [
- {
- "role": "user",
- "content": "Hello"
- },
- {
- "role": "assistant",
- "content": "Hello, how can I assist you today?"
- },
- {
- "role": "user",
- "content": "Can you show me what correlation records I have?"
- },
+ "examples": {
+ "License Report V1": {
+ "description": "Sample, truncated report from an example customer environment. This will return the same report as the request input.",
+ "summary": "Example of License Report Stored.",
+ "value": {
+ "availableLicense": [
{
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
- {
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
+ "count": 10,
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "123e4567-e89b-12d3-a456-426614174000"
+ ]
+ }
+ ],
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
}
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Software Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1",
+ "idpEmployeeType": "Full-Time"
}
- ]
- },
- {
- "role": "tool",
- "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
- "tool_call_id": "call_abc123"
+ }
},
- {
- "role": "assistant",
- "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
}
- ],
- "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- }
- ],
- "type": "object",
- "properties": {
- "messageList": {
- "type": "array",
- "description": "List of message objects in current conversation",
- "items": {
- "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
},
- "examples": [
- [
- {
- "role": "user",
- "content": "Hello"
- },
- {
- "role": "assistant",
- "content": "Hello, how can I assist you today?"
- },
- {
- "role": "user",
- "content": "Can you show me what correlation records I have?"
- },
- {
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
- {
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
- }
- }
- ]
- },
- {
- "role": "tool",
- "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
- "tool_call_id": "call_abc123"
- },
- {
- "role": "assistant",
- "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- }
- ]
- ]
- },
- "responseText": {
- "type": "string",
- "description": "Most recent response text",
- "examples": [
- "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- ]
- }
- },
- "required": [
- "messageList",
- "responseText"
- ]
- },
- "examples": {
- "Chat response": {
- "summary": "Example chat response with context",
- "description": "An example chat response that includes context of current chat session with the request appended for the currently authenticated tenant.",
- "value": {
- "messageList": [
- {
- "role": "user",
- "content": "Hello"
- },
- {
- "role": "assistant",
- "content": "Hello, how can I assist you today?"
- },
- {
- "role": "user",
- "content": "Can you show me what correlation records I have?"
- },
- {
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
- {
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
- }
- }
- ]
- },
- {
- "role": "tool",
- "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
- "tool_call_id": "call_abc123"
- },
- {
- "role": "assistant",
- "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- }
- ],
- "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ "schemaVersion": 1
}
}
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseReportV1"
}
}
},
@@ -2311,228 +3151,1288 @@
},
"400": {
"$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
}
},
"tags": [
- "Chat"
- ]
+ "License Analytics"
+ ],
+ "summary": "Store License Analytics Data"
}
},
- "/Api/Chat/LicenseGpt/Tenant/{tenantId}": {
- "post": {
- "summary": "Inquire License Data from AI Agent",
- "description": "Enables a conversation mode with AI agent to request details of the available license reports for the specified tenant.\n\nThis endpoint requires the `LicenseReport.Read.All`, or `LicenseReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
- "operationId": "/Api/Chat/LicenseGpt/Tenant/:tenantId/Post",
+ "/Api/V1/LicenseReport/Correlation": {
+ "get": {
+ "description": "Retrieves the list of correlation records for the authenticated tenant. Can use filters targeting creation date to limit results. Correlation records store the metadata for a specific license report.\n\nThis endpoint requires the `LicenseReport.Read`, `LicenseReport.Read.All`, `LicenseReport.ReadWrite`, or `LicenseReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/LicenseReport/Correlation/Get",
"parameters": [
{
- "$ref": "#/components/parameters/tenantId"
+ "$ref": "#/components/parameters/dateStart"
+ },
+ {
+ "$ref": "#/components/parameters/dateEnd"
}
],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "description": "Collection of conversation parts provided by user to be ingested by the agent",
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Example Correlation Records": {
+ "description": "Sample list of correlation records for the current authenticated tenant.",
+ "summary": "Available Correlation Records",
+ "value": [
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "5888a922-9f5b-45fd-bd5f-de3283d6a79e",
+ "createdAt": "2023-12-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ }
+ ]
+ }
},
- "examples": [
- [
- {
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
- {
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
- }
- }
- ]
- }
- ]
- ]
- },
- "examples": {
- "Chat request": {
- "summary": "Example chat request",
- "description": "An example request that represent a message initiated by the chat assistant to call a tool function for the specified tenant.",
- "value": [
- {
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
- {
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
- }
- }
- ]
- }
+ "schema": {
+ "type": "array",
+ "minItems": 0,
+ "items": {
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
+ },
+ "examples": [
+ [
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "547404d4-8734-415f-a7ca-e9c1ffb95e48",
+ "createdAt": "2023-12-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "d76878d6-1495-4243-a334-a82bb9818cd0",
+ "createdAt": "2023-12-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ }
+ ]
]
}
}
- }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
}
},
+ "tags": [
+ "License Analytics"
+ ],
+ "summary": "Retrieve the List of Correlation Records"
+ }
+ },
+ "/Api/V1/LicenseReport/Correlation/Tenant/{tenantId}": {
+ "get": {
+ "description": "Retrieves the list of correlation records for the specified tenant. Can use filters targeting creation date to limit results. Correlation records store the metadata for a specific license report.\n\nThis endpoint requires the `LicenseReport.Read.All`, or `LicenseReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/V1/LicenseReport/Correlation/Tenant/:tenantId/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/tenantId"
+ },
+ {
+ "$ref": "#/components/parameters/dateStart"
+ },
+ {
+ "$ref": "#/components/parameters/dateEnd"
+ }
+ ],
"responses": {
"200": {
"content": {
"application/json": {
+ "examples": {
+ "Example Correlation Records": {
+ "description": "Sample list of correlation records for the specified tenant.",
+ "summary": "Available Correlation Records",
+ "value": [
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "e0d101e8-6f1e-40a9-a66f-cad4112c9a59",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ }
+ ]
+ }
+ },
"schema": {
+ "type": "array",
+ "minItems": 0,
+ "items": {
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
+ },
"examples": [
- {
- "messageList": [
- {
- "role": "user",
- "content": "Hello"
- },
- {
- "role": "assistant",
- "content": "Hello, how can I assist you today?"
- },
- {
- "role": "user",
- "content": "Can you show me what correlation records I have?"
- },
+ [
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "e0d101e8-6f1e-40a9-a66f-cad4112c9a59",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ }
+ ]
+ ]
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
+ }
+ },
+ "tags": [
+ "License Analytics"
+ ],
+ "summary": "Retrieve the List of Correlation Records for Specified Tenant"
+ }
+ },
+ "/Api/V1/LicenseReport/Correlation/{correlationId}/Data": {
+ "get": {
+ "description": "Retrieves the full license report v1 for the specified correlation ID in the authenticated tenant. The license report v1 contains all of the license usage and compliance information with the required correlation data.\n\nThis endpoint requires the `LicenseReport.Read`, `LicenseReport.Read.All`, `LicenseReport.ReadWrite`, or `LicenseReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/LicenseReport/Correlation/:correlationId/Data/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/correlationId"
+ }
+ ],
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Example License Report V1": {
+ "description": "Sample, truncated license report v1 from an example customer environment for a correlation record of the current authenticated tenant.",
+ "summary": "Example License Report V1",
+ "value": {
+ "availableLicense": [
{
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
- {
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
+ "count": 10,
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "123e4567-e89b-12d3-a456-426614174000"
+ ]
+ }
+ ],
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
}
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Software Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1",
+ "idpEmployeeType": "Full-Time"
}
- ]
- },
- {
- "role": "tool",
- "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
- "tool_call_id": "call_abc123"
+ }
},
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ },
+ "schemaVersion": 1
+ }
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseReportV1"
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
+ }
+ },
+ "tags": [
+ "License Analytics"
+ ],
+ "summary": "Retrieve the Specified License Report V1"
+ },
+ "delete": {
+ "description": "Deletes the full license report v1 for the specified correlation ID.\n\nThis endpoint requires the `LicenseReport.ReadWrite`, or `LicenseReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/LicenseReport/Correlation/:correlationId/Data/delete",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/correlationId"
+ }
+ ],
+ "responses": {
+ "201": {
+ "description": "Deleted successfully"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
+ }
+ },
+ "tags": [
+ "License Analytics"
+ ],
+ "summary": "Delete the Specified License Report for the Currently Authenticated Tenant."
+ }
+ },
+ "/Api/V1/LicenseReport/Correlation/{correlationId}/Tenant/{tenantId}/Data": {
+ "get": {
+ "description": "Retrieves the full license report v1 for the specified correlation ID and tenant. The license report v1 contains all of the license usage and compliance information with the required correlation data.\n\nThis endpoint requires the `LicenseReport.Read.All`, or `LicenseReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/V1/LicenseReport/Correlation/:correlationId/Tenant/:tenantId/Data/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/correlationId"
+ },
+ {
+ "$ref": "#/components/parameters/tenantId"
+ }
+ ],
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "License Report V1": {
+ "description": "Sample, truncated report from an example customer environment for a correlation record of the specified tenant.",
+ "summary": "Example License Report V1",
+ "value": {
+ "availableLicense": [
{
- "role": "assistant",
- "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ "count": 10,
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "123e4567-e89b-12d3-a456-426614174000"
+ ]
}
],
- "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- }
- ],
- "type": "object",
- "properties": {
- "messageList": {
- "type": "array",
- "description": "List of message objects in current conversation",
- "items": {
- "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
},
- "examples": [
- [
- {
- "role": "user",
- "content": "Hello"
- },
- {
- "role": "assistant",
- "content": "Hello, how can I assist you today?"
- },
- {
- "role": "user",
- "content": "Can you show me what correlation records I have?"
- },
- {
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
{
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
- }
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
}
- ]
- },
- {
- "role": "tool",
- "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
- "tool_call_id": "call_abc123"
- },
- {
- "role": "assistant",
- "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Software Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1",
+ "idpEmployeeType": "Full-Time"
+ }
}
- ]
- ]
- },
- "responseText": {
- "type": "string",
- "description": "Most recent response text",
- "examples": [
- "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- ]
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ },
+ "schemaVersion": 1
}
- },
- "required": [
- "messageList",
- "responseText"
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseReportV1"
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
+ }
+ },
+ "tags": [
+ "License Analytics"
+ ],
+ "summary": "Retrieve the Specified License Report V1 for Specified Tenant"
+ },
+ "delete": {
+ "description": "Deletes the full license report v1 for the specified correlation ID and tenant.\n\nThis endpoint requires the `LicenseReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/V1/LicenseReport/Correlation/:correlationId/Tenant/:tenantId/Data/delete",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/correlationId"
+ },
+ {
+ "$ref": "#/components/parameters/tenantId"
+ }
+ ],
+ "responses": {
+ "201": {
+ "description": "Deleted successfully"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
+ }
+ },
+ "tags": [
+ "License Analytics"
+ ],
+ "summary": "Delete the Specified License Report V1 for Specified Tenant"
+ }
+ },
+ "/Api/Chat/LicenseGpt": {
+ "post": {
+ "summary": "Inquire License Data from AI Agent",
+ "description": "Enables a conversation mode with AI agent to request details of the available license reports for the currently authenticated tenant.\n\nThis endpoint requires the `LicenseReport.Read`, `LicenseReport.ReadWrite`, `LicenseReport.Read.All`, or `LicenseReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/Chat/LicenseGpt/Post",
+ "requestBody": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "description": "Collection of conversation parts provided by user to be ingested by the agent",
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
+ }
+ },
+ "examples": {
+ "Tool call": {
+ "summary": "Example Tool Call Request",
+ "description": "An example request that represent a message initiated by the chat assistant to call a tool function for the currently authenticated tenant.",
+ "value": {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "examples": [
+ {
+ "messageList": [
+ {
+ "role": "user",
+ "content": "Hello"
+ },
+ {
+ "role": "assistant",
+ "content": "Hello, how can I assist you today?"
+ },
+ {
+ "role": "user",
+ "content": "Can you show me what correlation records I have?"
+ },
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ },
+ {
+ "role": "tool",
+ "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
+ "tool_call_id": "call_abc123"
+ },
+ {
+ "role": "assistant",
+ "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ],
+ "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ],
+ "type": "object",
+ "properties": {
+ "messageList": {
+ "type": "array",
+ "description": "List of message objects in current conversation",
+ "items": {
+ "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
+ },
+ "examples": [
+ [
+ {
+ "role": "user",
+ "content": "Hello"
+ },
+ {
+ "role": "assistant",
+ "content": "Hello, how can I assist you today?"
+ },
+ {
+ "role": "user",
+ "content": "Can you show me what correlation records I have?"
+ },
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ },
+ {
+ "role": "tool",
+ "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
+ "tool_call_id": "call_abc123"
+ },
+ {
+ "role": "assistant",
+ "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ]
+ ]
+ },
+ "responseText": {
+ "type": "string",
+ "description": "Most recent response text",
+ "examples": [
+ "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ ]
+ }
+ },
+ "required": [
+ "messageList",
+ "responseText"
+ ]
+ },
+ "examples": {
+ "Chat response": {
+ "summary": "Example Chat Response with Context",
+ "description": "An example chat response that includes context of current chat session with the request appended for the currently authenticated tenant.",
+ "value": {
+ "messageList": [
+ {
+ "role": "user",
+ "content": "Hello"
+ },
+ {
+ "role": "assistant",
+ "content": "Hello, how can I assist you today?"
+ },
+ {
+ "role": "user",
+ "content": "Can you show me what correlation records I have?"
+ },
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ },
+ {
+ "role": "tool",
+ "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
+ "tool_call_id": "call_abc123"
+ },
+ {
+ "role": "assistant",
+ "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ],
+ "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ }
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ }
+ },
+ "tags": [
+ "Chat"
+ ]
+ }
+ },
+ "/Api/Chat/LicenseGpt/Tenant/{tenantId}": {
+ "post": {
+ "summary": "Inquire License Data from AI Agent",
+ "description": "Enables a conversation mode with AI agent to request details of the available license reports for the specified tenant.\n\nThis endpoint requires the `LicenseReport.Read.All`, or `LicenseReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/Chat/LicenseGpt/Tenant/:tenantId/Post",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/tenantId"
+ }
+ ],
+ "requestBody": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "description": "Collection of conversation parts provided by user to be ingested by the agent",
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
+ },
+ "examples": [
+ [
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ }
+ ]
+ ]
+ },
+ "examples": {
+ "Chat request": {
+ "summary": "Example Chat Request",
+ "description": "An example request that represent a message initiated by the chat assistant to call a tool function for the specified tenant.",
+ "value": [
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "examples": [
+ {
+ "messageList": [
+ {
+ "role": "user",
+ "content": "Hello"
+ },
+ {
+ "role": "assistant",
+ "content": "Hello, how can I assist you today?"
+ },
+ {
+ "role": "user",
+ "content": "Can you show me what correlation records I have?"
+ },
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ },
+ {
+ "role": "tool",
+ "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
+ "tool_call_id": "call_abc123"
+ },
+ {
+ "role": "assistant",
+ "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ],
+ "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ],
+ "type": "object",
+ "properties": {
+ "messageList": {
+ "type": "array",
+ "description": "List of message objects in current conversation",
+ "items": {
+ "$ref": "#/components/schemas/Chat.OpenAIChatMessage"
+ },
+ "examples": [
+ [
+ {
+ "role": "user",
+ "content": "Hello"
+ },
+ {
+ "role": "assistant",
+ "content": "Hello, how can I assist you today?"
+ },
+ {
+ "role": "user",
+ "content": "Can you show me what correlation records I have?"
+ },
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ },
+ {
+ "role": "tool",
+ "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
+ "tool_call_id": "call_abc123"
+ },
+ {
+ "role": "assistant",
+ "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ]
+ ]
+ },
+ "responseText": {
+ "type": "string",
+ "description": "Most recent response text",
+ "examples": [
+ "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ ]
+ }
+ },
+ "required": [
+ "messageList",
+ "responseText"
+ ]
+ },
+ "examples": {
+ "Chat response": {
+ "summary": "Example Chat Response",
+ "description": "An example chat response that includes context of current chat session with the request appended for the specified tenant.",
+ "value": {
+ "messageList": [
+ {
+ "role": "user",
+ "content": "Hello"
+ },
+ {
+ "role": "assistant",
+ "content": "Hello, how can I assist you today?"
+ },
+ {
+ "role": "user",
+ "content": "Can you show me what correlation records I have?"
+ },
+ {
+ "role": "assistant",
+ "content": "What are the available IDs?",
+ "tool_calls": [
+ {
+ "id": "call_abc123",
+ "type": "function",
+ "function": {
+ "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
+ "name": "getCorrelationIDs"
+ }
+ }
+ ]
+ },
+ {
+ "role": "tool",
+ "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
+ "tool_call_id": "call_abc123"
+ },
+ {
+ "role": "assistant",
+ "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ ],
+ "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
+ }
+ }
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ }
+ },
+ "tags": [
+ "Chat"
+ ]
+ }
+ },
+ "/Api/Chat/UpdateDocs": {
+ "post": {
+ "description": "Sends a request to update the cached Data Gateway documentation if there is a newer version.\n\nThis endpoint requires the `LicenseGptCache.ReadWrite` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Chat/UpdateDocs/Post",
+ "responses": {
+ "204": {
+ "description": "Documentation updated successfully"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ }
+ },
+ "summary": "Update Cached Documentation",
+ "tags": [
+ "Chat"
+ ]
+ }
+ },
+ "/Api/Entitlement/Shield": {
+ "post": {
+ "description": "Creates a new license entitlement (activation) for SHIELD.\n\nThis endpoint requires the `LicenseEntitlement.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/Entitlement/Shield/Post",
+ "requestBody": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Specialized Purchase": {
+ "description": "Add-on purchase for the specified customer for some additional specialized licenses.",
+ "summary": "Specialized Purchase",
+ "value": {
+ "enterpriseDeviceCount": 0,
+ "enterpriseInterfaceCount": 0,
+ "enterpriseIntermediaryCount": 0,
+ "enterpriseUserCount": 0,
+ "notValidAfter": "2024-07-30T18:09:05.970Z",
+ "notValidBefore": "1970-01-01T00:00:00.000Z",
+ "privilegedDeviceCount": 0,
+ "privilegedInterfaceCount": 0,
+ "privilegedIntermediaryCount": 0,
+ "privilegedUserCount": 0,
+ "purchaseId": "ABC123",
+ "specializedDeviceCount": 50,
+ "specializedInterfaceCount": 3,
+ "specializedIntermediaryCount": 1,
+ "specializedUserCount": 50,
+ "tenantId": "4b00fb78-d291-4dbd-8c0a-c93ae20bffd1"
+ }
+ },
+ "Initial Purchase": {
+ "description": "Complete suite of components purchased for the specified customer.",
+ "summary": "Initial Purchase",
+ "value": {
+ "enterpriseDeviceCount": 7000,
+ "enterpriseInterfaceCount": 500,
+ "enterpriseIntermediaryCount": 10,
+ "enterpriseUserCount": 7000,
+ "notValidAfter": "2024-07-30T18:12:23.049Z",
+ "notValidBefore": "1970-01-01T00:00:00.000Z",
+ "privilegedDeviceCount": 200,
+ "privilegedInterfaceCount": 50,
+ "privilegedIntermediaryCount": 3,
+ "privilegedUserCount": 200,
+ "purchaseId": "654DEF",
+ "specializedDeviceCount": 1000,
+ "specializedInterfaceCount": 11,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 1000,
+ "tenantId": "58ffb93f-5098-4630-bfc4-eeb4664208b4"
+ }
+ },
+ "Ignorant Entitlement Creation Request": {
+ "description": "Clueless dev trying to automate this application without reading the docs. RTFM!",
+ "summary": "Ignorant Entitlement Creation Request",
+ "value": {}
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseEntitlement.Shield"
+ }
+ }
+ }
+ },
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Small MSP": {
+ "description": "Example license entitlement for a small MSP.",
+ "summary": "Local MSP",
+ "value": {
+ "correlationId": "60594489-6022-4ddb-8aa5-288c8d356cf2",
+ "enterpriseDeviceCount": 25,
+ "enterpriseInterfaceCount": 25,
+ "enterpriseIntermediaryCount": 25,
+ "enterpriseUserCount": 25,
+ "notValidAfter": "2024-07-30T17:56:00.704Z",
+ "notValidBefore": "1970-01-01T00:00:00.000Z",
+ "privilegedDeviceCount": 10,
+ "privilegedInterfaceCount": 10,
+ "privilegedIntermediaryCount": 2,
+ "privilegedUserCount": 10,
+ "purchaseId": "Bob's your mother's brother.",
+ "specializedDeviceCount": 5,
+ "specializedInterfaceCount": 5,
+ "specializedIntermediaryCount": 0,
+ "specializedUserCount": 5,
+ "tenantId": "1948adeb-797f-466b-962d-cc708a69d08d"
+ }
+ },
+ "Enterprise": {
+ "description": "Example license entitlement for an enterprise sized company.",
+ "summary": "Enterprise",
+ "value": {
+ "correlationId": "46569e8d-eeaa-42f4-b954-05a998108eee",
+ "enterpriseDeviceCount": 50000,
+ "enterpriseInterfaceCount": 50000,
+ "enterpriseIntermediaryCount": 100,
+ "enterpriseUserCount": 50000,
+ "notValidAfter": "2024-07-30T17:58:54.619Z",
+ "notValidBefore": "1970-01-01T00:00:00.000Z",
+ "privilegedDeviceCount": 300,
+ "privilegedInterfaceCount": 100,
+ "privilegedIntermediaryCount": 50,
+ "privilegedUserCount": 300,
+ "purchaseId": "Bob's your mother's brother.",
+ "specializedDeviceCount": 1000,
+ "specializedInterfaceCount": 5,
+ "specializedIntermediaryCount": 10,
+ "specializedUserCount": 1000,
+ "tenantId": "bf78263c-6cec-44bc-9893-024dde25a486"
+ }
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseEntitlement.Shield"
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ }
+ },
+ "tags": [
+ "License Entitlement"
+ ],
+ "summary": "Creates a New License Entitlement for SHIELD."
+ }
+ },
+ "/Api/Entitlement/Shield/Active": {
+ "get": {
+ "description": "Retrieves the count of licenses that are available to the authenticated tenant. No scopes (permissions) required.",
+ "operationId": "/Api/Entitlement/Shield/Active/Get",
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Small MSP": {
+ "description": "Example active license count for a small MSP for the currently authenticated tenant.",
+ "summary": "Local MSP",
+ "value": {
+ "enterpriseDeviceCount": 54,
+ "enterpriseInterfaceCount": 46,
+ "enterpriseIntermediaryCount": 2,
+ "enterpriseUserCount": 54,
+ "privilegedDeviceCount": 12,
+ "privilegedInterfaceCount": 52,
+ "privilegedIntermediaryCount": 4,
+ "privilegedUserCount": 12,
+ "specializedDeviceCount": 20,
+ "specializedInterfaceCount": 15,
+ "specializedIntermediaryCount": 0,
+ "specializedUserCount": 20
+ }
+ },
+ "No Licenses": {
+ "description": "Example license count for a company that doesn't have any licenses for the currently authenticated tenant..",
+ "summary": "No License",
+ "value": {
+ "enterpriseDeviceCount": 0,
+ "enterpriseInterfaceCount": 0,
+ "enterpriseIntermediaryCount": 0,
+ "enterpriseUserCount": 0,
+ "privilegedDeviceCount": 0,
+ "privilegedInterfaceCount": 0,
+ "privilegedIntermediaryCount": 0,
+ "privilegedUserCount": 0,
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 0,
+ "specializedIntermediaryCount": 0,
+ "specializedUserCount": 0
+ }
+ },
+ "Enterprise": {
+ "description": "Example active license count for an enterprise sized company for the currently authenticated tenant..",
+ "summary": "Enterprise",
+ "value": {
+ "enterpriseDeviceCount": 60000,
+ "enterpriseInterfaceCount": 500,
+ "enterpriseIntermediaryCount": 20,
+ "enterpriseUserCount": 60000,
+ "privilegedDeviceCount": 200,
+ "privilegedInterfaceCount": 450,
+ "privilegedIntermediaryCount": 15,
+ "privilegedUserCount": 200,
+ "specializedDeviceCount": 1000,
+ "specializedInterfaceCount": 50,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 1000
+ }
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseEntitlement.Shield.Count"
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ }
+ },
+ "tags": [
+ "License Entitlement"
+ ],
+ "summary": "List of Available Licenses"
+ }
+ },
+ "/Api/Entitlement/Shield/Tenant/{tenantId}": {
+ "get": {
+ "description": "Retrieves the list of license entitlements that are assigned to the specified tenant.\n\nThis endpoint requires the `LicenseEntitlement.Read.All`, or `LicenseEntitlement.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/Entitlement/Shield/Tenant/:tenantId/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/tenantId"
+ }
+ ],
+ "summary": "List of Entitlement Records for Specified Tenant",
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "array",
+ "minItems": 0,
+ "items": {
+ "$ref": "#/components/schemas/LicenseEntitlement.Shield"
+ },
+ "examples": [
+ [
+ {
+ "correlationId": "e097a3f5-9599-44a2-8923-fd3276c83ae1",
+ "enterpriseDeviceCount": 5,
+ "enterpriseInterfaceCount": 6,
+ "enterpriseIntermediaryCount": 7,
+ "enterpriseUserCount": 8,
+ "notValidAfter": "2024-07-30T17:35:24.044Z",
+ "notValidBefore": "2024-07-30T17:37:15.300Z",
+ "privilegedDeviceCount": 9,
+ "privilegedInterfaceCount": 10,
+ "privilegedIntermediaryCount": 11,
+ "privilegedUserCount": 12,
+ "purchaseId": "any arbitrary string as purchaseId",
+ "specializedDeviceCount": 13,
+ "specializedInterfaceCount": 14,
+ "specializedIntermediaryCount": 15,
+ "specializedUserCount": 15,
+ "tenantId": "a2a1698d-a3e0-42d3-96a4-47eb3e8f7dd1"
+ }
+ ]
]
},
"examples": {
- "Chat response": {
- "summary": "Example chat response",
- "description": "An example chat response that includes context of current chat session with the request appended for the specified tenant.",
- "value": {
- "messageList": [
- {
- "role": "user",
- "content": "Hello"
- },
- {
- "role": "assistant",
- "content": "Hello, how can I assist you today?"
- },
- {
- "role": "user",
- "content": "Can you show me what correlation records I have?"
- },
- {
- "role": "assistant",
- "content": "What are the available IDs?",
- "tool_calls": [
- {
- "id": "call_abc123",
- "type": "function",
- "function": {
- "arguments": "{\"startDate\":\"2025-07-01\",\"endDate\":\"2025-07-10\"}",
- "name": "getCorrelationIDs"
- }
- }
- ]
- },
- {
- "role": "tool",
- "content": "{\"825a9d7e-0b62-4392-b8ef-ab6951a46ebd\":\"2025-07-03T18:39:50.828Z\",\"744c0878-3a82-48a7-b239-a1d4b9298a69\":\"2025-07-07T21:01:20.995Z\"}",
- "tool_call_id": "call_abc123"
- },
- {
- "role": "assistant",
- "content": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- }
- ],
- "responseText": "You have correlation records for the following dates:\n- July 3, 2025\n- July 7, 2025\n\nWould you like to see details from any of these correlation records?"
- }
+ "Example Purchase": {
+ "summary": "Example Entitlement Purchase",
+ "description": "An example SHIELD entitlement for the specified tenant.",
+ "value": [
+ {
+ "correlationId": "e097a3f5-9599-44a2-8923-fd3276c83ae1",
+ "enterpriseDeviceCount": 5,
+ "enterpriseInterfaceCount": 6,
+ "enterpriseIntermediaryCount": 7,
+ "enterpriseUserCount": 8,
+ "notValidAfter": "2024-07-30T17:35:24.044Z",
+ "notValidBefore": "2024-07-30T17:37:15.300Z",
+ "privilegedDeviceCount": 9,
+ "privilegedInterfaceCount": 10,
+ "privilegedIntermediaryCount": 11,
+ "privilegedUserCount": 12,
+ "purchaseId": "any arbitrary string as purchaseId",
+ "specializedDeviceCount": 13,
+ "specializedInterfaceCount": 14,
+ "specializedIntermediaryCount": 15,
+ "specializedUserCount": 15,
+ "tenantId": "a2a1698d-a3e0-42d3-96a4-47eb3e8f7dd1"
+ }
+ ]
}
}
}
@@ -2541,73 +4441,88 @@
},
"400": {
"$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
}
},
"tags": [
- "Chat"
+ "License Entitlement"
]
}
},
- "/Api/Entitlement/Shield": {
+ "/Api/Entitlement/Shield/Tenant/{tenantId}/Correlation/{correlationId}": {
+ "delete": {
+ "description": "Deletes the requested SHIELD license entitlement record.\n\nThis endpoint requires the `LicenseEntitlement.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/Entitlement/Shield/Tenant/:tenantId/Correlation/:correlationId/Delete",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/tenantId"
+ },
+ {
+ "$ref": "#/components/parameters/correlationId"
+ }
+ ],
+ "summary": "Delete Specified License Entitlement",
+ "responses": {
+ "201": {
+ "description": "Deleted Successfully"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
+ }
+ },
+ "tags": [
+ "License Entitlement"
+ ]
+ }
+ },
+ "/Api/Telemetry/Shield": {
"post": {
- "description": "Creates a new license entitlement (activation) for SHIELD.\n\nThis endpoint requires the `LicenseEntitlement.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
- "operationId": "/Api/Entitlement/Shield/Post",
+ "description": "Submits the telemetry report for SHIELD.\n\nThis endpoint requires the `Telemetry.Shield.ReadWrite`, or `Telemetry.Shield.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/Telemetry/Shield/Post",
"requestBody": {
"content": {
"application/json": {
"examples": {
- "Specialized Purchase": {
- "description": "Add-on purchase for the specified customer for some additional specialized licenses.",
- "summary": "Specialized Purchase",
- "value": {
- "enterpriseDeviceCount": 0,
- "enterpriseInterfaceCount": 0,
- "enterpriseIntermediaryCount": 0,
- "enterpriseUserCount": 0,
- "notValidAfter": "2024-07-30T18:09:05.970Z",
- "notValidBefore": "1970-01-01T00:00:00.000Z",
- "privilegedDeviceCount": 0,
- "privilegedInterfaceCount": 0,
- "privilegedIntermediaryCount": 0,
- "privilegedUserCount": 0,
- "purchaseId": "ABC123",
- "specializedDeviceCount": 50,
- "specializedInterfaceCount": 3,
- "specializedIntermediaryCount": 1,
- "specializedUserCount": 50,
- "tenantId": "4b00fb78-d291-4dbd-8c0a-c93ae20bffd1"
- }
- },
- "Initial Purchase": {
- "description": "Complete suite of components purchased for the specified customer.",
- "summary": "Initial Purchase",
+ "Monthly Report": {
+ "description": "Example monthly telemetry report for an enterprise organization.",
+ "summary": "Monthly Report",
"value": {
- "enterpriseDeviceCount": 7000,
- "enterpriseInterfaceCount": 500,
- "enterpriseIntermediaryCount": 10,
- "enterpriseUserCount": 7000,
- "notValidAfter": "2024-07-30T18:12:23.049Z",
- "notValidBefore": "1970-01-01T00:00:00.000Z",
- "privilegedDeviceCount": 200,
- "privilegedInterfaceCount": 50,
- "privilegedIntermediaryCount": 3,
- "privilegedUserCount": 200,
- "purchaseId": "654DEF",
- "specializedDeviceCount": 1000,
- "specializedInterfaceCount": 11,
+ "enterpriseDeviceCount": 64221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 642219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
"specializedIntermediaryCount": 2,
- "specializedUserCount": 1000,
- "tenantId": "58ffb93f-5098-4630-bfc4-eeb4664208b4"
+ "specializedUserCount": 5238
}
- },
- "Ignorant Entitlement Creation Request": {
- "description": "Clueless dev trying to automate this application without reading the docs. RTFM!",
- "summary": "Ignorant Entitlement Creation Request",
- "value": {}
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseEntitlement.Shield"
+ "$ref": "#/components/schemas/Telemetry.Shield"
}
}
}
@@ -2617,55 +4532,170 @@
"content": {
"application/json": {
"examples": {
- "Small MSP": {
- "description": "Example license entitlement for a small MSP.",
- "summary": "Local MSP",
- "value": {
- "correlationId": "60594489-6022-4ddb-8aa5-288c8d356cf2",
- "enterpriseDeviceCount": 25,
- "enterpriseInterfaceCount": 25,
- "enterpriseIntermediaryCount": 25,
- "enterpriseUserCount": 25,
- "notValidAfter": "2024-07-30T17:56:00.704Z",
- "notValidBefore": "1970-01-01T00:00:00.000Z",
- "privilegedDeviceCount": 10,
- "privilegedInterfaceCount": 10,
- "privilegedIntermediaryCount": 2,
- "privilegedUserCount": 10,
- "purchaseId": "Bob's your mother's brother.",
- "specializedDeviceCount": 5,
- "specializedInterfaceCount": 5,
- "specializedIntermediaryCount": 0,
- "specializedUserCount": 5,
- "tenantId": "1948adeb-797f-466b-962d-cc708a69d08d"
- }
- },
- "Enterprise": {
- "description": "Example license entitlement for an enterprise sized company.",
- "summary": "Enterprise",
+ "Monthly Report": {
+ "description": "An example of latest monthly telemetry report for an enterprise organization after the latest telemetry input.",
+ "summary": "Updated Monthly Report",
"value": {
- "correlationId": "46569e8d-eeaa-42f4-b954-05a998108eee",
- "enterpriseDeviceCount": 50000,
- "enterpriseInterfaceCount": 50000,
- "enterpriseIntermediaryCount": 100,
- "enterpriseUserCount": 50000,
- "notValidAfter": "2024-07-30T17:58:54.619Z",
- "notValidBefore": "1970-01-01T00:00:00.000Z",
- "privilegedDeviceCount": 300,
- "privilegedInterfaceCount": 100,
- "privilegedIntermediaryCount": 50,
- "privilegedUserCount": 300,
- "purchaseId": "Bob's your mother's brother.",
- "specializedDeviceCount": 1000,
- "specializedInterfaceCount": 5,
- "specializedIntermediaryCount": 10,
- "specializedUserCount": 1000,
- "tenantId": "bf78263c-6cec-44bc-9893-024dde25a486"
+ "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
+ "enterpriseDeviceCount": 64221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 642219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-08-05T15:25:55.525Z",
+ "updatedAt": "2024-08-05T15:25:55.525Z"
}
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseEntitlement.Shield"
+ "$ref": "#/components/schemas/Telemetry.Shield"
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ }
+ },
+ "tags": [
+ "Telemetry"
+ ],
+ "summary": "Collects SHIELD Telemetry"
+ },
+ "get": {
+ "description": "Retrieves the telemetry records that have been reported for the authenticated tenant. Data is not guaranteed to be retrieved in any specific order.\n\nThis endpoint requires the `Telemetry.Shield.Read`, `Telemetry.Shield.Read.All`, `Telemetry.Shield.ReadWrite`, or `Telemetry.Shield.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/Telemetry/Shield/Get",
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "List of Reports": {
+ "description": "List of all available SHIELD telemetry reports for the current authenticated tenant.",
+ "summary": "List of SHIELD Telemetry Reports",
+ "value": [
+ {
+ "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
+ "enterpriseDeviceCount": 64221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 642219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-08-05T15:25:55.525Z",
+ "updatedAt": "2024-08-05T15:25:55.525Z"
+ },
+ {
+ "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
+ "enterpriseDeviceCount": 63221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 632219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-07-05T15:25:55.525Z",
+ "updatedAt": "2024-07-05T15:25:55.525Z"
+ }
+ ]
+ }
+ },
+ "schema": {
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/Telemetry.Shield"
+ },
+ "minItems": 0,
+ "examples": [
+ [
+ {
+ "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
+ "enterpriseDeviceCount": 64221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 642219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-08-05T15:25:55.525Z",
+ "updatedAt": "2024-08-05T15:25:55.525Z"
+ },
+ {
+ "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
+ "enterpriseDeviceCount": 63221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 632219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-07-05T15:25:55.525Z",
+ "updatedAt": "2024-07-05T15:25:55.525Z"
+ }
+ ]
+ ]
}
}
},
@@ -2678,160 +4708,236 @@
"$ref": "#/components/responses/403"
}
},
+ "summary": "Lists Reported Telemetry",
"tags": [
- "License Entitlement"
- ],
- "summary": "Creates a new License Entitlement for SHIELD."
+ "Telemetry"
+ ]
}
},
- "/Api/Entitlement/Shield/Active": {
+ "/Api/Telemetry/Shield/Tenant/{tenantId}": {
"get": {
- "description": "Retrieves the count of licenses that are available to the authenticated tenant. No scopes (permissions) required.",
- "operationId": "/Api/Entitlement/Shield/Active/Get",
+ "description": "Retrieves the telemetry records that have been reported for the specified tenant. Data is not guaranteed to be retrieved in any specific order.\n\nThis endpoint requires the `Telemetry.Shield.Read.All`, or `Telemetry.Shield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/Telemetry/Shield/Tenant/:tenantId/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/tenantId"
+ }
+ ],
"responses": {
"200": {
"content": {
"application/json": {
"examples": {
- "Small MSP": {
- "description": "Example active license count for a small MSP for the currently authenticated tenant.",
- "summary": "Local MSP",
- "value": {
- "enterpriseDeviceCount": 54,
- "enterpriseInterfaceCount": 46,
- "enterpriseIntermediaryCount": 2,
- "enterpriseUserCount": 54,
- "privilegedDeviceCount": 12,
- "privilegedInterfaceCount": 52,
- "privilegedIntermediaryCount": 4,
- "privilegedUserCount": 12,
- "specializedDeviceCount": 20,
- "specializedInterfaceCount": 15,
- "specializedIntermediaryCount": 0,
- "specializedUserCount": 20
- }
- },
- "No Licenses": {
- "description": "Example license count for a company that doesn't have any licenses for the currently authenticated tenant..",
- "summary": "No License",
- "value": {
- "enterpriseDeviceCount": 0,
- "enterpriseInterfaceCount": 0,
- "enterpriseIntermediaryCount": 0,
- "enterpriseUserCount": 0,
- "privilegedDeviceCount": 0,
- "privilegedInterfaceCount": 0,
- "privilegedIntermediaryCount": 0,
- "privilegedUserCount": 0,
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 0,
- "specializedIntermediaryCount": 0,
- "specializedUserCount": 0
- }
- },
- "Enterprise": {
- "description": "Example active license count for an enterprise sized company for the currently authenticated tenant..",
- "summary": "Enterprise",
- "value": {
- "enterpriseDeviceCount": 60000,
- "enterpriseInterfaceCount": 500,
- "enterpriseIntermediaryCount": 20,
- "enterpriseUserCount": 60000,
- "privilegedDeviceCount": 200,
- "privilegedInterfaceCount": 450,
- "privilegedIntermediaryCount": 15,
- "privilegedUserCount": 200,
- "specializedDeviceCount": 1000,
- "specializedInterfaceCount": 50,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 1000
- }
+ "List of Reports": {
+ "description": "List of all available SHIELD telemetry reports for the specified tenant.",
+ "summary": "List of SHIELD Telemetry Reports",
+ "value": [
+ {
+ "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
+ "enterpriseDeviceCount": 64221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 642219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-08-05T15:25:55.525Z",
+ "updatedAt": "2024-08-05T15:25:55.525Z"
+ },
+ {
+ "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
+ "enterpriseDeviceCount": 63221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 632219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-07-05T15:25:55.525Z",
+ "updatedAt": "2024-07-05T15:25:55.525Z"
+ }
+ ]
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseEntitlement.Shield.Count"
+ "type": "array",
+ "items": {
+ "$ref": "#/components/schemas/Telemetry.Shield"
+ },
+ "minItems": 0,
+ "examples": [
+ [
+ {
+ "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
+ "enterpriseDeviceCount": 64221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 642219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-08-05T15:25:55.525Z",
+ "updatedAt": "2024-08-05T15:25:55.525Z"
+ },
+ {
+ "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
+ "enterpriseDeviceCount": 63221,
+ "enterpriseInterfaceCount": 523,
+ "enterpriseIntermediaryCount": 44,
+ "enterpriseUserCount": 632219,
+ "monthlyActiveEntUsers": 0,
+ "monthlyActivePrivUsers": 0,
+ "monthlyActiveSpecUsers": 0,
+ "privilegedDeviceCount": 50,
+ "privilegedInterfaceCount": 2000,
+ "privilegedIntermediaryCount": 25,
+ "privilegedUserCount": 50,
+ "shieldArchitectureVersion": "2",
+ "shieldCoreVersion": "3.0.0",
+ "specializedDeviceCount": 0,
+ "specializedInterfaceCount": 612,
+ "specializedIntermediaryCount": 2,
+ "specializedUserCount": 5238,
+ "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
+ "createdAt": "2024-07-05T15:25:55.525Z",
+ "updatedAt": "2024-07-05T15:25:55.525Z"
+ }
+ ]
+ ]
}
}
},
"description": "OK"
},
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
"401": {
"$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
}
},
+ "summary": "Retrieves Telemetry for Specified Tenant",
"tags": [
- "License Entitlement"
- ],
- "summary": "List of Available Licenses"
+ "Telemetry"
+ ]
}
},
- "/Api/Entitlement/Shield/Tenant/{tenantId}": {
- "get": {
- "description": "Retrieves the list of license entitlements that are assigned to the specified tenant.\n\nThis endpoint requires the `LicenseEntitlement.Read.All`, or `LicenseEntitlement.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
- "operationId": "/Api/Entitlement/Shield/Tenant/:tenantId/Get",
+ "/Api/Telemetry/Shield/Tenant/{tenantId}/Correlation/{correlationId}": {
+ "delete": {
+ "description": "Deletes the specified telemetry record for the specified tenant.\n\nThis endpoint requires the `Telemetry.Shield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/Telemetry/Shield/Tenant/:tenantId/Correlation/:correlationId/Delete",
"parameters": [
{
"$ref": "#/components/parameters/tenantId"
+ },
+ {
+ "$ref": "#/components/parameters/correlationId"
}
],
- "summary": "List of Entitlement Records for Specified Tenant",
+ "responses": {
+ "201": {
+ "description": "Deleted Successfully"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
+ }
+ },
+ "summary": "Delete Specified Telemetry Record",
+ "tags": [
+ "Telemetry"
+ ]
+ }
+ },
+ "/Api/Update/Shield/Channel": {
+ "get": {
+ "description": "Retrieves all of the channel configurations that are present in the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/Get",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "array",
- "minItems": 0,
"items": {
- "$ref": "#/components/schemas/LicenseEntitlement.Shield"
+ "$ref": "#/components/schemas/Update.Shield.Channel"
},
"examples": [
[
{
- "correlationId": "e097a3f5-9599-44a2-8923-fd3276c83ae1",
- "enterpriseDeviceCount": 5,
- "enterpriseInterfaceCount": 6,
- "enterpriseIntermediaryCount": 7,
- "enterpriseUserCount": 8,
- "notValidAfter": "2024-07-30T17:35:24.044Z",
- "notValidBefore": "2024-07-30T17:37:15.300Z",
- "privilegedDeviceCount": 9,
- "privilegedInterfaceCount": 10,
- "privilegedIntermediaryCount": 11,
- "privilegedUserCount": 12,
- "purchaseId": "any arbitrary string as purchaseId",
- "specializedDeviceCount": 13,
- "specializedInterfaceCount": 14,
- "specializedIntermediaryCount": 15,
- "specializedUserCount": 15,
- "tenantId": "a2a1698d-a3e0-42d3-96a4-47eb3e8f7dd1"
+ "latest": "1.12.5",
+ "name": "stable",
+ "previous": "1.12.4"
}
]
]
},
"examples": {
- "Example Purchase": {
- "summary": "Example entitlement purchase",
- "description": "An example SHIELD entitlement for the specified tenant.",
+ "Channel configuration": {
+ "summary": "Example All Channel Configs",
+ "description": "An example showing the all channel configurations.",
"value": [
{
- "correlationId": "e097a3f5-9599-44a2-8923-fd3276c83ae1",
- "enterpriseDeviceCount": 5,
- "enterpriseInterfaceCount": 6,
- "enterpriseIntermediaryCount": 7,
- "enterpriseUserCount": 8,
- "notValidAfter": "2024-07-30T17:35:24.044Z",
- "notValidBefore": "2024-07-30T17:37:15.300Z",
- "privilegedDeviceCount": 9,
- "privilegedInterfaceCount": 10,
- "privilegedIntermediaryCount": 11,
- "privilegedUserCount": 12,
- "purchaseId": "any arbitrary string as purchaseId",
- "specializedDeviceCount": 13,
- "specializedInterfaceCount": 14,
- "specializedIntermediaryCount": 15,
- "specializedUserCount": 15,
- "tenantId": "a2a1698d-a3e0-42d3-96a4-47eb3e8f7dd1"
+ "latest": "1.12.5",
+ "name": "stable",
+ "previous": "1.12.4"
+ },
+ {
+ "latest": "1.12.7",
+ "name": "alpha",
+ "previous": "1.12.6"
+ },
+ {
+ "latest": "1.12.6",
+ "name": "beta",
+ "previous": "1.12.5"
}
]
}
@@ -2840,40 +4946,61 @@
},
"description": "OK"
},
- "400": {
- "$ref": "#/components/responses/400"
- },
"401": {
"$ref": "#/components/responses/401"
},
"403": {
"$ref": "#/components/responses/403"
+ },
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
+ "summary": "Retrieves All Channel Configurations",
"tags": [
- "License Entitlement"
+ "SHIELD - Update"
]
}
},
- "/Api/Entitlement/Shield/Tenant/{tenantId}/Correlation/{correlationId}": {
- "delete": {
- "description": "Deletes the requested SHIELD license entitlement record.\n\nThis endpoint requires the `LicenseEntitlement.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
- "operationId": "/Api/Entitlement/Shield/Tenant/:tenantId/Correlation/:correlationId/Delete",
+ "/Api/Update/Shield/Channel/{channelName}": {
+ "get": {
+ "description": "Retrieves configuration for the specific channel from the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Get",
"parameters": [
{
- "$ref": "#/components/parameters/tenantId"
- },
- {
- "$ref": "#/components/parameters/correlationId"
+ "$ref": "#/components/parameters/channelName"
}
],
- "summary": "Delete Specified License Entitlement",
"responses": {
- "201": {
- "description": "Deleted Successfully"
- },
- "400": {
- "$ref": "#/components/responses/400"
+ "200": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/Update.Shield.Channel"
+ },
+ "examples": {
+ "Stable channel config": {
+ "summary": "Example Stable Channel Config",
+ "description": "An example showing the stable update channel configuration.",
+ "value": {
+ "latest": "1.12.5",
+ "name": "stable",
+ "previous": "1.12.4"
+ }
+ },
+ "Alpha channel config": {
+ "summary": "Example Alpha Channel Config",
+ "description": "An example showing the alpha update channel configuration.",
+ "value": {
+ "latest": "1.12.7",
+ "name": "alpha",
+ "previous": "1.12.6"
+ }
+ }
+ }
+ }
+ },
+ "description": "OK"
},
"401": {
"$ref": "#/components/responses/401"
@@ -2881,49 +5008,60 @@
"403": {
"$ref": "#/components/responses/403"
},
- "404": {
- "$ref": "#/components/responses/404"
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
+ "summary": "Retrieves Specific Channel Configuration",
"tags": [
- "License Entitlement"
+ "SHIELD - Update"
]
- }
- },
- "/Api/Telemetry/Shield": {
- "post": {
- "description": "Submits the telemetry report for SHIELD.\n\nThis endpoint requires the `Telemetry.Shield.ReadWrite`, or `Telemetry.Shield.ReadWrite.All` scope (permission).",
- "operationId": "/Api/Telemetry/Shield/Post",
- "requestBody": {
- "content": {
- "application/json": {
- "examples": {
- "Monthly Report": {
- "description": "Example monthly telemetry report for an enterprise organization.",
- "summary": "Monthly Report",
- "value": {
- "enterpriseDeviceCount": 64221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 642219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238
+ },
+ "patch": {
+ "description": "Updates (or adds when missing) the specified channel configuration.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Patch",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/channelName"
+ }
+ ],
+ "requestBody": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Channel Configuration Details": {
+ "description": "Example channel configuration object that will add/update for specified channel.",
+ "summary": "Channel Configuration",
+ "value": {
+ "latest": "1.12.5",
+ "previous": "1.12.4"
}
}
},
"schema": {
- "$ref": "#/components/schemas/Telemetry.Shield"
+ "type": "object",
+ "properties": {
+ "latest": {
+ "description": "Version number of the latest update available to the channel.",
+ "examples": [
+ "1.12.5"
+ ],
+ "type": "string"
+ },
+ "previous": {
+ "description": "Version number of the number that is being replaced via ring deployment, available to all rings at the minimum.",
+ "examples": [
+ "1.12.14"
+ ],
+ "type": "string"
+ }
+ },
+ "examples": [
+ {
+ "latest": "1.12.5",
+ "previous": "1.12.4"
+ }
+ ]
}
}
}
@@ -2933,170 +5071,160 @@
"content": {
"application/json": {
"examples": {
- "Monthly Report": {
- "description": "An example of latest monthly telemetry report for an enterprise organization after the latest telemetry input.",
- "summary": "Updated Monthly Report",
+ "Channel Configuration Details": {
+ "description": "Example object returned on creation or update.",
+ "summary": "Channel Configuration",
"value": {
- "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
- "enterpriseDeviceCount": 64221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 642219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-08-05T15:25:55.525Z",
- "updatedAt": "2024-08-05T15:25:55.525Z"
+ "latest": "1.12.5",
+ "name": "stable",
+ "previous": "1.12.4"
}
}
},
"schema": {
- "$ref": "#/components/schemas/Telemetry.Shield"
+ "$ref": "#/components/schemas/Update.Shield.Channel"
}
}
},
"description": "OK"
},
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
"401": {
"$ref": "#/components/responses/401"
},
"403": {
"$ref": "#/components/responses/403"
+ },
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
+ "summary": "Upserts Channel Configuration",
"tags": [
- "Telemetry"
- ],
- "summary": "Collects SHIELD Telemetry"
+ "SHIELD - Update"
+ ]
},
+ "delete": {
+ "description": "Deletes the specified channel configuration and associated rings.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Delete",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/channelName"
+ }
+ ],
+ "responses": {
+ "204": {
+ "description": "Deleted Successfully"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ }
+ },
+ "summary": "Deletes the Specified Channel",
+ "tags": [
+ "SHIELD - Update"
+ ]
+ }
+ },
+ "/Api/Update/Shield/Channel/{channelName}/Ring": {
"get": {
- "description": "Retrieves the telemetry records that have been reported for the authenticated tenant. Data is not guaranteed to be retrieved in any specific order.\n\nThis endpoint requires the `Telemetry.Shield.Read`, `Telemetry.Shield.Read.All`, `Telemetry.Shield.ReadWrite`, or `Telemetry.Shield.ReadWrite.All` scope (permission).",
- "operationId": "/Api/Telemetry/Shield/Get",
+ "description": "Retrieves all of the ring configurations for a channel that are present in the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/channelName"
+ }
+ ],
"responses": {
"200": {
"content": {
"application/json": {
- "examples": {
- "List of Reports": {
- "description": "List of all available SHIELD telemetry reports for the current authenticated tenant.",
- "summary": "List of SHIELD telemetry reports",
- "value": [
- {
- "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
- "enterpriseDeviceCount": 64221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 642219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-08-05T15:25:55.525Z",
- "updatedAt": "2024-08-05T15:25:55.525Z"
- },
- {
- "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
- "enterpriseDeviceCount": 63221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 632219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-07-05T15:25:55.525Z",
- "updatedAt": "2024-07-05T15:25:55.525Z"
- }
- ]
- }
- },
"schema": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Telemetry.Shield"
+ "$ref": "#/components/schemas/Update.Shield.Channel.Ring"
},
- "minItems": 0,
"examples": [
[
{
- "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
- "enterpriseDeviceCount": 64221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 642219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-08-05T15:25:55.525Z",
- "updatedAt": "2024-08-05T15:25:55.525Z"
+ "latest": true,
+ "number": 1
+ }
+ ]
+ ]
+ },
+ "examples": {
+ "All ring config": {
+ "summary": "Example All Ring Configs",
+ "description": "An example showing the configurations of all rings of the specified channel.",
+ "value": [
+ {
+ "latest": true,
+ "number": 1
},
{
- "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
- "enterpriseDeviceCount": 63221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 632219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-07-05T15:25:55.525Z",
- "updatedAt": "2024-07-05T15:25:55.525Z"
+ "latest": false,
+ "number": 0
}
]
- ]
+ }
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ }
+ },
+ "summary": "Retrieves All Ring Configurations",
+ "tags": [
+ "SHIELD - Update"
+ ]
+ }
+ },
+ "/Api/Update/Shield/Channel/{channelName}/Ring/{number}": {
+ "get": {
+ "description": "Retrieves configuration for the specific channel ring from the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/:number/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/channelName"
+ },
+ {
+ "$ref": "#/components/parameters/channelRing"
+ }
+ ],
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "$ref": "#/components/schemas/Update.Shield.Channel.Ring"
+ },
+ "examples": {
+ "Sample ring config": {
+ "summary": "Example Ring Configuration",
+ "description": "An example ring configuration for the specified channel and ring.",
+ "value": {
+ "latest": true,
+ "number": 1
+ }
+ }
}
}
},
@@ -3107,137 +5235,75 @@
},
"403": {
"$ref": "#/components/responses/403"
+ },
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Lists Reported Telemetry",
+ "summary": "Retrieves Specific Channel Ring Configuration",
"tags": [
- "Telemetry"
+ "SHIELD - Update"
]
- }
- },
- "/Api/Telemetry/Shield/Tenant/{tenantId}": {
- "get": {
- "description": "Retrieves the telemetry records that have been reported for the specified tenant. Data is not guaranteed to be retrieved in any specific order.\n\nThis endpoint requires the `Telemetry.Shield.Read.All`, or `Telemetry.Shield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
- "operationId": "/Api/Telemetry/Shield/Tenant/:tenantId/Get",
+ },
+ "patch": {
+ "description": "Updates (or adds when missing) channel ring configuration.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/:number/Patch",
"parameters": [
{
- "$ref": "#/components/parameters/tenantId"
+ "$ref": "#/components/parameters/channelName"
+ },
+ {
+ "$ref": "#/components/parameters/channelRing"
}
],
+ "requestBody": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Channel Ring Configuration Details": {
+ "description": "Example channel ring configuration object.",
+ "summary": "Channel Ring Configuration",
+ "value": {
+ "latest": true
+ }
+ }
+ },
+ "schema": {
+ "type": "object",
+ "properties": {
+ "latest": {
+ "description": "Flag that indicates if the ring should be operating off of the latest version number provided by the channel (`true`) or the previous (`false`).",
+ "examples": [
+ true
+ ],
+ "type": "boolean"
+ }
+ },
+ "examples": [
+ {
+ "latest": false
+ }
+ ]
+ }
+ }
+ }
+ },
"responses": {
"200": {
"content": {
"application/json": {
"examples": {
- "List of Reports": {
- "description": "List of all available SHIELD telemetry reports for the specified tenant.",
- "summary": "List of SHIELD telemetry reports",
- "value": [
- {
- "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
- "enterpriseDeviceCount": 64221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 642219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-08-05T15:25:55.525Z",
- "updatedAt": "2024-08-05T15:25:55.525Z"
- },
- {
- "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
- "enterpriseDeviceCount": 63221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 632219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-07-05T15:25:55.525Z",
- "updatedAt": "2024-07-05T15:25:55.525Z"
- }
- ]
+ "Channel Ring Configuration Details": {
+ "description": "Example object returned on creation or update.",
+ "summary": "Channel Ring Configuration",
+ "value": {
+ "latest": true,
+ "number": 1
+ }
}
},
"schema": {
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/Telemetry.Shield"
- },
- "minItems": 0,
- "examples": [
- [
- {
- "correlationId": "6fe3cd30-931c-439a-b759-1e7f3a73622e",
- "enterpriseDeviceCount": 64221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 642219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-08-05T15:25:55.525Z",
- "updatedAt": "2024-08-05T15:25:55.525Z"
- },
- {
- "correlationId": "a57d03c6-8218-4738-b860-ac158e257e27",
- "enterpriseDeviceCount": 63221,
- "enterpriseInterfaceCount": 523,
- "enterpriseIntermediaryCount": 44,
- "enterpriseUserCount": 632219,
- "monthlyActiveEntUsers": 0,
- "monthlyActivePrivUsers": 0,
- "monthlyActiveSpecUsers": 0,
- "privilegedDeviceCount": 50,
- "privilegedInterfaceCount": 2000,
- "privilegedIntermediaryCount": 25,
- "privilegedUserCount": 50,
- "shieldArchitectureVersion": "2",
- "shieldCoreVersion": "3.0.0",
- "specializedDeviceCount": 0,
- "specializedInterfaceCount": 612,
- "specializedIntermediaryCount": 2,
- "specializedUserCount": 5238,
- "tenantId": "46759f55-fb42-49e3-83ab-93de2a39bc1d",
- "createdAt": "2024-07-05T15:25:55.525Z",
- "updatedAt": "2024-07-05T15:25:55.525Z"
- }
- ]
- ]
+ "$ref": "#/components/schemas/Update.Shield.Channel.Ring"
}
}
},
@@ -3252,32 +5318,72 @@
"403": {
"$ref": "#/components/responses/403"
},
- "404": {
- "$ref": "#/components/responses/404"
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Retrieves Telemetry for Specified Tenant",
+ "summary": "Modifies Specific Channel Ring Configuration",
"tags": [
- "Telemetry"
+ "SHIELD - Update"
]
- }
- },
- "/Api/Telemetry/Shield/Tenant/{tenantId}/Correlation/{correlationId}": {
+ },
"delete": {
- "description": "Deletes the specified telemetry record for the specified tenant.\n\nThis endpoint requires the `Telemetry.Shield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
- "operationId": "/Api/Telemetry/Shield/Tenant/:tenantId/Correlation/:correlationId/Delete",
+ "description": "Deletes configuration of the specific channel ring.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/:number/Delete",
"parameters": [
{
- "$ref": "#/components/parameters/tenantId"
+ "$ref": "#/components/parameters/channelName"
},
{
- "$ref": "#/components/parameters/correlationId"
+ "$ref": "#/components/parameters/channelRing"
}
],
"responses": {
- "201": {
+ "204": {
"description": "Deleted Successfully"
},
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ },
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ }
+ },
+ "summary": "Deletes Specific Channel Ring Configuration",
+ "tags": [
+ "SHIELD - Update"
+ ]
+ }
+ },
+ "/Api/Update/Shield/Channel/{channelName}/Version/{version}": {
+ "post": {
+ "description": "Uploads new version of the update package for SHIELD in a specific channel.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Channel/:channelName/Version/:version/Post",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/channelName"
+ },
+ {
+ "$ref": "#/components/parameters/version"
+ }
+ ],
+ "requestBody": {
+ "content": {
+ "application/octet-stream": {
+ "schema": {
+ "type": "string",
+ "format": "binary"
+ }
+ }
+ }
+ },
+ "responses": {
+ "204": {
+ "description": "OK"
+ },
"400": {
"$ref": "#/components/responses/400"
},
@@ -3287,86 +5393,54 @@
"403": {
"$ref": "#/components/responses/403"
},
- "404": {
- "$ref": "#/components/responses/404"
+ "500": {
+ "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Delete Specified Telemetry Record",
+ "summary": "Uploads New Application Package",
"tags": [
- "Telemetry"
+ "SHIELD - Update"
]
}
},
- "/Api/Update/Shield/Channel": {
+ "/Api/Update/Shield/Check": {
"get": {
- "description": "Retrieves all of the channel configurations that are present in the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/Get",
+ "description": "Retrieves the latest available version of the package for the running application. Version depends on the channel associated with the current tenant, or channel mentioned in the request, or default channel value. Applicable channel would be calculated on the server for each request.",
+ "operationId": "/Api/Update/Shield/Check/Get",
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/Update.Shield.Channel"
- },
- "examples": [
- [
- {
- "latest": "1.12.5",
- "name": "stable",
- "previous": "1.12.4"
- }
- ]
- ]
+ "$ref": "#/components/schemas/Update.Shield.Check"
},
"examples": {
- "Channel configuration": {
- "summary": "Example all channel configs",
- "description": "An example showing the all channel configurations.",
- "value": [
- {
- "latest": "1.12.5",
- "name": "stable",
- "previous": "1.12.4"
- },
- {
- "latest": "1.12.7",
- "name": "alpha",
- "previous": "1.12.6"
- },
- {
- "latest": "1.12.6",
- "name": "beta",
- "previous": "1.12.5"
- }
- ]
+ "Latest package version": {
+ "summary": "Example Latest Application Version",
+ "description": "An example showing the latest SHIELD package available.",
+ "value": {
+ "updateVersion": "1.12.5"
+ }
}
}
}
},
"description": "OK"
},
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
- },
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Retrieves All Channel Configurations",
+ "summary": "Retrieves Latest Application Version Number",
"tags": [
"SHIELD - Update"
]
}
},
- "/Api/Update/Shield/Channel/{channelName}": {
+ "/Api/Update/Shield/Check/Channel/{channelName}": {
"get": {
- "description": "Retrieves configuration for the specific channel from the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Get",
+ "description": "Retrieves the latest available version of the package for the running application for the specific channel.",
+ "operationId": "/Api/Update/Shield/Check/Channel/:channelName/Get",
"parameters": [
{
"$ref": "#/components/parameters/channelName"
@@ -3377,25 +5451,14 @@
"content": {
"application/json": {
"schema": {
- "$ref": "#/components/schemas/Update.Shield.Channel"
+ "$ref": "#/components/schemas/Update.Shield.Check"
},
"examples": {
- "Stable channel config": {
- "summary": "Example stable channel config",
- "description": "An example showing the stable update channel configuration.",
- "value": {
- "latest": "1.12.5",
- "name": "stable",
- "previous": "1.12.4"
- }
- },
- "Alpha channel config": {
- "summary": "Example alpha channel config",
- "description": "An example showing the alpha update channel configuration.",
+ "Latest package version": {
+ "summary": "Example Latest Application Version",
+ "description": "An example showing the latest SHIELD package available for the specified channel.",
"value": {
- "latest": "1.12.7",
- "name": "alpha",
- "previous": "1.12.6"
+ "updateVersion": "1.12.5"
}
}
}
@@ -3403,124 +5466,82 @@
},
"description": "OK"
},
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
- },
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Retrieves Specific Channel Configuration",
+ "summary": "Retrieves Application Version Number For Specific Channel",
"tags": [
"SHIELD - Update"
]
- },
- "patch": {
- "description": "Updates (or adds when missing) the specified channel configuration.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Patch",
- "parameters": [
- {
- "$ref": "#/components/parameters/channelName"
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "examples": {
- "Channel Configuration Details": {
- "description": "Example channel configuration object that will add/update for specified channel.",
- "summary": "Channel Configuration",
- "value": {
- "latest": "1.12.5",
- "previous": "1.12.4"
- }
- }
- },
- "schema": {
- "type": "object",
- "properties": {
- "latest": {
- "description": "Version number of the latest update available to the chanel.",
- "examples": [
- "1.12.5"
- ],
- "type": "string"
- },
- "previous": {
- "description": "Version number of the number that is being replaced via ring deployment, available to all rings at the minimum.",
- "examples": [
- "1.12.14"
- ],
- "type": "string"
- }
- },
- "examples": [
- {
- "latest": "1.12.5",
- "previous": "1.12.4"
- }
- ]
- }
- }
- }
- },
+ }
+ },
+ "/Api/Update/Shield/Download": {
+ "get": {
+ "description": "Sends a stream of the ZIP archive content to be saved that represents requested application update package.",
+ "operationId": "/Api/Update/Shield/Download/Get",
"responses": {
"200": {
+ "description": "OK",
"content": {
- "application/json": {
+ "application/zip": {
+ "schema": {
+ "type": "string",
+ "format": "binary",
+ "examples": [
+ "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
+ ]
+ },
"examples": {
- "Channel Configuration Details": {
- "description": "Example object returned on creation or update.",
- "summary": "Channel Configuration",
- "value": {
- "latest": "1.12.5",
- "name": "stable",
- "previous": "1.12.4"
- }
+ "base64-inline": {
+ "summary": "Base64-encoded ZIP)",
+ "description": "Base64 encoding of a small ZIP (truncated) to simulate a update package binary string for the channel specified.",
+ "value": "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
}
- },
- "schema": {
- "$ref": "#/components/schemas/Update.Shield.Channel"
}
}
- },
- "description": "OK"
- },
- "400": {
- "$ref": "#/components/responses/400"
- },
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
+ }
},
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Upserts Channel Configuration",
+ "summary": "Streams File Content To Download",
"tags": [
"SHIELD - Update"
]
- },
- "delete": {
- "description": "Deletes the specified channel configuration and associated rings.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Delete",
+ }
+ },
+ "/Api/Update/Shield/Download/Channel/{channelName}": {
+ "get": {
+ "description": "Sends a stream of the ZIP archive content to be saved that represents requested application update package for the specific channel.",
+ "operationId": "/Api/Update/Shield/Download/Channel/:channelName/Get",
"parameters": [
{
"$ref": "#/components/parameters/channelName"
}
],
"responses": {
- "204": {
- "description": "Deleted Successfully"
- },
- "401": {
- "$ref": "#/components/responses/401"
+ "200": {
+ "description": "OK",
+ "content": {
+ "application/zip": {
+ "schema": {
+ "type": "string",
+ "format": "binary",
+ "examples": [
+ "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
+ ]
+ },
+ "examples": {
+ "base64-inline": {
+ "summary": "Base64-encoded ZIP",
+ "description": "Base64 encoding of a small ZIP (truncated) to simulate a update package binary string for the channel specified.",
+ "value": "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
+ }
+ }
+ }
+ }
},
"403": {
"$ref": "#/components/responses/403"
@@ -3529,21 +5550,16 @@
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Deletes the Specified Channel",
+ "summary": "Streams File Content From Specific Channel To Download",
"tags": [
"SHIELD - Update"
]
}
},
- "/Api/Update/Shield/Channel/{channelName}/Ring": {
+ "/Api/Update/Shield/Tenant": {
"get": {
- "description": "Retrieves all of the ring configurations for a channel that are present in the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/Get",
- "parameters": [
- {
- "$ref": "#/components/parameters/channelName"
- }
- ],
+ "description": "Retrieves all tenant configurations present in the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Tenant/Get",
"responses": {
"200": {
"content": {
@@ -3551,29 +5567,29 @@
"schema": {
"type": "array",
"items": {
- "$ref": "#/components/schemas/Update.Shield.Channel.Ring"
+ "$ref": "#/components/schemas/Update.Shield.Tenant"
},
"examples": [
[
{
- "latest": true,
- "number": 1
+ "alphaEnabled": false,
+ "channel": "stable",
+ "ring": 1,
+ "tenantId": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
}
]
]
},
"examples": {
- "All ring config": {
- "summary": "Example all ring configs",
- "description": "An example showing the configurations of all rings of the specified channel.",
+ "All tenant list": {
+ "summary": "Example All Tenant List",
+ "description": "A example truncated list of all tenant configurations that present in the update service.",
"value": [
{
- "latest": true,
- "number": 1
- },
- {
- "latest": false,
- "number": 0
+ "alphaEnabled": false,
+ "channel": "stable",
+ "ring": 1,
+ "tenantId": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
}
]
}
@@ -3592,22 +5608,19 @@
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Retrieves All Ring Configurations",
+ "summary": "Retrieves All Tenant Configurations",
"tags": [
"SHIELD - Update"
]
}
},
- "/Api/Update/Shield/Channel/{channelName}/Ring/{number}": {
+ "/Api/Update/Shield/Tenant/{tenantId}": {
"get": {
- "description": "Retrieves configuration for the specific channel ring from the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/:number/Get",
+ "description": "Retrieves configuration for the specific tenant from the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Tenant/:tenantId/Get",
"parameters": [
{
- "$ref": "#/components/parameters/channelName"
- },
- {
- "$ref": "#/components/parameters/channelRing"
+ "$ref": "#/components/parameters/tenantId"
}
],
"responses": {
@@ -3615,15 +5628,17 @@
"content": {
"application/json": {
"schema": {
- "$ref": "#/components/schemas/Update.Shield.Channel.Ring"
+ "$ref": "#/components/schemas/Update.Shield.Tenant"
},
"examples": {
- "Sample ring config": {
- "summary": "Example ring configuration",
- "description": "An example ring configuration for the specified channel and ring.",
+ "Tenant config": {
+ "summary": "Example Tenant Config",
+ "description": "A example configurations that present in the update service of the specified tenant.",
"value": {
- "latest": true,
- "number": 1
+ "alphaEnabled": false,
+ "channel": "stable",
+ "ring": 1,
+ "tenantId": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
}
}
}
@@ -3641,48 +5656,63 @@
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Retrieves Specific Channel Ring Configuration",
+ "summary": "Retrieves Specific Tenant Configuration",
"tags": [
"SHIELD - Update"
]
},
"patch": {
- "description": "Updates (or adds when missing) channel ring configuration.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/:number/Patch",
+ "description": "Updates (or adds when missing) tenant configuration.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Tenant/:tenantId/Patch",
"parameters": [
{
- "$ref": "#/components/parameters/channelName"
- },
- {
- "$ref": "#/components/parameters/channelRing"
+ "$ref": "#/components/parameters/tenantId"
}
],
"requestBody": {
"content": {
"application/json": {
"examples": {
- "Channel Ring Configuration Details": {
- "description": "Example channel ring configuration object.",
- "summary": "Channel Ring Configuration",
+ "Tenant Configuration Details": {
+ "description": "Example tenant configuration object.",
+ "summary": "Tenant Configuration",
"value": {
- "latest": true
+ "alphaEnabled": false,
+ "channel": "stable",
+ "ring": 1
}
}
},
"schema": {
"type": "object",
"properties": {
- "latest": {
- "description": "Flag that indicates if the ring should be operating off of the latest version number provided by the channel (`true`) or the previous (`false`).",
+ "alphaEnabled": {
+ "description": "Flag that indicates if the current tenant is allowed to request alpha builds (`true`) or not (`false`).",
"examples": [
- true
+ false
],
"type": "boolean"
+ },
+ "channel": {
+ "description": "Name of the deploy channel.",
+ "examples": [
+ "stable"
+ ],
+ "type": "string"
+ },
+ "ring": {
+ "description": "Ring number that the client belongs to for the current channel.",
+ "examples": [
+ 1
+ ],
+ "type": "integer"
}
},
"examples": [
{
- "latest": false
+ "alphaEnabled": false,
+ "channel": "stable",
+ "ring": 1
}
]
}
@@ -3694,17 +5724,19 @@
"content": {
"application/json": {
"examples": {
- "Channel Ring Configuration Details": {
- "description": "Example object returned on creation or update.",
- "summary": "Channel Ring Configuration",
+ "Tenant Configuration Details": {
+ "description": "Example object returned on creation or update with tenantId set.",
+ "summary": "Tenant Configuration",
"value": {
- "latest": true,
- "number": 1
+ "alphaEnabled": false,
+ "channel": "stable",
+ "ring": 1,
+ "tenantId": "a2a1698d-a3e0-42d3-96a4-47eb3e8f7dd1"
}
}
},
"schema": {
- "$ref": "#/components/schemas/Update.Shield.Channel.Ring"
+ "$ref": "#/components/schemas/Update.Shield.Tenant"
}
}
},
@@ -3723,323 +5755,303 @@
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Modifies Specific Channel Ring Configuration",
+ "summary": "Upserts Specific Tenant Configuration",
"tags": [
"SHIELD - Update"
]
},
"delete": {
- "description": "Deletes configuration of the specific channel ring.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Ring/:number/Delete",
- "parameters": [
- {
- "$ref": "#/components/parameters/channelName"
- },
- {
- "$ref": "#/components/parameters/channelRing"
- }
- ],
- "responses": {
- "204": {
- "description": "Deleted Successfully"
- },
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
- },
- "500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
- }
- },
- "summary": "Deletes Specific Channel Ring Configuration",
- "tags": [
- "SHIELD - Update"
- ]
- }
- },
- "/Api/Update/Shield/Channel/{channelName}/Version/{version}": {
- "post": {
- "description": "Uploads new version of the update package for SHIELD in a specific channel.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Channel/:channelName/Version/:version/Post",
- "parameters": [
- {
- "$ref": "#/components/parameters/channelName"
- },
- {
- "$ref": "#/components/parameters/version"
- }
- ],
- "requestBody": {
- "content": {
- "application/octet-stream": {
- "schema": {
- "type": "string",
- "format": "binary"
- }
- }
- }
- },
- "responses": {
- "204": {
- "description": "OK"
- },
- "400": {
- "$ref": "#/components/responses/400"
- },
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
- },
- "500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
- }
- },
- "summary": "Uploads New Application Package",
- "tags": [
- "SHIELD - Update"
- ]
- }
- },
- "/Api/Update/Shield/Check": {
- "get": {
- "description": "Retrieves the latest available version of the package for the running application. Version depends on the channel associated with the current tenant, or channel mentioned in the request, or default channel value. Applicable channel would be calculated on the server for each request.",
- "operationId": "/Api/Update/Shield/Check/Get",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/Update.Shield.Check"
- },
- "examples": {
- "Latest package version": {
- "summary": "Example latest application version",
- "description": "An example showing the latest SHIELD package available.",
- "value": {
- "updateVersion": "1.12.5"
- }
- }
- }
- }
- },
- "description": "OK"
- },
- "500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
- }
- },
- "summary": "Retrieves Latest Application Version Number",
- "tags": [
- "SHIELD - Update"
- ]
- }
- },
- "/Api/Update/Shield/Check/Channel/{channelName}": {
- "get": {
- "description": "Retrieves the latest available version of the package for the running application for the specific channel.",
- "operationId": "/Api/Update/Shield/Check/Channel/:channelName/Get",
+ "description": "Deletes configuration for the specific tenant.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
+ "operationId": "/Api/Update/Shield/Tenant/:tenantId/Delete",
"parameters": [
{
- "$ref": "#/components/parameters/channelName"
+ "$ref": "#/components/parameters/tenantId"
}
],
"responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/Update.Shield.Check"
- },
- "examples": {
- "Latest package version": {
- "summary": "Example latest application version",
- "description": "An example showing the latest SHIELD package available for the specified channel.",
- "value": {
- "updateVersion": "1.12.5"
- }
- }
- }
- }
- },
- "description": "OK"
- },
- "500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
- }
- },
- "summary": "Retrieves Application Version Number For Specific Channel",
- "tags": [
- "SHIELD - Update"
- ]
- }
- },
- "/Api/Update/Shield/Download": {
- "get": {
- "description": "Sends a stream of the ZIP archive content to be saved that represents requested application update package.",
- "operationId": "/Api/Update/Shield/Download/Get",
- "responses": {
- "200": {
- "description": "OK",
- "content": {
- "application/zip": {
- "schema": {
- "type": "string",
- "format": "binary",
- "examples": [
- "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
- ]
- },
- "examples": {
- "base64-inline": {
- "summary": "Base64-encoded ZIP)",
- "description": "Base64 encoding of a small ZIP (truncated) to simulate a update package binary string for the channel specified.",
- "value": "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
- }
- }
- }
- }
+ "204": {
+ "description": "Deleted Successfully"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
},
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Streams File Content To Download",
+ "summary": "Deletes Specific Tenant Configuration",
"tags": [
"SHIELD - Update"
]
}
},
- "/Api/Update/Shield/Download/Channel/{channelName}": {
+ "/Api/Tenant": {
"get": {
- "description": "Sends a stream of the ZIP archive content to be saved that represents requested application update package for the specific channel.",
- "operationId": "/Api/Update/Shield/Download/Channel/:channelName/Get",
+ "description": "Retrieves the list of tenant records. Can use filter by parent ID limit the results. This endpoint requires the `Tenant.Read.All` or `Tenant.ReadWrite.All` scopes (permissions).",
+ "operationId": "/Api/Tenant/Get",
"parameters": [
{
- "$ref": "#/components/parameters/channelName"
+ "$ref": "#/components/parameters/parentId"
}
],
"responses": {
"200": {
- "description": "OK",
"content": {
- "application/zip": {
+ "application/json": {
"schema": {
- "type": "string",
- "format": "binary",
+ "type": "array",
+ "minItems": 0,
+ "items": {
+ "$ref": "#/components/schemas/TenantDetails"
+ },
"examples": [
- "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
+ [
+ {
+ "tenantId": "7e8f9a0b-1c2d-3e4b-5a6c-7d8e9f0a1b2c",
+ "displayName": "Contoso - R&D",
+ "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
+ "authorizedPrincipalList": []
+ }
+ ]
]
},
"examples": {
- "base64-inline": {
- "summary": "Base64-encoded ZIP",
- "description": "Base64 encoding of a small ZIP (truncated) to simulate a update package binary string for the channel specified.",
- "value": "UEsDBBQAAAAIAAeLbU0AAAAAAAAAAAAAAAAJAAQATm90ZS50eHRVVAkAA1V2YV... (truncated)"
+ "Example List Of Multiple Tenant Records": {
+ "description": "Sample list of multiple tenant records in the database",
+ "summary": "Multiple Tenant Records",
+ "value": [
+ {
+ "tenantId": "5d6e7f8a-9b0c-1d2e-3f4a-5b6c7d8e9f0a",
+ "displayName": "Contoso - Legal",
+ "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
+ "authorizedPrincipalList": [
+ "59673771-3b4f-4518-9187-aee8a51c8c07",
+ "47c42971-2dea-4553-a788-d29a42e3e867"
+ ]
+ },
+ {
+ "tenantId": "7e8f9a0b-1c2d-3e4b-5a6c-7d8e9f0a1b2c",
+ "displayName": "Contoso - R&D",
+ "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
+ "authorizedPrincipalList": [
+ "7e9ce415-32b2-4e7a-a920-d4dbaae022e3"
+ ]
+ }
+ ]
+ },
+ "Example List Of Single Tenant Record": {
+ "description": "Example list of single tenant records which no user is authorized yet.",
+ "summary": "Single Tenant Records",
+ "value": [
+ {
+ "tenantId": "7e8f9a0b-1c2d-3e4b-5a6c-7d8e9f0a1b2c",
+ "displayName": "Contoso - R&D",
+ "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
+ "authorizedPrincipalList": []
+ }
+ ]
}
}
}
- }
+ },
+ "description": "OK"
},
- "403": {
- "$ref": "#/components/responses/403"
+ "404": {
+ "$ref": "#/components/responses/404"
},
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Streams File Content From Specific Channel To Download",
+ "summary": "Retrieves List of Tenant Records",
"tags": [
- "SHIELD - Update"
+ "Tenant Records"
]
}
},
- "/Api/Update/Shield/Tenant": {
+ "/Api/Tenant/{tenantId}": {
"get": {
- "description": "Retrieves all tenant configurations present in the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Tenant/Get",
+ "description": "Retrieves details of a specific tenant record. This endpoint requires the `Tenant.Read.All` or `Tenant.ReadWrite.All` scopes (permissions).",
+ "operationId": "/Api/Tenant/:tenantId/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/tenantId"
+ },
+ {
+ "$ref": "#/components/parameters/parentId"
+ }
+ ],
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/Update.Shield.Tenant"
- },
- "examples": [
- [
- {
- "alphaEnabled": false,
- "channel": "stable",
- "ring": 1,
- "tenantId": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
- }
- ]
- ]
+ "$ref": "#/components/schemas/TenantDetails"
},
"examples": {
- "All tenant list": {
- "summary": "Example all tenant list",
- "description": "A example truncated list of all tenant configurations that present in the update service.",
- "value": [
- {
- "alphaEnabled": false,
- "channel": "stable",
- "ring": 1,
- "tenantId": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
- }
- ]
+ "Example Complete Tenant Record": {
+ "description": "An example showing a single existing tenant record.",
+ "summary": "Existing Tenant Record",
+ "value": {
+ "tenantId": "9f0a1b2c-3d4e-5f6a-7b8c-9d0e1f2a3b4c",
+ "displayName": "Contoso - Testing",
+ "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
+ "authorizedPrincipalList": [
+ "9f0a1b2c-3d4e-5f6a-7b8c-9d0e1f2a3b4c",
+ "2e3f4a5b-6c7d-8e9f-0a1b-2c3d4e5f6a7b",
+ "4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e"
+ ]
+ }
}
}
}
},
"description": "OK"
},
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
+ "404": {
+ "$ref": "#/components/responses/404"
},
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Retrieves All Tenant Configurations",
+ "summary": "Retrieves Tenant Record",
"tags": [
- "SHIELD - Update"
+ "Tenant Records"
]
- }
- },
- "/Api/Update/Shield/Tenant/{tenantId}": {
- "get": {
- "description": "Retrieves configuration for the specific tenant from the update service.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Tenant/:tenantId/Get",
+ },
+ "patch": {
+ "description": "Update tenant record using provided information. Payload could contain any combination of existing properties. To remove a parent, set the parentId to be the same as the tenant ID value. This endpoint requires the `Tenant.ReadWrite.All` scopes (permissions).",
+ "operationId": "/Api/Tenant/:tenantId/Patch",
"parameters": [
{
"$ref": "#/components/parameters/tenantId"
}
- ],
+ ],
+ "requestBody": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {
+ "tenantDisplayName": {
+ "description": "Human readable name for the tenant record",
+ "type": "string",
+ "examples": [
+ "Contoso - R&D East"
+ ]
+ },
+ "parentId": {
+ "description": "The object ID of the tenant that is considered a parent to this record",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "6a7b8c9d-0e1f-2a3b-4c5d-6e7f8a9b0c1d"
+ ]
+ },
+ "authorizedPrincipalList": {
+ "description": "List of object IDs that are allowed to access this record and related data.",
+ "type": "array",
+ "items": {
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "4cae3355-0cff-410c-b4f9-69cb5de8f1ac"
+ ]
+ },
+ "examples": [
+ [
+ "4cae3355-0cff-410c-b4f9-69cb5de8f1ac",
+ "0e52e6ac-f8e1-4070-ae2e-9bd0a37507a1"
+ ]
+ ]
+ }
+ },
+ "anyOf": [
+ {
+ "required": [
+ "displayName"
+ ]
+ },
+ {
+ "required": [
+ "parentId"
+ ]
+ },
+ {
+ "required": [
+ "authorizedPrincipalList"
+ ]
+ }
+ ],
+ "examples": [
+ {
+ "tenantDisplayName": "Contoso - R&D East",
+ "parentId": "6a7b8c9d-0e1f-2a3b-4c5d-6e7f8a9b0c1d",
+ "authorizedPrincipalList": [
+ "4cae3355-0cff-410c-b4f9-69cb5de8f1ac",
+ "0e52e6ac-f8e1-4070-ae2e-9bd0a37507a1"
+ ]
+ }
+ ]
+ },
+ "examples": {
+ "Example Request to Update Tenant Parent": {
+ "description": "Sample payload requesting adjustment to the parent value.",
+ "summary": "Update Parent Information for Tenant",
+ "value": {
+ "parentId": "6a7b8c9d-0e1f-2a3b-4c5d-6e7f8a9b0c1d"
+ }
+ },
+ "Example Request for Tenant Name and Parent Update": {
+ "description": "Sample payload requesting to update parent value and display name on the tenant record.",
+ "summary": "Update Tenant Record Name and Parent Information",
+ "value": {
+ "parentId": "8f9a0b1c-2d3e-4f5a-6b7c-8d9e0a1b2c3d",
+ "displayName": "Contoso - R&D West"
+ }
+ },
+ "Example Request for Tenant Authorized Principals Update": {
+ "description": "Sample payload requesting to update authorized principals for the tenant record.",
+ "summary": "Update Tenant Authorized Principals List",
+ "value": {
+ "authorizedPrincipalList": [
+ "4cae3355-0cff-410c-b4f9-69cb5de8f1ac",
+ "0e52e6ac-f8e1-4070-ae2e-9bd0a37507a1"
+ ]
+ }
+ }
+ }
+ }
+ }
+ },
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
- "$ref": "#/components/schemas/Update.Shield.Tenant"
+ "$ref": "#/components/schemas/TenantDetails"
},
"examples": {
- "Tenant config": {
- "summary": "Example tenant config",
- "description": "A example configurations that present in the update service of the specified tenant.",
+ "Example Complete Tenant Record": {
+ "description": "Sample response after updating a tenant record.",
+ "summary": "Updated Tenant Record",
"value": {
- "alphaEnabled": false,
- "channel": "stable",
- "ring": 1,
- "tenantId": "1d71e0fe-6e4a-464d-a690-80addf3bda55"
+ "tenantId": "c00ffc2c-b6f6-4121-bd8e-4d02e9504eb9",
+ "displayName": "Contoso - Testing",
+ "parentId": "8c291062-a4f7-4706-b4df-59e605497f06",
+ "authorizedPrincipalList": [
+ "b856517a-2086-4be4-b63e-d6ca8a5b0ff6"
+ ]
}
}
}
@@ -4047,426 +6059,681 @@
},
"description": "OK"
},
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
- },
"500": {
"description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
}
},
- "summary": "Retrieves Specific Tenant Configuration",
+ "summary": "Update Tenant Record",
"tags": [
- "SHIELD - Update"
+ "Tenant Records"
]
- },
- "patch": {
- "description": "Updates (or adds when missing) tenant configuration.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Tenant/:tenantId/Patch",
- "parameters": [
- {
- "$ref": "#/components/parameters/tenantId"
- }
- ],
+ }
+ },
+ "/Api/V1/ArchitectureReport": {
+ "post": {
+ "description": "Stores the results of an Architecture report.\n\nThis endpoint requires the `ArchitectureReport.ReadWrite`, `ArchitectureReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/ArchitectureReport/Post",
"requestBody": {
+ "required": true,
"content": {
"application/json": {
"examples": {
- "Tenant Configuration Details": {
- "description": "Example tenant configuration object.",
- "summary": "Tenant Configuration",
+ "Architecture Report V1": {
+ "description": "Sample, truncated report from an example customer environment. This will return the same report as the request input.",
+ "summary": "Example of License Report Stored.",
"value": {
- "alphaEnabled": false,
- "channel": "stable",
- "ring": 1
+ "correlation": {
+ "auditTenantAccount": "user@example.com"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ },
+ "tenantMetadata": {
+ "totalDeviceCount": 1,
+ "totalGuestCount": 1,
+ "totalMemberCount": 1,
+ "totalUserCount": 1
+ },
+ "schemaVersion": 1
}
}
},
"schema": {
- "type": "object",
- "properties": {
- "alphaEnabled": {
- "description": "Flag that indicates if the current tenant is allowed to request alpha builds (`true`) or not (`false`).",
- "examples": [
- false
- ],
- "type": "boolean"
- },
- "channel": {
- "description": "Name of the deploy channel.",
- "examples": [
- "stable"
- ],
- "type": "string"
- },
- "ring": {
- "description": "Ring number that the client is a member of for the current chanel.",
- "examples": [
- 1
- ],
- "type": "integer"
- }
- },
- "examples": [
- {
- "alphaEnabled": false,
- "channel": "stable",
- "ring": 1
- }
- ]
+ "$ref": "#/components/schemas/ArchitectureReportV1"
}
}
}
},
"responses": {
"200": {
+ "description": "Architecture Report V1 submitted successfully.",
"content": {
"application/json": {
"examples": {
- "Tenant Configuration Details": {
- "description": "Example object returned on creation or update with tenantId set.",
- "summary": "Tenant Configuration",
+ "Architecture Report V1": {
+ "description": "Sample, truncated report from an example customer environment. This will return the same report as the request input.",
+ "summary": "Example of License Report Stored.",
"value": {
- "alphaEnabled": false,
- "channel": "stable",
- "ring": 1,
- "tenantId": "a2a1698d-a3e0-42d3-96a4-47eb3e8f7dd1"
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ },
+ "tenantMetadata": {
+ "totalDeviceCount": 1,
+ "totalGuestCount": 1,
+ "totalMemberCount": 1,
+ "totalUserCount": 1
+ },
+ "schemaVersion": 1
}
}
},
"schema": {
- "$ref": "#/components/schemas/Update.Shield.Tenant"
+ "$ref": "#/components/schemas/ArchitectureReportV1"
}
}
- },
- "description": "OK"
+ }
},
"400": {
"$ref": "#/components/responses/400"
},
- "401": {
- "$ref": "#/components/responses/401"
- },
- "403": {
- "$ref": "#/components/responses/403"
- },
"500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ "$ref": "#/components/responses/500"
}
},
- "summary": "Upserts Specific Tenant Configuration",
"tags": [
- "SHIELD - Update"
- ]
- },
- "delete": {
- "description": "Deletes configuration for the specific tenant.\n\nThis endpoint requires the `UpdateShield.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI Lab` tenant. End user access is restricted.",
- "operationId": "/Api/Update/Shield/Tenant/:tenantId/Delete",
+ "Architecture Reporting"
+ ],
+ "summary": "Submit Architecture Report V1"
+ }
+ },
+ "/Api/V1/ArchitectureReport/Correlation": {
+ "get": {
+ "description": "Retrieves the list of correlation records for the authenticated tenant. Can use filters targeting creation date to limit results. Correlation records store the metadata for a specific architecture report.\n\nThis endpoint requires the `ArchitectureReport.Read`, `ArchitectureReport.Read.All`, `ArchitectureReport.ReadWrite`, or `ArchitectureReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/ArchitectureReport/Correlation/Get",
"parameters": [
{
- "$ref": "#/components/parameters/tenantId"
+ "$ref": "#/components/parameters/dateStart"
+ },
+ {
+ "$ref": "#/components/parameters/dateEnd"
}
],
"responses": {
- "204": {
- "description": "Deleted Successfully"
- },
- "401": {
- "$ref": "#/components/responses/401"
+ "200": {
+ "description": "A list of correlation records.",
+ "content": {
+ "application/json": {
+ "examples": {
+ "Example Correlation Records": {
+ "description": "Sample list of correlation records for the current authenticated tenant.",
+ "summary": "Available Correlation Records",
+ "value": [
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "5888a922-9f5b-45fd-bd5f-de3283d6a79e",
+ "createdAt": "2023-12-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ }
+ ]
+ }
+ },
+ "schema": {
+ "examples": [
+ [
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "5888a922-9f5b-45fd-bd5f-de3283d6a79e",
+ "createdAt": "2023-12-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ }
+ ]
+ ],
+ "items": {
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
+ },
+ "minItems": 0,
+ "type": "array"
+ }
+ }
+ }
},
- "403": {
- "$ref": "#/components/responses/403"
+ "400": {
+ "$ref": "#/components/responses/400"
},
"500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ "$ref": "#/components/responses/500"
}
},
- "summary": "Deletes Specific Tenant Configuration",
"tags": [
- "SHIELD - Update"
- ]
+ "Architecture Reporting"
+ ],
+ "summary": "Get Correlation Records"
}
},
- "/Api/Tenant": {
+ "/Api/V1/ArchitectureReport/Correlation/Tenant/{tenantId}": {
"get": {
- "description": "Retrieves the list of tenant records. Can use filter by parent ID limit the results. This endpoint requires the `Tenant.Read.All` or `Tenant.ReadWrite.All` scopes (permissions).",
- "operationId": "/Api/Tenant/Get",
+ "description": "Retrieves the list of correlation records for the specified tenant. Can use filters targeting creation date to limit results. Correlation records store the metadata for a specific architecture report.\n\nThis endpoint requires the `ArchitectureReport.Read.All`, or `ArchitectureReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/V1/ArchitectureReport/Correlation/Tenant/:tenantId/Get",
"parameters": [
{
- "$ref": "#/components/parameters/parentId"
+ "$ref": "#/components/parameters/tenantId"
+ },
+ {
+ "$ref": "#/components/parameters/dateStart"
+ },
+ {
+ "$ref": "#/components/parameters/dateEnd"
}
],
"responses": {
"200": {
"content": {
"application/json": {
- "schema": {
- "type": "array",
- "minItems": 0,
- "items": {
- "$ref": "#/components/schemas/TenantDetails"
- },
- "examples": [
- [
- {
- "tenantId": "7e8f9a0b-1c2d-3e4b-5a6c-7d8e9f0a1b2c",
- "displayName": "Contoso - R&D",
- "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
- "authorizedPrincipalList": []
- }
- ]
- ]
- },
"examples": {
- "Example List Of Multiple Tenant Records": {
- "description": "Sample list of multiple tenant records in the database",
- "summary": "Multiple Tenant Records",
+ "Example Correlation Records": {
+ "description": "Sample list of correlation records for the specified tenant.",
+ "summary": "Available Correlation Records",
"value": [
{
- "tenantId": "5d6e7f8a-9b0c-1d2e-3f4a-5b6c7d8e9f0a",
- "displayName": "Contoso - Legal",
- "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
- "authorizedPrincipalList": [
- "59673771-3b4f-4518-9187-aee8a51c8c07",
- "47c42971-2dea-4553-a788-d29a42e3e867"
- ]
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
},
{
- "tenantId": "7e8f9a0b-1c2d-3e4b-5a6c-7d8e9f0a1b2c",
- "displayName": "Contoso - R&D",
- "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
- "authorizedPrincipalList": [
- "7e9ce415-32b2-4e7a-a920-d4dbaae022e3"
- ]
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "e0d101e8-6f1e-40a9-a66f-cad4112c9a59",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
}
]
+ }
+ },
+ "schema": {
+ "type": "array",
+ "minItems": 0,
+ "items": {
+ "$ref": "#/components/schemas/Report.CorrelationRecord"
},
- "Example List Of Single Tenant Record": {
- "description": "Example list of single tenant records which no user is authorized yet.",
- "summary": "Single Tenant Records",
- "value": [
+ "examples": [
+ [
{
- "tenantId": "7e8f9a0b-1c2d-3e4b-5a6c-7d8e9f0a1b2c",
- "displayName": "Contoso - R&D",
- "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
- "authorizedPrincipalList": []
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "e0d101e8-6f1e-40a9-a66f-cad4112c9a59",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
}
]
- }
+ ]
}
}
},
- "description": "OK"
+ "description": "A list of correlation records for the specified tenant."
},
- "404": {
- "$ref": "#/components/responses/404"
+ "400": {
+ "$ref": "#/components/responses/400"
},
"500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ "$ref": "#/components/responses/500"
}
},
- "summary": "Retrieves List of Tenant Records",
+ "summary": "Get Correlation Records by Tenant",
"tags": [
- "Tenant Records"
+ "Architecture Reporting"
]
}
},
- "/Api/Tenant/{tenantId}": {
- "get": {
- "description": "Retrieves details of a specific tenant record. This endpoint requires the `Tenant.Read.All` or `Tenant.ReadWrite.All` scopes (permissions).",
- "operationId": "/Api/Tenant/:tenantId/Get",
+ "/Api/V1/ArchitectureReport/Correlation/{correlationId}/Data": {
+ "delete": {
+ "description": "Deletes the full architecture report v1 for the specified correlation ID.\n\nThis endpoint requires the `ArchitectureReport.ReadWrite`, or `ArchitectureReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/ArchitectureReport/Correlation/:correlationId/Data/Delete",
"parameters": [
{
- "$ref": "#/components/parameters/tenantId"
+ "$ref": "#/components/parameters/correlationId"
+ }
+ ],
+ "responses": {
+ "204": {
+ "description": "Architecture report data deleted successfully."
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
},
+ "500": {
+ "$ref": "#/components/responses/500"
+ }
+ },
+ "summary": "Delete Architecture Report Data by Correlation ID",
+ "tags": [
+ "Architecture Reporting"
+ ]
+ },
+ "get": {
+ "description": "Retrieves the full architecture report v1 for the specified correlation ID in the authenticated tenant. The architecture report v1 contains all of the tenant metadata and user/device data with the required correlation data.\n\nThis endpoint requires the `ArchitectureReport.Read`, `ArchitectureReport.Read.All`, `ArchitectureReport.ReadWrite`, or `ArchitectureReport.ReadWrite.All` scope (permission).",
+ "operationId": "/Api/V1/ArchitectureReport/Correlation/:correlationId/Data/Get",
+ "parameters": [
{
- "$ref": "#/components/parameters/parentId"
+ "$ref": "#/components/parameters/correlationId"
}
],
"responses": {
"200": {
+ "description": "The architecture report data for the specified correlation ID.",
"content": {
"application/json": {
- "schema": {
- "$ref": "#/components/schemas/TenantDetails"
- },
"examples": {
- "Example Complete Tenant Record": {
- "description": "An example showing a single existing tenant record.",
- "summary": "Existing Tenant Record",
+ "Example Architecture Report V1": {
+ "description": "Sample structure of the valid architecture report along with all relevant metadata retrieved using correlation record ID.",
+ "summary": "Architecture Report Details",
"value": {
- "tenantId": "9f0a1b2c-3d4e-5f6a-7b8c-9d0e1f2a3b4c",
- "displayName": "Contoso - Testing",
- "parentId": "f3ed1efc-4e62-46b8-bf2a-6b59ca9784e5",
- "authorizedPrincipalList": [
- "9f0a1b2c-3d4e-5f6a-7b8c-9d0e1f2a3b4c",
- "2e3f4a5b-6c7d-8e9f-0a1b-2c3d4e5f6a7b",
- "4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e"
- ]
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ },
+ "tenantMetadata": {
+ "totalDeviceCount": 1,
+ "totalGuestCount": 1,
+ "totalMemberCount": 1,
+ "totalUserCount": 1
+ },
+ "schemaVersion": 1
}
}
+ },
+ "schema": {
+ "$ref": "#/components/schemas/ArchitectureReportV1"
}
}
- },
- "description": "OK"
+ }
},
- "404": {
- "$ref": "#/components/responses/404"
+ "400": {
+ "$ref": "#/components/responses/400"
},
"500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ "$ref": "#/components/responses/500"
}
},
- "summary": "Retrieves Tenant Record",
+ "summary": "Retrieve the Specified Architecture Report V1 by Correlation ID",
"tags": [
- "Tenant Records"
+ "Architecture Reporting"
]
- },
- "patch": {
- "description": "Update tenant record using provided information. Payload could contain any combination of existing properties. To remove a parent, set the parentId to be the same as the tenant ID value. This endpoint requires the `Tenant.ReadWrite.All` scopes (permissions).",
- "operationId": "/Api/Tenant/:tenantId/Patch",
+ }
+ },
+ "/Api/V1/ArchitectureReport/Correlation/{correlationId}/Tenant/{tenantId}/Data": {
+ "delete": {
+ "summary": "Delete the Specified Architecture Report V1 for Specified Tenant",
+ "description": "Deletes the full architecture report v1 for the specified correlation ID and tenant.\n\nThis endpoint requires the `ArchitectureReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/V1/ArchitectureReport/Correlation/:correlationId/Tenant/:tenantId/Data/Delete",
"parameters": [
{
- "$ref": "#/components/parameters/tenantId"
+ "$ref": "#/components/parameters/correlationId",
+ "required": true
+ },
+ {
+ "$ref": "#/components/parameters/tenantId",
+ "required": true
}
],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "type": "object",
- "properties": {
- "tenantDisplayName": {
- "description": "Human readable name for the tenant record",
- "type": "string",
- "examples": [
- "Contoso - R&D East"
- ]
- },
- "parentId": {
- "description": "The object ID of the tenant that is considered a parent to this record",
- "format": "uuid",
- "maxLength": 36,
- "minLength": 36,
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
- "type": "string",
- "examples": [
- "6a7b8c9d-0e1f-2a3b-4c5d-6e7f8a9b0c1d"
- ]
- },
- "authorizedPrincipalList": {
- "description": "List of object IDs that are allowed to access this record and related data.",
- "type": "array",
- "items": {
- "format": "uuid",
- "maxLength": 36,
- "minLength": 36,
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
- "type": "string",
- "examples": [
- "4cae3355-0cff-410c-b4f9-69cb5de8f1ac"
- ]
- },
- "examples": [
- [
- "4cae3355-0cff-410c-b4f9-69cb5de8f1ac",
- "0e52e6ac-f8e1-4070-ae2e-9bd0a37507a1"
- ]
- ]
- }
- },
- "anyOf": [
- {
- "required": [
- "displayName"
- ]
- },
- {
- "required": [
- "parentId"
- ]
- },
- {
- "required": [
- "authorizedPrincipalList"
- ]
- }
- ],
- "examples": [
- {
- "tenantDisplayName": "Contoso - R&D East",
- "parentId": "6a7b8c9d-0e1f-2a3b-4c5d-6e7f8a9b0c1d",
- "authorizedPrincipalList": [
- "4cae3355-0cff-410c-b4f9-69cb5de8f1ac",
- "0e52e6ac-f8e1-4070-ae2e-9bd0a37507a1"
- ]
- }
- ]
- },
- "examples": {
- "Example Request to Update Tenant Parent": {
- "description": "Sample payload requesting adjustment to the parent value.",
- "summary": "Update Parent Information for Tenant",
- "value": {
- "parentId": "6a7b8c9d-0e1f-2a3b-4c5d-6e7f8a9b0c1d"
- }
- },
- "Example Request for Tenant Name and Parent Update": {
- "description": "Sample payload requesting to update parent value and display name on the tenant record.",
- "summary": "Update Tenant Record Name and Parent Information",
- "value": {
- "parentId": "8f9a0b1c-2d3e-4f5a-6b7c-8d9e0a1b2c3d",
- "displayName": "Contoso - R&D West"
- }
- },
- "Example Request for Tenant Authorized Principals Update": {
- "description": "Sample payload requesting to update authorized principals for the tenant record.",
- "summary": "Update Tenant Authorized Principals List",
- "value": {
- "authorizedPrincipalList": [
- "4cae3355-0cff-410c-b4f9-69cb5de8f1ac",
- "0e52e6ac-f8e1-4070-ae2e-9bd0a37507a1"
- ]
- }
- }
- }
- }
+ "responses": {
+ "204": {
+ "description": "Architecture report data deleted successfully."
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "500": {
+ "$ref": "#/components/responses/500"
}
},
+ "tags": [
+ "Architecture Reporting"
+ ]
+ },
+ "get": {
+ "summary": "Get Architecture Report V1 Data by Correlation ID and Tenant ID",
+ "description": "Retrieves the architecture report data associated with the specified correlation ID and tenant ID.\n\nThis endpoint requires the `ArchitectureReport.Read.All`, `ArchitectureReport.ReadWrite.All` scope (permission). This endpoint is also only accessible from the `SHI` and `SHI Lab` tenants. End user access is restricted.",
+ "operationId": "/Api/V1/ArchitectureReport/Correlation/:correlationId/Tenant/:tenantId/Data/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/correlationId",
+ "required": true
+ },
+ {
+ "$ref": "#/components/parameters/tenantId",
+ "required": true
+ }
+ ],
"responses": {
"200": {
"content": {
"application/json": {
- "schema": {
- "$ref": "#/components/schemas/TenantDetails"
- },
"examples": {
- "Example Complete Tenant Record": {
- "description": "Sample response after updating a tenant record.",
- "summary": "Updated Tenant Record",
+ "Architecture Report V1": {
+ "description": "Sample structure of the valid architecture report along with all relevant metadata retrieved using correlation record ID and specific tenant ID.",
+ "summary": "Architecture Report Details",
"value": {
- "tenantId": "c00ffc2c-b6f6-4121-bd8e-4d02e9504eb9",
- "displayName": "Contoso - Testing",
- "parentId": "8c291062-a4f7-4706-b4df-59e605497f06",
- "authorizedPrincipalList": [
- "b856517a-2086-4be4-b63e-d6ca8a5b0ff6"
- ]
+ "correlation": {
+ "auditTenantAccount": "user@example.com",
+ "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
+ "createdAt": "2023-11-19T10:00:00.000Z",
+ "reportTenantAccount": "user@example.com",
+ "tenantId": "123e4567-e89b-12d3-a456-426614174000",
+ "updatedAt": "2023-11-19T10:05:00.000Z"
+ },
+ "principalData": {
+ "user": {
+ "e7b8c8a2-1f2e-4c3a-9b6a-2d8e4f8a9b7c": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": {
+ "featureA": true,
+ "featureB": false
+ }
+ },
+ "llmInferred": {
+ "isServiceAccount": false,
+ "isFrontlineWorker": true,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "user@example.com",
+ "idpJobTitle": "Engineer",
+ "idpDepartment": "IT",
+ "idpOfficeLocation": "HQ",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ },
+ "device": {
+ "f1e2d3c4-b5a6-7890-1234-56789abcdef0": {
+ "assignedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "assignedLicense": [
+ {
+ "id": "3d282045-ec7f-4813-88e2-29b74ee609f7",
+ "servicePlanList": [
+ "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
+ ]
+ }
+ ],
+ "consumedService": {
+ "3d282045-ec7f-4813-88e2-29b74ee609f7": 5
+ },
+ "principalMetadata": {
+ "sharedComputer": true
+ }
+ }
+ }
+ },
+ "tenantMetadata": {
+ "totalDeviceCount": 1,
+ "totalGuestCount": 1,
+ "totalMemberCount": 1,
+ "totalUserCount": 1
+ },
+ "schemaVersion": 1
}
}
+ },
+ "schema": {
+ "$ref": "#/components/schemas/ArchitectureReportV1"
}
}
},
- "description": "OK"
+ "description": "The architecture report data for the specified correlation ID and tenant ID."
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
},
"500": {
- "description": "Request has a failure that cannot be resolved and might require manual intervention or retry."
+ "$ref": "#/components/responses/500"
}
},
- "summary": "Update Tenant Record",
"tags": [
- "Tenant Records"
+ "Architecture Reporting"
]
}
}
@@ -4507,6 +6774,10 @@
"description": "Manages and reports the list of purchased licenses for the various SHI Lab Products.",
"name": "License Entitlement"
},
+ {
+ "description": "Collects and reports data about a tenant's architecture.",
+ "name": "Architecture Reporting"
+ },
{
"description": "Collects data from the various SHI Lab products.",
"name": "Telemetry"
diff --git a/specs/SHIELD.json b/specs/SHIELD.json
index 1f5116b..90be981 100644
--- a/specs/SHIELD.json
+++ b/specs/SHIELD.json
@@ -19,7 +19,7 @@
"examples": {
"valid correlation ID": {
"value": "1d71e0fe-6e4a-464d-a690-80addf3bda55",
- "summary": "Example valid correlation ID",
+ "summary": "Example Valid Correlation ID",
"description": "An example of a valid correlation ID in type UUID."
}
}
@@ -42,7 +42,7 @@
"examples": {
"valid device ID": {
"value": "75da7fa4-4a04-44c8-8f2c-c1b2fa29aa51",
- "summary": "Example valid device ID",
+ "summary": "Example Valid Device ID",
"description": "An example of a valid managed Entra ID device ID in type UUID."
}
}
@@ -65,7 +65,7 @@
"examples": {
"valid intermediary ID": {
"value": "25d4d9da-28ea-42f8-b3df-23c3969abffa",
- "summary": "Example intermediary ID",
+ "summary": "Example Intermediary ID",
"description": "An example of a valid parent group ID in type UUID."
}
}
@@ -84,12 +84,12 @@
"examples": {
"Number": {
"value": "3",
- "summary": "Number for the next page in the navigation flow",
+ "summary": "Number for the Next Page in the Navigation Flow",
"description": "The number representation with minimal length for the next page in the navigation flow."
},
"Uri": {
"value": "https://graph.microsoft.com/beta/devices?$top=20&$skiptoken=RFNwdCtEZXZpY2VfMThkNGY4OTAtMDA2YS00ZWM1LWI2OWYtY2VmNDY4ZjczNzQ4K0RldmljZV8xOGQ0Zjg5MC0wMDZhLTRlYzUtYjY5Zi1jZWY0NjhmNzM3NDg",
- "summary": "Complete URL with details of the request and a skip token for MS Graph to parse and respond.",
+ "summary": "Complete URL With Details of the Request and a Skip Token for MS Graph to Parse and Respond.",
"description": "The uri representation for the next page in the navigation flow. This example shows the complete URL with details of the request and a skip token for MS Graph to parse and respond."
}
}
@@ -113,11 +113,39 @@
"examples": {
"valid offering ID": {
"value": "271ab834-7469-4f2d-a705-549972c4f325",
- "summary": "Example of an offering ID",
+ "summary": "Example of an Offering ID",
"description": "An example of an valid marketplace offering ID in type UUID."
}
}
},
+ "operation": {
+ "description": "Flag to indicate which progress data in the Deploy Engine to retrieve. If invalid value is provided, it would be ignored and result defaulted to deploy operation.",
+ "in": "query",
+ "name": "operation",
+ "schema": {
+ "examples": [
+ "remediate"
+ ],
+ "type": "string",
+ "enum": [
+ "deploy",
+ "remediate",
+ "analysis"
+ ]
+ },
+ "examples": {
+ "valid request": {
+ "value": "remediate",
+ "summary": "Example of the Request That Provides Expected Value",
+ "description": "An example of a valid value that indicates the progress bar data to retrieve is for remediation action."
+ },
+ "invalid request": {
+ "value": "somethingelse",
+ "summary": "Example of the Request That Includes Unexpected Value",
+ "description": "An example of an incorrect value that would be ignored and defaulted to data for deploy action."
+ }
+ }
+ },
"search": {
"description": "Used in object filtering.",
"in": "query",
@@ -131,7 +159,7 @@
"examples": {
"valid search term": {
"value": "finance",
- "summary": "Example search term",
+ "summary": "Example Search Term",
"description": "An example valid search term used in object filtering in a query."
}
}
@@ -147,7 +175,7 @@
"examples": {
"Privileged": {
"value": "Privileged",
- "summary": "Example security class",
+ "summary": "Example Security Class",
"description": "An example enum string that indicates the security class of an managed object is privileged."
}
}
@@ -170,7 +198,7 @@
"examples": {
"valid template ID": {
"value": "7e2a1c3b-4d5f-4a8b-9e6a-2c1b7f3d8e4a",
- "summary": "Example of a valid template ID",
+ "summary": "Example of a Valid Template ID",
"description": "An example of a correct template ID value in UUID format used in restoration and skip operations."
}
}
@@ -194,7 +222,7 @@
"examples": {
"valid channel name": {
"value": "stable",
- "summary": "Example of an update channel name",
+ "summary": "Example of an Update Channel Name",
"description": "An example of an valid update channel name that should be used when querying or downloading updates."
}
}
@@ -217,7 +245,7 @@
"examples": {
"valid user ID": {
"value": "264a8bed-0714-48fd-8b9d-0e4c4715cee5",
- "summary": "Example of a user ID",
+ "summary": "Example of a User ID",
"description": "An example of valid EntraID managed user ID in type UUID."
}
}
@@ -1111,12 +1139,106 @@
}
]
},
+ "Deploy.RemediationResponse": {
+ "title": "Deploy - Remediation Response Record",
+ "description": "Object with the details of the performed remediation action.",
+ "type": "object",
+ "properties": {
+ "errors": {
+ "type": "array",
+ "description": "Collection of the configuration items that failed to provision and available details on the error.",
+ "items": {
+ "type": "object",
+ "properties": {
+ "templateId": {
+ "type": "string",
+ "description": "Internal reference identifier of the resource.",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "examples": [
+ "7e2b1c3d-4f5a-4a8b-9e6a-1c2b7f3d8e4a"
+ ]
+ },
+ "message": {
+ "type": "string",
+ "description": "Text with the details of the error response.",
+ "examples": [
+ "Failed to create dedicated group for the resource: Unexpected error."
+ ]
+ }
+ },
+ "required": [
+ "templateId",
+ "message"
+ ],
+ "examples": [
+ {
+ "templateId": "7e2b1c3d-4f5a-4a8b-9e6a-1c2b7f3d8e4a",
+ "message": "Failed to create dedicated group for the resource: Unexpected error."
+ }
+ ]
+ },
+ "examples": [
+ [
+ {
+ "templateId": "7e2b1c3d-4f5a-4a8b-9e6a-1c2b7f3d8e4a",
+ "message": "Failed to create dedicated group for the resource: Unexpected error."
+ },
+ {
+ "templateId": "2a1c7e3b-5d4f-4a8b-9e6a-7f3d2b1c8e4a",
+ "message": "Failed to create the resource: invalid value for 'id' reference."
+ }
+ ]
+ ]
+ },
+ "results": {
+ "type": "object",
+ "description": "Records in the form of key/value where key is templateId of the configuration item and value is the name of the provisioned resource.",
+ "additionalProperties": {
+ "type": "string",
+ "examples": [
+ "CSPM - MDCA"
+ ]
+ },
+ "examples": [
+ {
+ "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a": "CSPM - MDCA",
+ "b3e2c1d4-7f5a-4a8b-9e6a-2c1b7f3d8e4a": "CSPM - Authentication Methods"
+ }
+ ]
+ }
+ },
+ "required": [
+ "errors",
+ "results"
+ ],
+ "examples": [
+ {
+ "errors": [
+ {
+ "templateId": "7e2b1c3d-4f5a-4a8b-9e6a-1c2b7f3d8e4a",
+ "message": "Failed to create dedicated group for the resource: Unexpected error."
+ },
+ {
+ "templateId": "2a1c7e3b-5d4f-4a8b-9e6a-7f3d2b1c8e4a",
+ "message": "Failed to create the resource: invalid value for 'id' reference."
+ }
+ ],
+ "results": {
+ "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a": "CSPM - MDCA",
+ "b3e2c1d4-7f5a-4a8b-9e6a-2c1b7f3d8e4a": "CSPM - Authentication Methods"
+ }
+ }
+ ]
+ },
"Deploy.ConfigurationItem": {
"title": "Deploy - Configuration Item List",
- "description": "",
+ "description": "Collection of objects representing the configuration items with curated properties and values in user-friendly format.",
"type": "array",
"items": {
- "description": "",
+ "description": "Single configuration item with curated properties and values in a user-friendly format.",
"type": "object",
"properties": {
"childDependencies": {
@@ -1140,6 +1262,19 @@
]
]
},
+ "deployState": {
+ "type": "string",
+ "description": "Indicator of the infrastructure configuration item's current state. Mutated means that the item has been modified by the end user outside of SHIELD.",
+ "enum": [
+ "notDeployed",
+ "deployed",
+ "Mutated",
+ "error"
+ ],
+ "examples": [
+ "deployed"
+ ]
+ },
"groupTagList": {
"type": "array",
"description": "List of metadata tags that indicate which deployment sets the configuration item is compatible with.",
@@ -1253,6 +1388,7 @@
},
"required": [
"childDependencies",
+ "deployState",
"groupTagList",
"msCloudTypes",
"parentDependencies",
@@ -1265,6 +1401,7 @@
"7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a",
"9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c"
],
+ "deployState": "deployed",
"groupTagList": [
{
"description": "Collection of policies covering critical conditional access settings.",
@@ -1290,6 +1427,7 @@
"7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a",
"9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c"
],
+ "deployState": "deployed",
"groupTagList": [
{
"description": "Collection of policies covering critical conditional access settings.",
@@ -1310,6 +1448,7 @@
"childDependencies": [
"1c2b5d3f-7a1b-4a8b-9e6a-2e4a3b7e8c5d"
],
+ "deployState": "notDeployed",
"groupTagList": [
{
"description": "Principal containers that are used to provide assignments.",
@@ -1327,6 +1466,291 @@
]
]
},
+ "Deploy.ConfigurationItemMetaData": {
+ "title": "Deploy - Configuration Item Meta Data",
+ "description": "Object representing populated information expanding details of the Configuration Item with user friendly information.",
+ "type": "object",
+ "properties": {
+ "title": {
+ "type": "string",
+ "description": "Human readable short title.",
+ "examples": [
+ "Multi-Factor Authentication (MFA)"
+ ]
+ },
+ "description": {
+ "type": "string",
+ "description": "Lengthier definition for the resource that provides more insight into what is covered or intended.",
+ "examples": [
+ "This policy enforces multi-factor authentication (MFA) for enterprise identities during sign-in to reduce the risk of identity compromise."
+ ]
+ },
+ "licenseRequirement": {
+ "type": "string",
+ "description": "Definition of license requirements to use this resource.",
+ "examples": [
+ "Microsoft Entra ID P1"
+ ]
+ },
+ "priority": {
+ "type": "integer",
+ "description": "Indicator of the priority of the resource implementation. Lower number indicates higher priority.",
+ "enum": [
+ 1,
+ 50,
+ 100
+ ],
+ "examples": [
+ 1
+ ]
+ },
+ "operationalRisk": {
+ "type": "integer",
+ "description": "Indicator of the level of possible disruptions if this resource is not implemented. Lower number indicates higher risk.",
+ "enum": [
+ 1,
+ 50,
+ 100
+ ],
+ "examples": [
+ 50
+ ]
+ },
+ "importanceReasonList": {
+ "type": "array",
+ "description": "Reasons explaining importance of the implementation of this resource.",
+ "items": {
+ "type": "string",
+ "examples": [
+ "MFA adds a layer of protection to the sign-in process."
+ ]
+ },
+ "examples": [
+ [
+ "MFA adds a layer of protection to the sign-in process.",
+ "When accessing accounts or apps, users provide additional identity verification, such as scanning a fingerprint or entering a code."
+ ]
+ ]
+ },
+ "deploymentBenefitList": {
+ "type": "array",
+ "description": "Benefits gained by implementing the resource.",
+ "items": {
+ "type": "string",
+ "examples": [
+ "Reduces the risk of compromised user credentials."
+ ]
+ },
+ "examples": [
+ [
+ "Reduces the risk of compromised user credentials.",
+ "Prevents brute-force attack."
+ ]
+ ]
+ },
+ "nonDeploymentRiskList": {
+ "type": "array",
+ "description": "Possible risks that could lead to issues if this resource is not implemented.",
+ "items": {
+ "type": "string",
+ "examples": [
+ "Dramatically increased risk of account compromise."
+ ]
+ },
+ "examples": [
+ [
+ "Dramatically increased risk of account compromise.",
+ "Higher chance of account compromise through phishing attacks."
+ ]
+ ]
+ },
+ "guideStepList": {
+ "type": "array",
+ "description": "Collection of steps customer should consider or follow for successful implementation of the resource.",
+ "items": {
+ "type": "string",
+ "examples": [
+ "Communicate the restriction to EntraID-joined devices and provide transition guidance."
+ ]
+ },
+ "examples": [
+ [
+ "Communicate the restriction to EntraID-joined devices and provide transition guidance.",
+ "Stage the rollout with a pilot group and exclude critical accounts."
+ ]
+ ]
+ },
+ "compliancePositionList": {
+ "type": "array",
+ "description": "Statements describing what this resource might help with in the realm of compliance and security.",
+ "items": {
+ "type": "string",
+ "examples": [
+ "Deploying MFA helps meet compliance requirements for various industry regulations and standards."
+ ]
+ },
+ "examples": [
+ [
+ "Deploying MFA helps meet compliance requirements for various industry regulations and standards."
+ ]
+ ]
+ },
+ "compliancePositionStandardList": {
+ "type": "array",
+ "description": "Collection of frameworks that this resource addresses when implemented.",
+ "items": {
+ "type": "string",
+ "examples": [
+ "ISO 27001"
+ ]
+ },
+ "examples": [
+ [
+ "ISO 27001",
+ "NIST"
+ ]
+ ]
+ },
+ "disclaimerList": {
+ "type": "array",
+ "description": "Collection of disclaimer statements.",
+ "items": {
+ "type": "string",
+ "examples": [
+ "Please be aware that deploying this policy will enforce MFA for all users on their next sign-in."
+ ]
+ },
+ "examples": [
+ [
+ "Please be aware that deploying this policy will enforce MFA for all users on their next sign-in."
+ ]
+ ]
+ },
+ "baseLink": {
+ "type": "string",
+ "description": "Web URL to the Microsoft or Azure service where resource can be found.",
+ "format": "uri",
+ "examples": [
+ "https://entra.microsoft.com"
+ ]
+ },
+ "learnLinkList": {
+ "type": "array",
+ "description": "Collection of educational URLs for user to explore.",
+ "items": {
+ "type": "string",
+ "format": "uri",
+ "examples": [
+ "https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks"
+ ]
+ },
+ "examples": [
+ [
+ "https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks",
+ "https://learn.microsoft.com/en-us/azure/active-directory/authentication/tutorial-enable-azure-mfa"
+ ]
+ ]
+ },
+ "manualCreateGuideList": {
+ "type": "array",
+ "description": "Collection of strings that make up a manual implementation guide for the associated configuration item.",
+ "minItems": 0,
+ "items": {
+ "type": "string",
+ "examples": [
+ "• First level",
+ " • Second level",
+ " • Third level",
+ "[Go to this link](https://google.com/)"
+ ]
+ },
+ "examples": [
+ [
+ "• Name: \"PSM - Token Binding\"",
+ "• Users",
+ " • What does this policy apply to: Users and groups",
+ " • Include",
+ " • Select: Select users and groups",
+ " • Select: Users and groups",
+ " • Select: Users and groups to include",
+ "• Exclude",
+ " • Select: Select users and groups",
+ " • Select: Users and groups",
+ " • Select: Windows",
+ "[Go to this link](https://google.com/)"
+ ]
+ ]
+ }
+ },
+ "required": [
+ "title",
+ "description",
+ "priority",
+ "operationalRisk",
+ "importanceReasonList",
+ "deploymentBenefitList",
+ "nonDeploymentRiskList",
+ "guideStepList",
+ "compliancePositionList",
+ "compliancePositionStandardList",
+ "disclaimerList",
+ "baseLink",
+ "manualCreateGuideList"
+ ],
+ "examples": [
+ {
+ "title": "Multi-Factor Authentication (MFA)",
+ "description": "This policy enforces multi-factor authentication (MFA) for enterprise identities during sign-in to reduce the risk of identity compromise.",
+ "licenseRequirement": "Microsoft Entra ID P1",
+ "priority": 1,
+ "operationalRisk": 50,
+ "importanceReasonList": [
+ "MFA adds a layer of protection to the sign-in process."
+ ],
+ "deploymentBenefitList": [
+ "Reduces the risk of compromised user credentials.",
+ "Prevents brute-force attack."
+ ],
+ "nonDeploymentRiskList": [
+ "Dramatically increased risk of account compromise.",
+ "Higher chance of account compromise through phishing attacks."
+ ],
+ "guideStepList": [
+ "Communicate the restriction to EntraID-joined devices and provide transition guidance.",
+ "Stage the rollout with a pilot group and exclude critical accounts."
+ ],
+ "compliancePositionList": [
+ "Deploying MFA helps meet compliance requirements for various industry regulations and standards."
+ ],
+ "compliancePositionStandardList": [
+ "ISO 27001",
+ "NIST"
+ ],
+ "disclaimerList": [
+ "Please be aware that deploying this policy will enforce MFA for all users on their next sign-in."
+ ],
+ "baseLink": "https://entra.microsoft.com",
+ "learnLinkList": [
+ "https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks",
+ "https://learn.microsoft.com/en-us/azure/active-directory/authentication/tutorial-enable-azure-mfa"
+ ],
+ "manualCreateGuideList": [
+ "• Name: \"PSM - Token Binding\"",
+ "• Users",
+ " • What does this policy apply to: Users and groups",
+ " • Include",
+ " • Select: Select users and groups",
+ " • Select: Users and groups",
+ " • Select: Users and groups to include",
+ "• Exclude",
+ " • Select: Select users and groups",
+ " • Select: Users and groups",
+ " • Select: Windows",
+ "[Go to this link](https://google.com/)"
+ ]
+ }
+ ]
+ },
"Deploy.PathIndicator": {
"title": "Deploy - Path Payload",
"description": "Payload with path data used in several endpoints",
@@ -1371,27 +1795,287 @@
}
]
},
- "ManagedObject.Intermediary": {
- "description": "Base template for all intermediary objects to inherit from.",
+ "Discover.ArchitectureReport.CspmPolicyAssessment": {
+ "title": "Discover - Architecture Report - Cspm Policy Assessment Result",
+ "description": "Policy Assessment Result containing coverage calculations for the architecture report",
+ "type": "object",
"properties": {
- "id": {
- "description": "Read-only.",
- "examples": [
- "e097a3f5-9599-44a2-8923-fd3276c83ae1"
- ],
- "format": "uuid",
- "maxLength": 36,
- "minLength": 36,
- "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
- "readOnly": true,
- "type": "string"
+ "policyList": {
+ "type": "object",
+ "additionalProperties": {
+ "$ref": "#/components/schemas/Discover.ArchitectureReport.CspmPolicyAssessment.PolicyRecord"
+ },
+ "description": "The mapping between ConfigurationItem templateIds and their corresponding policy record"
},
- "kind": {
- "description": "Type of Intermediary that the properties are describing.",
+ "reportCreatedDate": {
+ "type": "string",
+ "format": "date-time",
+ "description": "The date the architecture report was created.",
"examples": [
- "AVD"
- ],
- "type": "string"
+ "2025-11-25T11:00:00Z"
+ ]
+ },
+ "reportUpdatedDate": {
+ "type": "string",
+ "format": "date-time",
+ "description": "The date the architecture report was last updated.",
+ "examples": [
+ "2025-11-25T11:00:00Z"
+ ]
+ }
+ },
+ "required": [
+ "policyList"
+ ],
+ "examples": [
+ {
+ "policyList": {
+ "e7b8c2a2-2e4a-4b6a-9c3d-8f1e2a7b6c4d": {
+ "categoryList": [
+ "Access Control",
+ "Compliance"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 80,
+ "noCover": 0,
+ "partial": 20
+ },
+ "coverageMetricsRaw": {
+ "covered": 8,
+ "noCover": 0,
+ "partial": 2
+ },
+ "coverageStatus": "full",
+ "name": "Sample Policy 1"
+ },
+ "2a1e3c4d-5b6f-4e7a-8c9d-0f1b2a3c4d5e": {
+ "categoryList": [
+ "Data Protection"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 50,
+ "noCover": 20,
+ "partial": 30
+ },
+ "coverageMetricsRaw": {
+ "covered": 5,
+ "noCover": 2,
+ "partial": 3
+ },
+ "coverageStatus": "partial",
+ "name": "Sample Policy 2"
+ },
+ "9f8e7d6c-5b4a-3c2e-1d0f-8a7b6c5d4e3f": {
+ "categoryList": [
+ "Network Security"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 0,
+ "noCover": 100,
+ "partial": 0
+ },
+ "coverageMetricsRaw": {
+ "covered": 0,
+ "noCover": 10,
+ "partial": 0
+ },
+ "coverageStatus": "none",
+ "name": "Sample Policy 3"
+ },
+ "1f0e9d8c-7b6a-5c4d-3e2f-1a0b9c8d7e6f": {
+ "categoryList": [
+ "Identity Management"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 70,
+ "noCover": 20,
+ "partial": 10
+ },
+ "coverageMetricsRaw": {
+ "covered": 7,
+ "noCover": 2,
+ "partial": 1
+ },
+ "coverageStatus": "partial",
+ "name": "Sample Policy 4"
+ }
+ },
+ "reportCreatedDate": "2025-11-25T11:00:00Z",
+ "reportUpdatedDate": "2025-11-26T11:00:00Z"
+ }
+ ]
+ },
+ "Discover.ArchitectureReport.CspmPolicyAssessment.PolicyRecord": {
+ "title": "Discover - Architecture Report - Cspm Policy Assessment Policy Record",
+ "description": "Represents a policy record containing policy details along with user coverage metrics and status",
+ "type": "object",
+ "properties": {
+ "categoryList": {
+ "description": "Categories that the policy belongs to",
+ "type": "array",
+ "items": {
+ "type": "string",
+ "description": "category of the policy",
+ "examples": [
+ "Identity Management"
+ ]
+ },
+ "examples": [
+ [
+ "Identity Management"
+ ]
+ ]
+ },
+ "name": {
+ "description": "Name of the policy",
+ "type": "string",
+ "examples": [
+ "Sample Policy Name"
+ ]
+ },
+ "coverageMetricsRaw": {
+ "description": "Represents the raw coverage status of the users",
+ "type": "object",
+ "properties": {
+ "covered": {
+ "description": "The amount of users fully covered",
+ "type": "number",
+ "examples": [
+ 5
+ ]
+ },
+ "partial": {
+ "description": "The amount of users partially covered",
+ "type": "number",
+ "examples": [
+ 0,
+ 5,
+ 10
+ ]
+ },
+ "noCover": {
+ "description": "The amount of users not covered",
+ "type": "number",
+ "examples": [
+ 0,
+ 5,
+ 10
+ ]
+ }
+ },
+ "examples": [
+ {
+ "covered": 7,
+ "noCover": 2,
+ "partial": 1
+ }
+ ],
+ "required": [
+ "covered",
+ "partial",
+ "noCover"
+ ]
+ },
+ "coverageMetricsNormalized": {
+ "description": "Represents the normalized coverage status of the users",
+ "type": "object",
+ "properties": {
+ "covered": {
+ "description": "The amount of users fully covered",
+ "type": "number",
+ "examples": [
+ 70
+ ]
+ },
+ "partial": {
+ "description": "The amount of users partially covered",
+ "type": "number",
+ "examples": [
+ 20
+ ]
+ },
+ "noCover": {
+ "description": "The amount of users not covered",
+ "type": "number",
+ "examples": [
+ 10
+ ]
+ }
+ },
+ "examples": [
+ {
+ "covered": 70,
+ "noCover": 20,
+ "partial": 10
+ }
+ ],
+ "required": [
+ "covered",
+ "partial",
+ "noCover"
+ ]
+ },
+ "coverageStatus": {
+ "description": "The summary status for the coverage metrics",
+ "type": "string",
+ "enum": [
+ "full",
+ "partial",
+ "none"
+ ],
+ "examples": [
+ "partial"
+ ]
+ }
+ },
+ "required": [
+ "categoryList",
+ "name",
+ "coverageMetricsRaw",
+ "coverageMetricsNormalized",
+ "coverageStatus"
+ ],
+ "examples": [
+ {
+ "categoryList": [
+ "Identity Management"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 70,
+ "noCover": 20,
+ "partial": 10
+ },
+ "coverageMetricsRaw": {
+ "covered": 7,
+ "noCover": 2,
+ "partial": 1
+ },
+ "coverageStatus": "partial",
+ "name": "Sample Policy"
+ }
+ ]
+ },
+ "ManagedObject.Intermediary": {
+ "description": "Base template for all intermediary objects to inherit from.",
+ "properties": {
+ "id": {
+ "description": "Read-only.",
+ "examples": [
+ "e097a3f5-9599-44a2-8923-fd3276c83ae1"
+ ],
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "readOnly": true,
+ "type": "string"
+ },
+ "kind": {
+ "description": "Type of Intermediary that the properties are describing.",
+ "examples": [
+ "AVD"
+ ],
+ "type": "string"
},
"name": {
"description": "Human friendly name of the AVD cluster. This will be displayed to end users in the remote desktop app and web portals.",
@@ -1542,8 +2226,10 @@
"88da2253-758f-4135-9d37-64448c8b65c1"
],
"format": "uuid",
- "type": "string",
- "pattern": "^\\w+-\\w+-\\w+-\\w+-\\w+$"
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string"
},
"reportTenantAccount": {
"description": "User account used to store/report the license report to the SHI Lab cloud service.",
@@ -1559,8 +2245,10 @@
"0e1fe83f-a33f-4250-8546-225b8d45ae01"
],
"format": "uuid",
- "type": "string",
- "pattern": "^\\w+-\\w+-\\w+-\\w+-\\w+$"
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string"
},
"createdAt": {
"description": "Timestamp of when the report was created.",
@@ -1585,141 +2273,6 @@
"title": "License Report - Correlation Record",
"type": "object"
},
- "LicenseReport.LicenseData": {
- "type": "object",
- "properties": {
- "assignedLicense": {
- "additionalProperties": {
- "type": "integer",
- "examples": [
- 1
- ]
- },
- "description": "License assignment on the specified principal.",
- "type": "object",
- "examples": [
- {
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": 1
- }
- ]
- },
- "assignedService": {
- "additionalProperties": {
- "oneOf": [
- {
- "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
- },
- {
- "type": "integer",
- "format": "int32",
- "examples": [
- 0
- ]
- }
- ]
- },
- "description": "Service configuration assignment. This is used to record the set of principals that are \"benefiting\" from the service, regardless of license status.",
- "type": "object",
- "examples": [
- {
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": {
- "Conditional Access": false,
- "Access Review": true,
- "Entitlement Management": false,
- "Identity Protection": true
- }
- },
- {
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": 0
- }
- ]
- },
- "consumedService": {
- "additionalProperties": {
- "oneOf": [
- {
- "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
- },
- {
- "type": "integer",
- "format": "int32",
- "examples": [
- 0
- ]
- }
- ]
- },
- "description": "Usage telemetry retrieved for the service to indicate if the specific principal is consuming the service or not, regardless of license status.",
- "type": "object",
- "examples": [
- {
- "4b0d28f2-c1ce-48ae-a7d2-1caaa7825891": null
- },
- {
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": {
- "Conditional Access": true,
- "Access Review": false,
- "Entitlement Management": false,
- "Identity Protection": true
- }
- }
- ]
- }
- },
- "required": [
- "assignedLicense",
- "assignedService",
- "consumedService"
- ],
- "description": "Collection of principals that have had their in-use licenses and assigned licenses. Where the key is the principal ID and the value is the insights.",
- "examples": [
- {
- "assignedLicense": {
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": null,
- "41781fb2-bc02-4b7c-bd55-b576c07bb09d": null,
- "7159f980-6f83-4b67-bf41-e172b3ae1352": null
- },
- "assignedService": {
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": {
- "Conditional Access": false,
- "Access Review": true,
- "Entitlement Management": false,
- "Identity Protection": true
- },
- "41781fb2-bc02-4b7c-bd55-b576c07bb09d": {
- "Conditional Access": true,
- "Dynamic Group": false,
- "Group Naming": true,
- "On-Prem SSPR": false,
- "Group Expiration": true,
- "Provisioning Engine": true,
- "Enterprise State Roaming": false
- },
- "6511755b-c27d-4c66-a59e-b835e6b54e7f": null
- },
- "consumedService": {
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": {
- "Conditional Access": true,
- "Access Review": false,
- "Entitlement Management": false,
- "Identity Protection": true
- },
- "41781fb2-bc02-4b7c-bd55-b576c07bb09d": {
- "Conditional Access": true,
- "Dynamic Group": false,
- "Group Naming": true,
- "On-Prem SSPR": false,
- "Group Expiration": true,
- "Provisioning Engine": true,
- "Enterprise State Roaming": false
- },
- "4b0d28f2-c1ce-48ae-a7d2-1caaa7825891": null,
- "c90f1a25-e6cd-4163-ac6c-ca7616c585a9": null
- }
- }
- ],
- "title": "License Report - License Data"
- },
"LicenseReport.FeatureBreakdown": {
"additionalProperties": {
"type": "boolean",
@@ -1744,69 +2297,977 @@
"description": "Completely calculated license report structure that is the result of a complete run.",
"examples": [
{
- "availableLicense": {
- "e17b13ee-9749-488b-9289-d31a8fde045d": 123,
- "2d995b6a-d4aa-4d8d-a03c-372ecb66509d": 456,
- "cbf6ee7c-c3c1-44a6-9f18-020c65536470": 789
- },
+ "availableLicense": [
+ {
+ "id": "7e2b1c8e-4f3a-4b2e-9c1d-8a7f6e5d4c3b",
+ "count": 1500,
+ "servicePlanList": [
+ "2a1f4b7c-8e3d-4c2a-9b5e-7d6f1a2b3c4d",
+ "9c8b7a6d-5e4f-3a2b-1c0d-8e7f6a5b4c3d"
+ ]
+ }
+ ],
"correlation": {
- "auditTenantAccount": "admin-user@example.com",
- "correlationId": "88da2253-758f-4135-9d37-64448c8b65c1",
- "reportTenantAccount": "generic-user@example.com",
- "tenantId": "0e1fe83f-a33f-4250-8546-225b8d45ae01"
+ "auditTenantAccount": "priv-user@example.com",
+ "correlationId": "9d838115-0868-45d4-b8a5-98adc1af7e42",
+ "reportTenantAccount": "ent-user@example.com",
+ "tenantId": "7e536189-b2dd-4c8b-98b1-9b174777883f",
+ "createdAt": "2024-08-01T21:13:12.821Z",
+ "updatedAt": "2024-08-01T21:13:12.821Z"
+ },
+ "principalData": {
+ "device": {
+ "2d7e3c4a-1b8f-4e2d-9c1a-5f6a7b8e3c2d": {
+ "assignedService": {
+ "9c1e4b7a-5d2f-4e3b-8a1c-6f2b7e3c1d4a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": 10
+ },
+ "assignedLicense": [
+ {
+ "id": "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c",
+ "servicePlanList": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "7e2e1c7b-2b6e-4e7a-8c1a-2e7b8e1c2a3f": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "3f8b2e1d-4c7a-4e2b-9d1a-7e2b3c4d5f6a": null
+ },
+ "principalMetadata": {
+ "sharedComputer": false
+ }
+ }
+ },
+ "user": {
+ "7a2e3c4d-1b9f-4e2a-8c1d-6f2b7e3a4d5c": {
+ "assignedService": {
+ "3a7e2c4d-1b9f-4e2a-8c1d-6f2b7e3c4d5a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "7b2e1c4d-3a8f-4e2b-9d1a-6f3c7e2a4d5b": null
+ },
+ "assignedLicense": [
+ {
+ "id": "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d",
+ "servicePlanList": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "4c7e2a1d-8b3f-4e2c-9a1d-5f6b7e2c3d4a": 15
+ },
+ "llmInferred": {
+ "isServiceAccount": true,
+ "isFrontlineWorker": false,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "some_user@example.com",
+ "idpJobTitle": "Senior Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1 / Floor 3",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ }
+ },
+ "schemaVersion": "1"
+ }
+ ],
+ "type": "object",
+ "properties": {
+ "availableLicense": {
+ "title": "License Report - Available Licenses",
+ "description": "Collection of licenses that have been purchased by the customer.",
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "count": {
+ "description": "Number of licenses that are purchased of the specific license.",
+ "type": "integer",
+ "format": "int32",
+ "examples": [
+ 1500
+ ]
+ },
+ "id": {
+ "description": "Well known ID of the license bundle.",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "7e2b1c8e-4f3a-4b2e-9c1d-8a7f6e5d4c3b"
+ ]
+ },
+ "servicePlanList": {
+ "description": "List of available service plans for the current license.",
+ "type": "array",
+ "items": {
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "2a1f4b7c-8e3d-4c2a-9b5e-7d6f1a2b3c4d"
+ ]
+ },
+ "examples": [
+ [
+ "2a1f4b7c-8e3d-4c2a-9b5e-7d6f1a2b3c4d",
+ "9c8b7a6d-5e4f-3a2b-1c0d-8e7f6a5b4c3d"
+ ]
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "count",
+ "servicePlanList"
+ ],
+ "examples": [
+ {
+ "id": "7e2b1c8e-4f3a-4b2e-9c1d-8a7f6e5d4c3b",
+ "count": 1500,
+ "servicePlanList": [
+ "2a1f4b7c-8e3d-4c2a-9b5e-7d6f1a2b3c4d",
+ "9c8b7a6d-5e4f-3a2b-1c0d-8e7f6a5b4c3d"
+ ]
+ }
+ ]
},
- "licenseData": {
- "250844e1-a7ab-4f21-8e3f-58f51b5983a3": {
- "assignedLicense": {
- "e17b13ee-9749-488b-9289-d31a8fde045d": null
+ "examples": [
+ [
+ {
+ "id": "7e2b1c8e-4f3a-4b2e-9c1d-8a7f6e5d4c3b",
+ "count": 1500,
+ "servicePlanList": [
+ "2a1f4b7c-8e3d-4c2a-9b5e-7d6f1a2b3c4d",
+ "9c8b7a6d-5e4f-3a2b-1c0d-8e7f6a5b4c3d"
+ ]
+ }
+ ]
+ ]
+ },
+ "correlation": {
+ "$ref": "#/components/schemas/LicenseReport.CorrelationRecord"
+ },
+ "principalData": {
+ "title": "Architecture Report - Principle Data",
+ "description": "Container for all of the data that can be correlated to various principals.",
+ "type": "object",
+ "properties": {
+ "device": {
+ "description": "Device principal data. Where the key is the Object ID (`GUID`/`UUIDv4`) of the principal. The value is the collected data.",
+ "type": "object",
+ "additionalProperties": {
+ "description": "Structure of the data that represents a device principal.",
+ "type": "object",
+ "properties": {
+ "assignedService": {
+ "description": "Service configuration assignment. This is used to record the set of principals that are 'benefiting' from the service, regardless of license status.",
+ "type": "object",
+ "additionalProperties": {
+ "oneOf": [
+ {
+ "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
+ },
+ {
+ "type": "integer",
+ "format": "int32",
+ "examples": [
+ 7
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "examples": [
+ {
+ "9c1e4b7a-5d2f-4e3b-8a1c-6f2b7e3c1d4a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": 10
+ }
+ ]
+ },
+ "assignedLicense": {
+ "description": "List of the licenses and their associated service plans assigned to the current principal.",
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "id": {
+ "description": "Unique identifier for the assigned license. These IDs are well-known and can be used with a lookup table to derive a display name.",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c"
+ ]
+ },
+ "servicePlanList": {
+ "description": "List of service plans that are associated with the principal's assigned license. This list is only active/valid service plans. Disabled plans are filtered out.",
+ "type": "array",
+ "items": {
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c"
+ ]
+ },
+ "examples": [
+ [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "servicePlanList"
+ ],
+ "examples": [
+ {
+ "id": "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c",
+ "servicePlanList": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ]
+ },
+ "examples": [
+ [
+ {
+ "id": "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c",
+ "servicePlanList": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ]
+ ]
+ },
+ "consumedService": {
+ "description": "Usage telemetry retrieved for the service to indicate if the specific principal is consuming the service or not, regardless of license status.",
+ "type": "object",
+ "additionalProperties": {
+ "oneOf": [
+ {
+ "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
+ },
+ {
+ "type": "integer",
+ "format": "int32",
+ "examples": [
+ 3
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "examples": [
+ {
+ "7e2e1c7b-2b6e-4e7a-8c1a-2e7b8e1c2a3f": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "3f8b2e1d-4c7a-4e2b-9d1a-7e2b3c4d5f6a": 5
+ }
+ ]
+ },
+ "principalMetadata": {
+ "description": "Metadata that is derived by analysis rules, not wishy washy LLMs.",
+ "type": "object",
+ "properties": {
+ "sharedComputer": {
+ "description": "Flag that indicates that the device has more than one user using it.",
+ "type": "boolean",
+ "examples": [
+ false
+ ]
+ }
+ },
+ "required": [
+ "sharedComputer"
+ ],
+ "examples": [
+ {
+ "sharedComputer": false
+ }
+ ]
+ }
+ },
+ "required": [
+ "assignedService",
+ "assignedLicense",
+ "consumedService",
+ "principalMetadata"
+ ],
+ "examples": [
+ {
+ "assignedService": {
+ "9c1e4b7a-5d2f-4e3b-8a1c-6f2b7e3c1d4a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": 10
+ },
+ "assignedLicense": [
+ {
+ "id": "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c",
+ "servicePlanList": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "7e2e1c7b-2b6e-4e7a-8c1a-2e7b8e1c2a3f": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "3f8b2e1d-4c7a-4e2b-9d1a-7e2b3c4d5f6a": null
+ },
+ "principalMetadata": {
+ "sharedComputer": false
+ }
+ }
+ ]
},
- "assignedService": {
- "cbf6ee7c-c3c1-44a6-9f18-020c65536470": null,
- "c7bcba35-199c-41e5-8c8d-6d4e4aad8964": null
+ "examples": [
+ {
+ "2d7e3c4a-1b8f-4e2d-9c1a-5f6a7b8e3c2d": {
+ "assignedService": {
+ "9c1e4b7a-5d2f-4e3b-8a1c-6f2b7e3c1d4a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": 10
+ },
+ "assignedLicense": [
+ {
+ "id": "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c",
+ "servicePlanList": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "7e2e1c7b-2b6e-4e7a-8c1a-2e7b8e1c2a3f": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "3f8b2e1d-4c7a-4e2b-9d1a-7e2b3c4d5f6a": null
+ },
+ "principalMetadata": {
+ "sharedComputer": false
+ }
+ }
+ }
+ ]
+ },
+ "user": {
+ "description": "User principal data. Where the key is the Object ID (`GUID`/`UUIDv4`) of the principal. The value is the collected data.",
+ "type": "object",
+ "additionalProperties": {
+ "description": "Structure of the data that represents a user principal.",
+ "type": "object",
+ "properties": {
+ "assignedService": {
+ "description": "Service configuration assignment. This is used to record the set of principals that are 'benefiting' from the service, regardless of license status.",
+ "type": "object",
+ "additionalProperties": {
+ "oneOf": [
+ {
+ "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
+ },
+ {
+ "type": "integer",
+ "format": "int32",
+ "examples": [
+ 12
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "examples": [
+ {
+ "3a7e2c4d-1b9f-4e2a-8c1d-6f2b7e3c4d5a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "7b2e1c4d-3a8f-4e2b-9d1a-6f3c7e2a4d5b": null
+ }
+ ]
+ },
+ "assignedLicense": {
+ "description": "List of the licenses and their associated service plans assigned to the current principal.",
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "id": {
+ "description": "Unique identifier for the assigned license. These IDs are well-known and can be used with a lookup table to derive a display name.",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d"
+ ]
+ },
+ "servicePlanList": {
+ "description": "List of service plans that are associated with the principal's assigned license. This list is only active/valid service plans. Disabled plans are filtered out.",
+ "type": "array",
+ "items": {
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "type": "string",
+ "examples": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c"
+ ]
+ },
+ "examples": [
+ [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "servicePlanList"
+ ],
+ "examples": [
+ {
+ "id": "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d",
+ "servicePlanList": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ]
+ },
+ "examples": [
+ [
+ {
+ "id": "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d",
+ "servicePlanList": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ]
+ ]
+ },
+ "consumedService": {
+ "description": "Usage telemetry retrieved for the service to indicate if the specific principal is consuming the service or not, regardless of license status.",
+ "type": "object",
+ "additionalProperties": {
+ "oneOf": [
+ {
+ "$ref": "#/components/schemas/LicenseReport.FeatureBreakdown"
+ },
+ {
+ "type": "integer",
+ "format": "int32",
+ "examples": [
+ 3
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "examples": [
+ {
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "4c7e2a1d-8b3f-4e2c-9a1d-5f6b7e2c3d4a": 15
+ }
+ ]
+ },
+ "llmInferred": {
+ "description": "User data inferred by the LLM. AI-generated content may be incorrect.",
+ "type": "object",
+ "properties": {
+ "isServiceAccount": {
+ "description": "Is the user a service account.",
+ "oneOf": [
+ {
+ "type": "boolean",
+ "examples": [
+ true
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ true
+ ]
+ },
+ "isFrontlineWorker": {
+ "description": "Is the user a frontline worker as defined by Microsoft.",
+ "oneOf": [
+ {
+ "type": "boolean",
+ "examples": [
+ true
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ false
+ ]
+ },
+ "isTempWorker": {
+ "description": "Is the user a temporary employee. E.g. Intern, Contractor.",
+ "oneOf": [
+ {
+ "type": "boolean",
+ "examples": [
+ true
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ false
+ ]
+ }
+ },
+ "required": [
+ "isServiceAccount",
+ "isFrontlineWorker",
+ "isTempWorker"
+ ],
+ "examples": [
+ {
+ "isServiceAccount": true,
+ "isFrontlineWorker": false,
+ "isTempWorker": null
+ }
+ ]
+ },
+ "principalMetadata": {
+ "description": "Metadata that is derived by analysis rules, not wishy washy LLMs.",
+ "type": "object",
+ "properties": {
+ "sharedMailbox": {
+ "description": "Flag that indicates the principal is a shared mailbox in Exchange.",
+ "type": "boolean",
+ "examples": [
+ false
+ ]
+ }
+ },
+ "required": [
+ "sharedMailbox"
+ ],
+ "examples": [
+ {
+ "sharedMailbox": false
+ }
+ ]
+ },
+ "enhancedData": {
+ "description": "Data that is End User Identifiable Information. Only collected if the customer explicitly agrees to the additional data retrieval.",
+ "oneOf": [
+ {
+ "type": "object",
+ "properties": {
+ "userPrincipalName": {
+ "description": "Username of the user, frequently is also the email address.",
+ "type": "string",
+ "examples": [
+ "some_user@example.com"
+ ]
+ },
+ "idpJobTitle": {
+ "description": "Job title of the user retrieved from the primary IDP's user profile.",
+ "oneOf": [
+ {
+ "type": "string",
+ "examples": [
+ "Senior Engineer"
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ "Senior Engineer"
+ ]
+ },
+ "idpDepartment": {
+ "description": "Job organization metadata retrieved from the primary IDP's user profile.",
+ "oneOf": [
+ {
+ "type": "string",
+ "examples": [
+ "Engineering"
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ "Engineering"
+ ]
+ },
+ "idpOfficeLocation": {
+ "description": "Job location metadata retrieved from the primary IDP's user profile.",
+ "oneOf": [
+ {
+ "type": "string",
+ "examples": [
+ "Building 1 / Floor 3"
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ "Building 1 / Floor 3"
+ ]
+ },
+ "idpEmployeeType": {
+ "description": "Job type metadata retrieved from the primary IDP's user profile.",
+ "oneOf": [
+ {
+ "type": "string",
+ "examples": [
+ "Full-Time"
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ "Full-Time"
+ ]
+ }
+ },
+ "required": [
+ "userPrincipalName",
+ "idpJobTitle",
+ "idpDepartment",
+ "idpOfficeLocation",
+ "idpEmployeeType"
+ ],
+ "examples": [
+ {
+ "userPrincipalName": "some_user@example.com",
+ "idpJobTitle": "Senior Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1 / Floor 3",
+ "idpEmployeeType": "Full-Time"
+ }
+ ]
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "examples": [
+ {
+ "userPrincipalName": "some_user@example.com",
+ "idpJobTitle": "Senior Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1 / Floor 3",
+ "idpEmployeeType": "Full-Time"
+ }
+ ]
+ }
+ },
+ "required": [
+ "assignedService",
+ "assignedLicense",
+ "consumedService",
+ "llmInferred",
+ "principalMetadata",
+ "enhancedData"
+ ],
+ "examples": [
+ {
+ "assignedService": {
+ "3a7e2c4d-1b9f-4e2a-8c1d-6f2b7e3c4d5a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "7b2e1c4d-3a8f-4e2b-9d1a-6f3c7e2a4d5b": null
+ },
+ "assignedLicense": [
+ {
+ "id": "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d",
+ "servicePlanList": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "4c7e2a1d-8b3f-4e2c-9a1d-5f6b7e2c3d4a": 15
+ },
+ "llmInferred": {
+ "isServiceAccount": true,
+ "isFrontlineWorker": false,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "some_user@example.com",
+ "idpJobTitle": "Senior Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1 / Floor 3",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ ]
},
- "consumedService": {
- "fe98c41a-d931-4f6f-a5bc-750ba7144a77": null,
- "0474bdf1-ee76-4aff-a65c-6f82e5e1d5a6": {
- "Something Here": true,
- "Other Obscure feature": false
+ "examples": [
+ {
+ "7a2e3c4d-1b9f-4e2a-8c1d-6f2b7e3a4d5c": {
+ "assignedService": {
+ "3a7e2c4d-1b9f-4e2a-8c1d-6f2b7e3c4d5a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "7b2e1c4d-3a8f-4e2b-9d1a-6f3c7e2a4d5b": null
+ },
+ "assignedLicense": [
+ {
+ "id": "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d",
+ "servicePlanList": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "4c7e2a1d-8b3f-4e2c-9a1d-5f6b7e2c3d4a": 15
+ },
+ "llmInferred": {
+ "isServiceAccount": true,
+ "isFrontlineWorker": false,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "some_user@example.com",
+ "idpJobTitle": "Senior Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1 / Floor 3",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
}
- }
+ ]
}
- }
- }
- ],
- "type": "object",
- "properties": {
- "availableLicense": {
- "additionalProperties": {
- "examples": [
- 1234
- ],
- "type": "integer"
},
- "description": "Breakdown of the purchased licenses/service plans available in the tenant being audited for this run. Where the key is the ID of the service plan and the value is how many licenses are available/purchase for it.",
+ "required": [
+ "device",
+ "user"
+ ],
"examples": [
{
- "eec0eb4f-6444-4f95-aba0-50c24d67f998": 1234,
- "41781fb2-bc02-4b7c-bd55-b576c07bb09d": 123
+ "device": {
+ "2d7e3c4a-1b8f-4e2d-9c1a-5f6a7b8e3c2d": {
+ "assignedService": {
+ "9c1e4b7a-5d2f-4e3b-8a1c-6f2b7e3c1d4a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": 10
+ },
+ "assignedLicense": [
+ {
+ "id": "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c",
+ "servicePlanList": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "7e2e1c7b-2b6e-4e7a-8c1a-2e7b8e1c2a3f": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "3f8b2e1d-4c7a-4e2b-9d1a-7e2b3c4d5f6a": null
+ },
+ "principalMetadata": {
+ "sharedComputer": false
+ }
+ }
+ },
+ "user": {
+ "7a2e3c4d-1b9f-4e2a-8c1d-6f2b7e3a4d5c": {
+ "assignedService": {
+ "3a7e2c4d-1b9f-4e2a-8c1d-6f2b7e3c4d5a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "7b2e1c4d-3a8f-4e2b-9d1a-6f3c7e2a4d5b": null
+ },
+ "assignedLicense": [
+ {
+ "id": "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d",
+ "servicePlanList": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "4c7e2a1d-8b3f-4e2c-9a1d-5f6b7e2c3d4a": 15
+ },
+ "llmInferred": {
+ "isServiceAccount": true,
+ "isFrontlineWorker": false,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "some_user@example.com",
+ "idpJobTitle": "Senior Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1 / Floor 3",
+ "idpEmployeeType": "Full-Time"
+ }
+ }
+ }
}
- ],
- "title": "License Report - Available Licenses",
- "type": "object"
- },
- "correlation": {
- "$ref": "#/components/schemas/LicenseReport.CorrelationRecord"
+ ]
},
- "licenseData": {
- "additionalProperties": {
- "$ref": "#/components/schemas/LicenseReport.LicenseData"
- }
+ "schemaVersion": {
+ "title": "License Report - Schema Version",
+ "description": "Indicator for migration scripts to auto migrate the data to newer or older formats.",
+ "type": "integer",
+ "examples": [
+ 1
+ ]
}
},
"required": [
"availableLicense",
"correlation",
- "licenseData"
+ "principalData",
+ "schemaVersion"
],
"title": "License Report - Complete Object"
},
@@ -2568,6 +4029,80 @@
],
"title": "Type of security class the object(s) belongs to",
"type": "string"
+ },
+ "ArchitectureReport.CorrelationRecord": {
+ "description": "Metadata that describes the execution session (run) that is used to tie/relate all of the architecture report together.",
+ "examples": [
+ {
+ "auditTenantAccount": "first-user@example.com",
+ "correlationId": "b25f54b3-f30e-4447-9236-24ecac2e9261",
+ "reportTenantAccount": "other-user@example.com",
+ "tenantId": "a7159bdc-678d-4726-901e-cd6d018d46e2",
+ "createdAt": "2025-11-01T00:10:10.821Z",
+ "updatedAt": "2025-12-01T20:10:12.821Z"
+ }
+ ],
+ "properties": {
+ "auditTenantAccount": {
+ "description": "The user principal name used to authenticate into the tenant being audited.",
+ "examples": [
+ "admin-user@example.com"
+ ],
+ "format": "email",
+ "type": "string"
+ },
+ "correlationId": {
+ "description": "Unique Identifier that represents a single run of architectural analysis. This record is used to identify which architecture report records should be grouped together.",
+ "examples": [
+ "88da2253-758f-4135-9d37-64448c8b65c1"
+ ],
+ "type": "string",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$"
+ },
+ "reportTenantAccount": {
+ "description": "User account used to store/report the architecture report to the SHI Lab cloud service.",
+ "examples": [
+ "generic-user@example.com"
+ ],
+ "format": "email",
+ "type": "string"
+ },
+ "tenantId": {
+ "description": "Unique identifier of the customer tenant that the report was created for.",
+ "examples": [
+ "0e1fe83f-a33f-4250-8546-225b8d45ae01"
+ ],
+ "type": "string",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$"
+ },
+ "createdAt": {
+ "description": "Timestamp when the record was created.",
+ "examples": [
+ "2024-08-01T21:12:22.148Z"
+ ],
+ "format": "date-time",
+ "type": "string"
+ },
+ "updatedAt": {
+ "description": "Timestamp when the record was updated last.",
+ "examples": [
+ "2024-08-01T21:12:22.148Z"
+ ],
+ "format": "date-time",
+ "type": "string"
+ }
+ },
+ "required": [
+ "auditTenantAccount"
+ ],
+ "title": "Architecture Report - Correlation Record",
+ "type": "object"
}
},
"securitySchemes": {
@@ -2590,7 +4125,7 @@
},
"description": "Deprive your threats of practical significance. Deploy the Securing Privilege Access architecture. All in a few seconds.",
"title": "SHI Environment Lockdown and Defense",
- "version": "3.0.8"
+ "version": "3.2.0"
},
"openapi": "3.1.1",
"paths": {
@@ -2617,7 +4152,7 @@
"dataGatewayPermissions": false,
"entraDirectoryRole": false
},
- "summary": "Example system requirement object returned form the API endpoint",
+ "summary": "Example System Requirement Object Returned From the API Endpoint",
"description": "An example that indicates:
- Azure RBAC assignment(s) are not present.
- SHIELD Defend licenses are present.
- SHIELD Deploy licenses are present.
- SHIELD Discover licenses are present.
- Permissions for the Microsoft Graph API have not been configured properly.
- Permissions for the SHI - Data Gateway have not been configured properly.
- Permissions for Entra Directory Role assignment have not been configured properly."
}
}
@@ -2630,7 +4165,7 @@
"Core"
],
"security": [],
- "summary": "Indicates if the System Requirements are met or not."
+ "summary": "Indicates If the System Requirements Are Met or Not."
}
},
"/Api/Auth/Id": {
@@ -2672,7 +4207,7 @@
"appId": "85cbe72b-3215-48bc-9eeb-fa7896c31498",
"tenantId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
- "summary": "Example request object",
+ "summary": "Example Request Object",
"description": "An example request object to retrieve the IDs required to authenticate."
}
}
@@ -2688,7 +4223,7 @@
"Authentication"
],
"security": [],
- "summary": "Retrieves the IDs required to authenticate."
+ "summary": "Retrieves the IDs Required to Authenticate."
}
},
"/Api/Auth/Authenticator": {
@@ -2710,7 +4245,7 @@
"examples": {
"valid access token": {
"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik1jN2wzSXo5M2c3dXdnTmVFbW13X1dZR1BrbyJ9.eyJhdWQiOiJjYjU5ZjIyOC0wNjkwLTRhY2ItOWE3Yi0wMGMzNmEyZjRlOGQiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMmQxMDJkYTktZDExZS00YTgwLTkwMjItYzQxOGZhNDg1NGM3L3YyLjAiLCJpYXQiOjE3MjczNjgzODQsIm5iZiI6MTcyNzM2ODM4NCwiZXhwIjoxNzI3MzcyMjg0LCJhaW8iOiJBU1FBMi84WUFBQUFSN0hyaW5XTmRwcisvdnoreWlkZER6WVExeFRpc3BSZGY4TG1XNjhRaE0wPSIsImF6cCI6IjRlODU5MTQ2LWY5M2UtNDlmMi05ODZmLWI3MjIyNmZjZDViOSIsImF6cGFjciI6IjEiLCJvaWQiOiJlMmRlNzQ0ZC1hZjVlLTQ4NDEtYmI4Zi02OTRkZDI1ZmVmNGQiLCJyaCI6IjAuQWNvQXFTMFFMUjdSZ0VxUUlzUVkta2hVeHlqeVdjdVFCc3RLbW5zQXcyb3ZUbzM2QUFBLiIsInJvbGVzIjpbIkF1dGhlbnRpY2F0b3IuQXR0ZXN0Il0sInN1YiI6ImUyZGU3NDRkLWFmNWUtNDg0MS1iYjhmLTY5NGRkMjVmZWY0ZCIsInRpZCI6IjJkMTAyZGE5LWQxMWUtNGE4MC05MDIyLWM0MThmYTQ4NTRjNyIsInV0aSI6Il9MaUdVWWxmS2txNFZoR09NeGw4QUEiLCJ2ZXIiOiIyLjAifQ.xlXZfOnDoOVW3_aOiSIZH8uiySeohro-HVnDzDEff2EjmOk9adrTOP5Sw1av6g3vy38r6dSu4tViwNGrb7Z2krgRKKvp-4A9rkPqeJjjd2rhFl2KiOlxL0mmykbroZZ70RJzwHy2GC7wfuLwJwr-5m7POV2grbxIAlTsMdZWDFXYi-AahfDVtLugarWG5-tXAqiPBKjaU6ntAJIbu7Ol1vYZaeYMsNKTs8O1P10YM460zN9OkfoI1gV7_InHEr8RSyQnEPCJ2W1Or4lDhqdey4ohMoP9EzLgMsn9Ckss5g5C6vVE0GQawUoeGozPOBpgb31J8JzZUyB1JyVfi-vKkQ",
- "summary": "Example valid access token",
+ "summary": "Example Valid Access Token",
"description": "An example string that represents the access token that SHIELD uses to prove it is a valid recipient of credentials."
}
}
@@ -2726,7 +4261,7 @@
},
"/Api/Auth/Authenticator/Cache/Status": {
"get": {
- "summary": "Indicates if SHIELD is waiting for any credentials.",
+ "summary": "Indicates If SHIELD Is Waiting for Any Credentials.",
"description": "Provides a breakdown view of if SHIELD is waiting for any specific type of credential or credentials.\n\nThis endpoint requires the `Authentication.Read`, `Authentication.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",
"operationId": "/Api/Auth/Authenticator/Cache/Status/Get",
"responses": {
@@ -2735,7 +4270,7 @@
"application/json": {
"examples": {
"Waiting on Nothing": {
- "summary": "Not waiting for credentials",
+ "summary": "Not Waiting for Credentials",
"description": "No credentials are being requested at the moment.",
"value": {
"accessToken": false,
@@ -2743,7 +4278,7 @@
}
},
"Waiting on Access Token": {
- "summary": "Waiting on access token",
+ "summary": "Waiting on Access Token",
"description": "Waiting on an Access Token with the Audience of the Legacy Windows Graph API.",
"value": {
"accessToken": {
@@ -2753,7 +4288,7 @@
}
},
"Waiting on SccAuth": {
- "summary": "Waiting on an SCC Auth data",
+ "summary": "Waiting on SCC Auth Data",
"description": "Waiting on an SCC Auth data from the SHIELD - Authenticator App.",
"value": {
"accessToken": false,
@@ -2802,7 +4337,7 @@
"xsrf": "PEDwTvWdm2qSTe-n8h-1praK4OcQK1ELTJ08DWYqBRzQiyA2MIuEKEMNLu4ExjDNpAOUnAxmsqOeuGzb82MJYkegOE6hW8BzpSM6k9nbTbJ4yjNGzMSQvWUnyqrBvGa8JfSRiSeaKdXGBnxGd90Spw2:... (truncated)"
}
},
- "summary": "Example Scc Auth credentials",
+ "summary": "Example SCC Auth Credentials",
"description": "An example of valid Scc Auth credentials used to configure SHIELD."
}
}
@@ -2851,7 +4386,7 @@
"value": {
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik1jN2wzSXo5M2c3dXdnTmVFbW13X1dZR1BrbyJ9.eyJhdWQiOiI0YzQwMjgxYi1hMzA1LTRhYWYtOTBhNC1kNWJiZWU2ZWI4ZWQiLCJpc3MiOiJodHRwczovL2xvZ2luLm1pY3Jvc29mdG9ubGluZS5jb20vMmQxMDJkYTktZDExZS00YTgwLTkwMjItYzQxOGZhNDg1NGM3L3YyLjAiLCJpYXQiOjE3MjczNzUzNzMsIm5iZiI6MTcyNzM3NTM3MywiZXhwIjoxNzI3Mzc5MjczLCJhaW8iOiJrMkJnWU9BM1ByL2lTc2loRmYzeU9uVk40UTZOc1dsZnRnWEhoMW5HYm5saWVuS1hRZ2tBIiwiYXpwIjoiNGU4NTkxNDYtZjkzZS00OWYyLTk4NmYtYjcyMjI2ZmNkNWI5IiwiYXpwYWNyIjoiMSIsIm9pZCI6ImUyZGU3NDRkLWFmNWUtNDg0MS1iYjhmLTY5NGRkMjVmZWY0ZCIsInJoIjoiMC5BY29BcVMwUUxSN1JnRXFRSXNRWS1raFV4eHNvUUV3Rm82OUtrS1RWdS01dXVPMzZBQUEuIiwicm9sZXMiOlsiVGVsZW1ldHJ5LlNvcC5SZWFkV3JpdGUiLCJMaWNlbnNlUmVwb3J0LlJlYWRXcml0ZSJdLCJzdWIiOiJlMmRlNzQ0ZC1hZjVlLTQ4NDEtYmI4Zi02OTRkZDI1ZmVmNGQiLCJ0aWQiOiIyZDEwMmRhOS1kMTFlLTRhODAtOTAyMi1jNDE4ZmE0ODU0YzciLCJ1dGkiOiJfTGlHVVlsZktrcTRWaEdPXzNpRkFBIiwidmVyIjoiMi4wIn0.CZMOfyo5Lo1Km8bgWtOw8f30n1AZ5HJQ-StyIPr_P_eEjanzHVSEiRsHweNATW0GQFfLs0lGH43xztFcNNepu7CctyEzoktJ-9De2mMLIMJviF1rlB19mxH3a3hUSPZuPeYPPONkYtjL4fZj0mCYcALoq-orc0Oswg0l3fatbS7a-DAgxZdLHa6M7OtXksMlMXwooxmocOQeg_zhpko1zyuzSsVwNrz1uMZYpivwaM1ImWZiqgjMc1NWCN2Co1nYNuvxg6Chcr0OOsPRaXayfzrP7IlsZIg5Itg9lrqN0cjT3t8GSejL2P8HmfPcYftlqOobCesjSfBthir5hGUoNA"
},
- "summary": "Example request body",
+ "summary": "Example Request Body",
"description": "An example object that represents the request body to be sent to the API endpoint."
}
}
@@ -2888,7 +4423,7 @@
},
"examples": {
"Example value": {
- "summary": "Example value",
+ "summary": "Example Value",
"description": "An example boolean value that represents an update to SHIELD is pending.",
"value": true
}
@@ -2931,7 +4466,7 @@
},
"examples": {
"Example response": {
- "summary": "Example reported SHIELD version",
+ "summary": "Example Reported SHIELD Version",
"description": "An example of latest semantic version of the SHIELD available.",
"value": {
"appVersion": "1.2.3"
@@ -2981,7 +4516,7 @@
},
"examples": {
"SHIELD version": {
- "summary": "Example semantic version",
+ "summary": "Example Semantic Version",
"description": "An example string that represents the latest semantic version of SHIELD available in specific channel.",
"value": {
"appVersion": "1.2.3"
@@ -3075,7 +4610,7 @@
"value": {
"running": true
},
- "summary": "Example execution status",
+ "summary": "Example Execution Status",
"description": "An example execution status object that indicates a SHIELD Discover run is already in progress."
}
}
@@ -3111,7 +4646,7 @@
"currentStep": 5,
"totalStepCount": 7
},
- "summary": "Example progress bar object",
+ "summary": "Example Progress Bar Object",
"description": "An example progress bar object returned from the endpoint. It indicates:
- The purpose of a progress bar.
- The text label of a progress bar.
- The unique identifier in type UUID of a specific SHIELD instance for search.
- The total number of steps of a progress bar.
- The current step/value of a progress bar.
- No child progress bar."
}
}
@@ -3216,7 +4751,7 @@
"tags": [
"Discover"
],
- "summary": "Retrieve the List of Correlation Records"
+ "summary": "Retrieve the List of License Report Correlation Records"
}
},
"/Api/Discover/LicenseReport/Correlation/{correlationId}/Data": {
@@ -3237,59 +4772,297 @@
"description": "Sample, truncated report from an example customer environment.",
"summary": "Example License Report",
"value": {
- "availableLicense": {
- "3d282045-ec7f-4813-88e2-29b74ee609f7": 123456,
- "5888a922-9f5b-45fd-bd5f-de3283d6a79e": 99999999,
- "a4b2e176-d63d-4081-9e21-226e2ac624b9": 5,
- "547404d4-8734-415f-a7ca-e9c1ffb95e48": 25,
- "d76878d6-1495-4243-a334-a82bb9818cd0": 500
- },
+ "availableLicense": [
+ {
+ "id": "7e2b1c8e-4f3a-4b2e-9c1d-8a7f6e5d4c3b",
+ "count": 1500,
+ "servicePlanList": [
+ "2a1f4b7c-8e3d-4c2a-9b5e-7d6f1a2b3c4d",
+ "9c8b7a6d-5e4f-3a2b-1c0d-8e7f6a5b4c3d"
+ ]
+ }
+ ],
"correlation": {
- "auditTenantAccount": "somebodyThatI@example.com",
- "correlationId": "6d7c9271-9e68-4bdf-9ae3-f90c4213f74b",
- "reportTenantAccount": "usedToKnow@example.com",
- "tenantId": "3d6e7b7e-8d9a-4eb0-8753-67829b3934db"
+ "auditTenantAccount": "priv-user@example.com",
+ "correlationId": "9d838115-0868-45d4-b8a5-98adc1af7e42",
+ "reportTenantAccount": "ent-user@example.com",
+ "tenantId": "7e536189-b2dd-4c8b-98b1-9b174777883f",
+ "createdAt": "2024-08-01T21:13:12.821Z",
+ "updatedAt": "2024-08-01T21:13:12.821Z"
},
- "licenseData": {
- "250844e1-a7ab-4f21-8e3f-58f51b5983a3": {
- "assignedLicense": {
- "5888a922-9f5b-45fd-bd5f-de3283d6a79e": null,
- "3d282045-ec7f-4813-88e2-29b74ee609f7": null
- },
- "assignedService": {
- "a4b2e176-d63d-4081-9e21-226e2ac624b9": null,
- "d76878d6-1495-4243-a334-a82bb9818cd0": null
- },
- "consumedService": {
- "e0d101e8-6f1e-40a9-a66f-cad4112c9a59": null,
- "c63b7a2d-6573-4c37-9ca8-e12b954d3198": {
- "Something Here": true,
- "Other Obscure feature": false
+ "principalData": {
+ "device": {
+ "2d7e3c4a-1b8f-4e2d-9c1a-5f6a7b8e3c2d": {
+ "assignedService": {
+ "9c1e4b7a-5d2f-4e3b-8a1c-6f2b7e3c1d4a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": 10
+ },
+ "assignedLicense": [
+ {
+ "id": "1f4e2b7a-3c8d-4e1a-9b2c-7d6e5f3a2b1c",
+ "servicePlanList": [
+ "5a7c3e2d-1b9f-4d2a-8c1e-6f3b7e2a4d5c",
+ "8e1c2a3d-4b7f-4e2c-9a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "7e2e1c7b-2b6e-4e7a-8c1a-2e7b8e1c2a3f": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "3f8b2e1d-4c7a-4e2b-9d1a-7e2b3c4d5f6a": null
+ },
+ "principalMetadata": {
+ "sharedComputer": false
+ }
+ }
+ },
+ "user": {
+ "7a2e3c4d-1b9f-4e2a-8c1d-6f2b7e3a4d5c": {
+ "assignedService": {
+ "3a7e2c4d-1b9f-4e2a-8c1d-6f2b7e3c4d5a": {
+ "Conditional Access": false,
+ "Access Review": true,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "7b2e1c4d-3a8f-4e2b-9d1a-6f3c7e2a4d5b": null
+ },
+ "assignedLicense": [
+ {
+ "id": "4e2b7a1c-3d8f-4e2a-9c1d-5f6a7b8e2c3d",
+ "servicePlanList": [
+ "6f2a3c4d-1b7e-4e2c-8a1d-5f3b7e2a4d6c",
+ "9c1d2a3e-4b7f-4e2c-8a1d-5f6b7c8e2d3a"
+ ]
+ }
+ ],
+ "consumedService": {
+ "2a7e3c4d-1b8f-4e2a-9c1d-5f6a7b8e2c3d": {
+ "Conditional Access": true,
+ "Access Review": false,
+ "Entitlement Management": false,
+ "Identity Protection": true
+ },
+ "4c7e2a1d-8b3f-4e2c-9a1d-5f6b7e2c3d4a": 15
+ },
+ "llmInferred": {
+ "isServiceAccount": true,
+ "isFrontlineWorker": false,
+ "isTempWorker": null
+ },
+ "principalMetadata": {
+ "sharedMailbox": false
+ },
+ "enhancedData": {
+ "userPrincipalName": "some_user@example.com",
+ "idpJobTitle": "Senior Engineer",
+ "idpDepartment": "Engineering",
+ "idpOfficeLocation": "Building 1 / Floor 3",
+ "idpEmployeeType": "Full-Time"
}
}
+ }
+ },
+ "schemaVersion": "1"
+ }
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/LicenseReport"
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ }
+ },
+ "tags": [
+ "Discover"
+ ],
+ "summary": "Retrieve the Specified License Report"
+ }
+ },
+ "/Api/Discover/ArchitectureReport/Correlation": {
+ "get": {
+ "description": "Retrieves the list of correlation records for the authenticated tenant. Correlation records store the metadata for a specific architecture report.\n\nThis endpoint requires the `Discover.Read`, or the `Everything.ReadWrite` scope (permission).",
+ "operationId": "/Api/Discover/ArchitectureReport/Correlation/Get",
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Typical Response": {
+ "description": "Sample list of correlation records for the authenticated tenant.",
+ "summary": "Available Correlation Records for Architecture Report",
+ "value": [
+ {
+ "auditTenantAccount": "somebody@example.com",
+ "correlationId": "e0b0ebef-d0bf-4467-80c8-6a3a5f37fb24",
+ "reportTenantAccount": "tenantUser@example.com",
+ "tenantId": "79f7e8c4-15fa-4ae2-8f05-74f3c5071798",
+ "createdAt": "2025-10-01T12:14:45.026Z",
+ "updatedAt": "2025-11-02T00:14:45.026Z"
+ },
+ {
+ "auditTenantAccount": "somebodyElse@example.com",
+ "correlationId": "de4a7293-eed0-4167-b622-efeb764a2148",
+ "reportTenantAccount": "anotherUser@example.com",
+ "tenantId": "23317352-da99-4b52-ac1c-ad8e16310296",
+ "createdAt": "2025-06-20T20:14:45.026Z",
+ "updatedAt": "2025-07-22T12:10:45.026Z"
+ }
+ ]
+ }
+ },
+ "schema": {
+ "type": "array",
+ "minItems": 0,
+ "items": {
+ "$ref": "#/components/schemas/ArchitectureReport.CorrelationRecord"
+ },
+ "examples": [
+ [
+ {
+ "auditTenantAccount": "somebody@example.com",
+ "correlationId": "e0b0ebef-d0bf-4467-80c8-6a3a5f37fb24",
+ "reportTenantAccount": "tenantUser@example.com",
+ "tenantId": "79f7e8c4-15fa-4ae2-8f05-74f3c5071798",
+ "createdAt": "2025-10-01T12:14:45.026Z",
+ "updatedAt": "2025-11-02T00:14:45.026Z"
+ }
+ ]
+ ]
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ }
+ },
+ "tags": [
+ "Discover"
+ ],
+ "summary": "Retrieve the List of Architecture Report Correlation Records"
+ }
+ },
+ "/Api/Discover/ArchitectureReport/Correlation/{correlationId}/Data": {
+ "get": {
+ "description": "Retrieves the CSPM assessment coverage calculation results on the architecture report for the specified correlation ID in the authenticated tenant.\n\nThis endpoint requires the `Discover.Read`, or the `Everything.ReadWrite` scope (permission).",
+ "operationId": "/Api/Discover/ArchitectureReport/Correlation/:correlationId/Data/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/correlationId"
+ }
+ ],
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "CspmPolicyAssessment": {
+ "description": "Sample CSPM Policy Assessment including a mapping of configuration item template IDs to their corresponding policy records containing coverage status.",
+ "summary": "Example CSPM Policy Assessment Response",
+ "value": {
+ "policyList": {
+ "e7b8c2a2-2e4a-4b6a-9c3d-8f1e2a7b6c4d": {
+ "categoryList": [
+ "Access Control",
+ "Compliance"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 80,
+ "noCover": 0,
+ "partial": 20
+ },
+ "coverageMetricsRaw": {
+ "covered": 8,
+ "noCover": 0,
+ "partial": 2
+ },
+ "coverageStatus": "full",
+ "name": "Sample Policy 1"
+ },
+ "2a1e3c4d-5b6f-4e7a-8c9d-0f1b2a3c4d5e": {
+ "categoryList": [
+ "Data Protection"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 50,
+ "noCover": 20,
+ "partial": 30
+ },
+ "coverageMetricsRaw": {
+ "covered": 5,
+ "noCover": 2,
+ "partial": 3
+ },
+ "coverageStatus": "partial",
+ "name": "Sample Policy 2"
+ },
+ "9f8e7d6c-5b4a-3c2e-1d0f-8a7b6c5d4e3f": {
+ "categoryList": [
+ "Network Security"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 0,
+ "noCover": 100,
+ "partial": 0
+ },
+ "coverageMetricsRaw": {
+ "covered": 0,
+ "noCover": 10,
+ "partial": 0
+ },
+ "coverageStatus": "none",
+ "name": "Sample Policy 3"
},
- "04e88835-771a-482b-9d6f-ba06c32cbb67": {
- "assignedLicense": {
- "3d282045-ec7f-4813-88e2-29b74ee609f7": null
+ "1f0e9d8c-7b6a-5c4d-3e2f-1a0b9c8d7e6f": {
+ "categoryList": [
+ "Identity Management"
+ ],
+ "coverageMetricsNormalized": {
+ "covered": 70,
+ "noCover": 20,
+ "partial": 10
},
- "assignedService": {
- "a4b2e176-d63d-4081-9e21-226e2ac624b9": null,
- "d76878d6-1495-4243-a334-a82bb9818cd0": null
+ "coverageMetricsRaw": {
+ "covered": 7,
+ "noCover": 2,
+ "partial": 1
},
- "consumedService": {
- "9d3603de-b378-4c4a-adcc-ee133cbef914": null,
- "e9a4e3d3-ebe0-405a-a8f4-35a04c4dba1f": {
- "Something Here": true,
- "Other Obscure feature": false
- }
- }
+ "coverageStatus": "partial",
+ "name": "Sample Policy 4"
}
- }
+ },
+ "reportCreatedDate": "2025-11-25T11:00:00Z",
+ "reportUpdatedDate": "2025-11-26T11:00:00Z"
}
}
},
"schema": {
- "$ref": "#/components/schemas/LicenseReport"
+ "$ref": "#/components/schemas/Discover.ArchitectureReport.CspmPolicyAssessment"
}
}
},
@@ -3308,7 +5081,28 @@
"tags": [
"Discover"
],
- "summary": "Retrieve the Specified License Report"
+ "summary": "Retrieve the Specified Architecture Report's CSPM Assessment Coverage Calculations"
+ }
+ },
+ "/Api/Discover/Cache/Reset": {
+ "post": {
+ "summary": "Request to Rebuild the Delta Engine's Cache From Scratch",
+ "description": "Requests the Cache Engine to clear and request latest data from the tenant to be available for the report generation.\n\nThis endpoint requires the `Discover.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",
+ "operationId": "/Api/Discover/Cache/Reset/Post",
+ "responses": {
+ "202": {
+ "$ref": "#/components/responses/202"
+ },
+ "401": {
+ "$ref": "#/components/responses/401"
+ },
+ "403": {
+ "$ref": "#/components/responses/403"
+ }
+ },
+ "tags": [
+ "Discover"
+ ]
}
},
"/Api/Deploy": {
@@ -3323,7 +5117,7 @@
"examples": {
"Infra deployed": {
"description": "All API calls should be available since the core infrastructure is deployed.",
- "summary": "Infrastructure is deployed",
+ "summary": "Infrastructure Is Deployed",
"value": {
"deployedArchitecture": "4a7f2e9c-1b3d-4c6a-9f8e-2d5b3e1a7c9f",
"deployTagInclude": true,
@@ -3336,7 +5130,7 @@
},
"Infra not deployed": {
"description": "Infrastructure is not deployed. Please run the deployment before attempting different API calls.",
- "summary": "Infrastructure is not deployed",
+ "summary": "Infrastructure Is Not Deployed",
"value": {
"deployedArchitecture": null,
"deployTagInclude": false,
@@ -3520,7 +5314,7 @@
]
},
"patch": {
- "summary": "Augments the list of tags set as deployed and provisions new resources",
+ "summary": "Augments the List of Tags Set as Deployed and Provisions New Resources",
"description": "Changes the list of tags based on include flags, calculates the list of matchings resources and deploys all the ones marked as not provisioned.\n\nThis endpoint requires the `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",
"operationId": "/Api/Deploy/Patch",
"requestBody": {
@@ -3529,14 +5323,14 @@
"examples": {
"Invalid Request": {
"description": "User submits request with empty list.",
- "summary": "Empty request",
+ "summary": "Empty Request",
"value": {
"tagList": []
}
},
"Acceptable Request": {
"description": "User provides one or more values for the list of tags.",
- "summary": "Request with data",
+ "summary": "Request with Data",
"value": {
"tagList": [
"f3b9c7e2-1a4d-4c2e-9f3e-8b6a1c2d9e7a",
@@ -3592,6 +5386,92 @@
]
}
},
+ "/Api/Deploy/BreakGlass": {
+ "get": {
+ "summary": "Check the Status of the Break Glass Groups and Required Users Existence",
+ "description": "Retrieves the status of required user quantity existence in the break glass group.\n\nThis endpoint requires the `Deploy.Read` scope (permission).",
+ "operationId": "/Api/Deploy/BreakGlass/Get",
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "boolean",
+ "examples": [
+ true
+ ]
+ },
+ "examples": {
+ "2 or more users": {
+ "summary": "2 or More Users",
+ "description": "An example boolean value that represents the existence of 2 or more users in the break glass group.",
+ "value": true
+ },
+ "Less than 2 users": {
+ "summary": "Less Than 2 Users",
+ "description": "An example boolean value that represents the existence of less than 2 users in the break glass group.",
+ "value": false
+ }
+ }
+ }
+ },
+ "description": "OK"
+ }
+ },
+ "tags": [
+ "Deploy"
+ ]
+ },
+ "post": {
+ "summary": "Request to Create BreakGlass Security Group",
+ "description": "Attempts to create BreakGlass security group in the tenant. If group has already been provisioned it will return the name of the group to reference.\n\nThis endpoint requires the `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission). ",
+ "operationId": "/Api/Deploy/BreakGlass/Post",
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Response with data": {
+ "summary": "Example of the Returned Data",
+ "description": "An example of the name of the resource either created or already existing.",
+ "value": {
+ "groupName": "SHIELD - BreakGlass"
+ }
+ }
+ },
+ "schema": {
+ "type": "object",
+ "properties": {
+ "groupName": {
+ "type": "string",
+ "description": "Name of the security group created now or already existing in the tenant.",
+ "examples": [
+ "SHIELD - BreakGlass"
+ ]
+ }
+ },
+ "required": [
+ "groupName"
+ ],
+ "examples": [
+ {
+ "groupName": "SHIELD - BreakGlass"
+ }
+ ]
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "503": {
+ "description": "System requirements have not been met!"
+ }
+ },
+ "tags": [
+ "Deploy"
+ ]
+ }
+ },
"/Api/Deploy/Component/Architecture": {
"get": {
"summary": "Returns List of Available Architectures",
@@ -3655,22 +5535,45 @@
"summary": "Available Configuration Items",
"value": [
{
- "id": "5e2a9c1f-8b3d-4f6a-9e7c-2d1f3a6b4c8e",
- "name": "Core Security Group",
- "description": "A core security group that contains essential security roles and permissions.",
- "type": "SecurityGroup",
- "isActive": true,
- "createdAt": "2024-02-20T10:00:00Z",
- "updatedAt": "2024-05-15T11:30:00Z"
+ "childDependencies": [
+ "7e1a2b3c-4d5f-4a8b-9e6a-1c2b7f3d8e4a",
+ "9c2e7a1b-5d3f-4a8b-2c6e-7f1a3d9e8b5c"
+ ],
+ "deployState": "deployed",
+ "groupTagList": [
+ {
+ "description": "Collection of policies covering critical conditional access settings.",
+ "displayName": "Conditional Policy",
+ "tagId": "3b7e2a1c-4d5f-4a8b-9e6a-2c1b7f3d8e4a"
+ }
+ ],
+ "msCloudTypes": [
+ "Public"
+ ],
+ "parentDependencies": [
+ "8e6a1c2b-7f3d-4a8b-9c2e-5d3f7a1b2e4a"
+ ],
+ "templateId": "2a1c7e3b-5d4f-4a8b-9e6a-7f3d2b1c8e4a",
+ "urlPath": "/identity/conditionalAccess/policies"
},
{
- "id": "9c7f2e1a-3b6d-4a8e-9f5c-1d2a4b7e6c3f",
- "name": "Scope Tag - Confidential Data",
- "description": "A scope tag designed to restrict access to confidential data resources.",
- "type": "ScopeTag",
- "isActive": true,
- "createdAt": "2024-04-12T14:20:00Z",
- "updatedAt": "2024-07-01T09:50:00Z"
+ "childDependencies": [
+ "1c2b5d3f-7a1b-4a8b-9e6a-2e4a3b7e8c5d"
+ ],
+ "deployState": "notDeployed",
+ "groupTagList": [
+ {
+ "description": "Principal containers that are used to provide assignments.",
+ "displayName": "Administrative Unit",
+ "tagId": "5d3f9c2e-7a1b-4a8b-2c6e-1a3d7e8b5c4a"
+ }
+ ],
+ "msCloudTypes": [
+ "Public"
+ ],
+ "parentDependencies": [],
+ "templateId": "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a",
+ "urlPath": "/directory/administrativeUnits"
}
]
}
@@ -3688,11 +5591,106 @@
]
}
},
+ "/Api/Deploy/Component/ConfigurationItemMetaData/{templateId}": {
+ "get": {
+ "summary": "Return Result of Retrieving Configuration Item Documentation",
+ "description": "Retrieves additional metadata from the configuration item if it was entered, or provides a message indicating it is missing.\n\nThis endpoint requires the `Deploy.Read`, `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission). ",
+ "operationId": "/Api/Deploy/Component/ConfigurationItemMetaData/:templateId/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/templateId"
+ }
+ ],
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Response With Documentation": {
+ "description": "Sample response object of the documentation for the specific configuration item.",
+ "summary": "Configuration Item Documentation",
+ "value": {
+ "title": "Multi-Factor Authentication (MFA)",
+ "description": "This policy enforces multi-factor authentication (MFA) for enterprise identities during sign-in to reduce the risk of identity compromise.",
+ "licenseRequirement": "Microsoft Entra ID P1",
+ "priority": 1,
+ "operationalRisk": 50,
+ "importanceReasonList": [
+ "MFA adds a layer of protection to the sign-in process."
+ ],
+ "deploymentBenefitList": [
+ "Reduces the risk of compromised user credentials.",
+ "Prevents brute-force attack."
+ ],
+ "nonDeploymentRiskList": [
+ "Dramatically increased risk of account compromise.",
+ "Higher chance of account compromise through phishing attacks."
+ ],
+ "guideStepList": [
+ "Communicate the restriction to EntraID-joined devices and provide transition guidance.",
+ "Stage the rollout with a pilot group and exclude critical accounts."
+ ],
+ "compliancePositionList": [
+ "Deploying MFA helps meet compliance requirements for various industry regulations and standards."
+ ],
+ "compliancePositionStandardList": [
+ "ISO 27001",
+ "NIST"
+ ],
+ "disclaimerList": [
+ "Please be aware that deploying this policy will enforce MFA for all users on their next sign-in."
+ ],
+ "baseLink": "https://entra.microsoft.com",
+ "learnLinkList": [
+ "https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks",
+ "https://learn.microsoft.com/en-us/azure/active-directory/authentication/tutorial-enable-azure-mfa"
+ ],
+ "manualCreateGuideList": [
+ "• Name: \"PSM - Token Binding\"",
+ "• Users",
+ " • What does this policy apply to: Users and groups",
+ " • Include",
+ " • Select: Select users and groups",
+ " • Select: Users and groups",
+ " • Select: Users and groups to include",
+ "• Exclude",
+ " • Select: Select users and groups",
+ " • Select: Users and groups",
+ " • Select: Windows",
+ "[Go to this link](https://google.com/)"
+ ]
+ }
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/Deploy.ConfigurationItemMetaData"
+ }
+ }
+ },
+ "description": "OK"
+ },
+ "400": {
+ "$ref": "#/components/responses/400"
+ },
+ "404": {
+ "$ref": "#/components/responses/404"
+ }
+ },
+ "tags": [
+ "Deploy"
+ ]
+ }
+ },
"/Api/Deploy/Progress": {
"get": {
"summary": "Returns Current Execution Progress of the Deploy Module",
"description": "Provides a detailed breakdown of the current progress of the deploy module and its sub-components, if any.\n\nThis endpoint requires the `Deploy.Read`, `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",
"operationId": "/Api/Deploy/Progress/Get",
+ "parameters": [
+ {
+ "$ref": "#/components/parameters/operation"
+ }
+ ],
"responses": {
"200": {
"content": {
@@ -3718,7 +5716,7 @@
"currentStep": 5,
"totalStepCount": 7
},
- "summary": "Example progress bar object",
+ "summary": "Example Progress Bar Object",
"description": "An example progress bar object returned from the endpoint. It indicates:
- The purpose of a progress bar.
- The text label of a progress bar.
- The unique identifier in type UUID of a specific SHIELD instance for search.
- The total number of steps of a progress bar.
- The current step/value of a progress bar.
- With a child progress bar."
}
}
@@ -3732,6 +5730,139 @@
]
}
},
+ "/Api/Deploy/Remediate": {
+ "get": {
+ "summary": "Retrieves Collected Remediation Results",
+ "description": "Returns results of the performed remediation action including any errors that occurred as well as mapping of templateId/name for the created resources.\n\nThis endpoint requires the `Deploy.Read`, or `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",
+ "operationId": "/Api/Deploy/Remediate/Get",
+ "responses": {
+ "200": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Response with Remediation Data": {
+ "summary": "Example of the Remediation Results",
+ "description": "An example of the current results of the remediation action.",
+ "value": {
+ "errors": [
+ {
+ "templateId": "7e2b1c3d-4f5a-4a8b-9e6a-1c2b7f3d8e4a",
+ "message": "Failed to create dedicated group for the resource: Unexpected error."
+ },
+ {
+ "templateId": "2a1c7e3b-5d4f-4a8b-9e6a-7f3d2b1c8e4a",
+ "message": "Failed to create the resource: invalid value for 'id' reference."
+ }
+ ],
+ "results": {
+ "4a8b7e1a-2b3c-4d5f-9e6a-1c2b7f3d8e4a": "CSPM - MDCA",
+ "b3e2c1d4-7f5a-4a8b-9e6a-2c1b7f3d8e4a": "CSPM - Authentication Methods"
+ }
+ }
+ }
+ },
+ "schema": {
+ "$ref": "#/components/schemas/Deploy.RemediationResponse"
+ }
+ }
+ },
+ "description": "OK"
+ }
+ },
+ "tags": [
+ "Deploy"
+ ]
+ },
+ "post": {
+ "summary": "Perform Remediation Steps to Address Discovered Gaps in Security Posture",
+ "description": "After the user consents, perform necessary steps to deploy resources to cover the security gap.\n\nThis endpoint requires the `Deploy.ReadWrite`, or the `Everything.ReadWrite` scope (permission).",
+ "operationId": "/Api/Deploy/Remediate/Post",
+ "requestBody": {
+ "content": {
+ "application/json": {
+ "examples": {
+ "Insufficient Remediation Request": {
+ "description": "Someone trying to automate this application without reading the documentation.",
+ "summary": "Remediation Request Missing Needed Data",
+ "value": {}
+ },
+ "No User Consent": {
+ "description": "User did not agree to the terms and conditions. This post should not have been sent.",
+ "summary": "User Did Not Consent",
+ "value": {
+ "remediationConsent": false,
+ "templateList": [
+ "8e2b1c7a-4d5f-4a8b-9e6a-2c1b7f3d8e4a",
+ "3a7e2b1c-5d4f-4a8b-9e6a-7f2b3d1c9e45"
+ ]
+ }
+ },
+ "User Consented": {
+ "description": "User agreed to the terms and conditions and pressed the remediate button.",
+ "summary": "User Consented",
+ "value": {
+ "remediationConsent": true,
+ "templateList": [
+ "9c1e7a2b-5d3f-4a8b-2c6e-1a7f3d9e8b5c",
+ "2b3e7a1c-4d5f-4a8b-9e6a-5d1c7e2b3a4f",
+ "7f1a3d9e-8b5c-4a8b-2c6e-9c2e7a1b5d3f"
+ ]
+ }
+ }
+ },
+ "schema": {
+ "properties": {
+ "remediationConsent": {
+ "description": "Flag that indicates the end user has consented to remediation steps (`true`) or not (`false`).",
+ "type": "boolean",
+ "examples": [
+ true
+ ]
+ },
+ "templateList": {
+ "description": "List of templateIds that indicate configuration items to be applied as part of remediation.",
+ "type": "array",
+ "items": {
+ "type": "string",
+ "format": "uuid",
+ "maxLength": 36,
+ "minLength": 36,
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$",
+ "examples": [
+ "5d1c7e2b-3a4f-4a8b-9e6a-7f2b3d1c9e45"
+ ]
+ },
+ "minItems": 0
+ }
+ },
+ "type": "object",
+ "required": [
+ "remediationConsent",
+ "templateList"
+ ]
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "description": "Request for remediation is accepted and process is running"
+ },
+ "400": {
+ "description": "User provided information or choice are invalid for the operation"
+ },
+ "409": {
+ "description": "Operation is already in progress"
+ },
+ "503": {
+ "description": "System requirements have not been met!"
+ }
+ },
+ "tags": [
+ "Deploy"
+ ]
+ }
+ },
"/Api/Deploy/Compare": {
"get": {
"summary": "Retrieves Cached Evaluation Results",
@@ -3743,7 +5874,7 @@
"application/json": {
"examples": {
"Response with Cached Data": {
- "summary": "Example of the comparison results",
+ "summary": "Example of the Comparison Results",
"description": "An example of the cached results from the previous comparison operation.",
"value": {
"invalid": [
@@ -3830,7 +5961,7 @@
"application/json": {
"examples": {
"Response with New Data": {
- "summary": "Example of the comparison results",
+ "summary": "Example of the Comparison Results",
"description": "An example of the newly calculated results after performing comparison operation.",
"value": {
"invalid": [
@@ -3903,6 +6034,32 @@
]
}
},
+ "/Api/Deploy/Analyze/Invoke": {
+ "post": {
+ "summary": "Requests to Run the Infrastructure Configuration Analysis",
+ "description": "Initiates an asynchronous analysis of all deployed configuration items in the infrastructure. It starts the analysis process, to discover any and all inconsistencies at the configuration item level.\n\nThis endpoint requires the `Deploy.ReadWrite` or `Everything.ReadWrite` scope (permission).",
+ "operationId": "/Api/Analyze/Invoke/Post",
+ "requestBody": {
+ "description": "No payload is expected or needed for this operation",
+ "content": {
+ "application/json": {
+ "schema": {
+ "type": "object",
+ "properties": {}
+ }
+ }
+ }
+ },
+ "responses": {
+ "202": {
+ "description": "Request for analyze is accepted and process is initiated"
+ }
+ },
+ "tags": [
+ "Deploy"
+ ]
+ }
+ },
"/Api/Deploy/Skip": {
"get": {
"summary": "Retrieves List of Existing Override Rules",
@@ -3914,7 +6071,7 @@
"application/json": {
"examples": {
"Example Response with Current Rules": {
- "summary": "Example of the returned list of the skipped items",
+ "summary": "Example of the Returned List of the Skipped Items",
"description": "An example of the list indicating configuration items and the properties that are designed to be ignored during the comparison operation.",
"value": {
"f47ac10b-58cc-4372-a567-0e02b2c3d479": [
@@ -4142,7 +6299,7 @@
},
"examples": {
"Paged AVD intermediaries": {
- "summary": "Example paged AVD intermediary list",
+ "summary": "Example Paged AVD Intermediary List",
"description": "An example paged AVD intermediary list returned that represents the current page of all AVD intermediary instances form the specified security class.",
"value": {
"@odata.count": 1,
@@ -4177,7 +6334,7 @@
"$ref": "#/components/responses/525"
}
},
- "summary": "Retrieves all AVD Intermediary Instances",
+ "summary": "Retrieves All AVD Intermediary Instances",
"tags": [
"Intermediary"
]
@@ -4234,7 +6391,7 @@
},
"examples": {
"Paged AVD intermediary result": {
- "summary": "Example paged result of a AVD intermediary list",
+ "summary": "Example Paged Result of an AVD Intermediary List",
"description": "An example paged result that represents the current page of retrieved AVD intermediary list from a parent group filtered by specified class.",
"value": {
"@odata.count": 1,
@@ -4345,7 +6502,7 @@
"$ref": "#/components/responses/525"
}
},
- "summary": "Removes the assignment of the specified users",
+ "summary": "Removes the Assignment of the Specified Users",
"tags": [
"Intermediary"
]
@@ -4373,7 +6530,7 @@
},
"examples": {
"Managed user page": {
- "summary": "Example paged user result",
+ "summary": "Example Paged User Result",
"description": "An example of paged user result that represents the current page of assigned user list retrieved from the specified AVD intermediary.",
"value": {
"@odata.count": 3,
@@ -4447,7 +6604,7 @@
"$ref": "#/components/responses/525"
}
},
- "summary": "List all assigned users (paginated)",
+ "summary": "List All Assigned Users (Paginated)",
"tags": [
"Intermediary"
]
@@ -4532,7 +6689,7 @@
},
"examples": {
"Managed user": {
- "summary": "Example managed users returned",
+ "summary": "Example Managed Users Returned",
"description": "An example of managed user array returned that represents the users has been assigned to the specified AVD cluster and created corresponding session host successfully.",
"value": [
{
@@ -4573,7 +6730,7 @@
"$ref": "#/components/responses/525"
}
},
- "summary": "Assigns the list of specified users",
+ "summary": "Assigns the List of Specified Users",
"tags": [
"Intermediary"
]
@@ -4603,7 +6760,7 @@
},
"examples": {
"Assigned users": {
- "summary": "Example assigned user list",
+ "summary": "Example Assigned User List",
"description": "An example paged assigned user list that represents the current page retrieved from specified AVD intermediary assignment list.",
"value": {
"@odata.count": 3,
@@ -4677,7 +6834,7 @@
"$ref": "#/components/responses/525"
}
},
- "summary": "Get a specific assigned user",
+ "summary": "Get a Specific Assigned User",
"tags": [
"Intermediary"
]
@@ -4698,7 +6855,7 @@
"examples": {
"Multiple Users": {
"description": "Remove multiple user assignments from a managed device.",
- "summary": "Unassign multiple users",
+ "summary": "Unassign Multiple Users",
"value": {
"userList": [
"0674276a-31e8-4773-8ed9-6fb49dbd0fa8",
@@ -4708,7 +6865,7 @@
},
"Single User": {
"description": "Remove a single user assignment from a managed device.",
- "summary": "Unassign one user",
+ "summary": "Unassign One User",
"value": {
"userList": [
"01ebf268-cf28-4607-954a-261dfd480453"
@@ -4760,7 +6917,7 @@
},
"examples": {
"Removed user list": {
- "summary": "Example removed user list",
+ "summary": "Example Removed User List",
"description": "An example array of ManagedObject.User that represents those removed from specific privileged device assignment.",
"value": [
{
@@ -4820,7 +6977,7 @@
},
"examples": {
"Example response": {
- "summary": "Example paged response",
+ "summary": "Example Paged Response",
"description": "An example of ObjectPage.ManagedUser returned that represents the list of users assigned to specific privileged device.",
"value": {
"@odata.count": 3,
@@ -4972,7 +7129,7 @@
},
"examples": {
"List of Managed Users": {
- "summary": "Users assigned to the privileged device",
+ "summary": "Users Assigned to the Privileged Device",
"description": "An example of ManagedObject.User array that represents the list of users which successfully assigned to the specified privileged device.",
"value": [
{
@@ -5040,7 +7197,7 @@
},
"examples": {
"Managed device list": {
- "summary": "Example list of managed devices",
+ "summary": "Example List of Managed Devices",
"description": "An example paged result returned that represents a specific page of managed device list.",
"value": {
"@odata.count": 3,
@@ -5105,7 +7262,7 @@
"value": {
"deviceId": "f7e1a66f-ce2e-4351-83df-2776813ef95d"
},
- "summary": "Example request body",
+ "summary": "Example Request Body",
"description": "An example request body object that represents a request to commission the device specified in the deviceId field."
}
},
@@ -5145,7 +7302,7 @@
},
"examples": {
"Commissioned managed device": {
- "summary": "Example managed device info",
+ "summary": "Example Managed Device Info",
"description": "An example managed device object returned that represents a successfully commissioned device.",
"value": {
"commissionedDate": "2023-02-04T05:06:09.601Z",
@@ -5319,7 +7476,7 @@
},
"examples": {
"Managed device": {
- "summary": "Example managed device",
+ "summary": "Example Managed Device",
"description": "An example of ManagedObject.Device object returned that represents a managed device queried by a device ID with specified security class.",
"value": {
"commissionedDate": "2023-02-04T05:06:09.601Z",
@@ -5375,7 +7532,7 @@
},
"examples": {
"Managed user": {
- "summary": "Example paged user list",
+ "summary": "Example Paged User List",
"description": "An examples of ObjectPage.ManagedUser returned that represents a page of a managed user list.",
"value": {
"@odata.count": 3,
@@ -5467,7 +7624,7 @@
"value": {
"userId": "d886680d-a283-4fc2-803f-370d81d62366"
},
- "summary": "Example request body",
+ "summary": "Example Request Body",
"description": "An example object that represents a request to assign the specified user to target security class."
}
},
@@ -5507,7 +7664,7 @@
},
"examples": {
"Created or cloned user": {
- "summary": "Example user created/cloned",
+ "summary": "Example User Created/Cloned",
"description": "An example managed user object returned that represents the user brought into management successfully.",
"value": {
"creationDate": "2023-10-21T15:24:47.970Z",
@@ -5643,7 +7800,7 @@
"$ref": "#/components/responses/525"
}
},
- "summary": "Create/Bring new Privileged User Into Management",
+ "summary": "Create/Bring New Privileged User Into Management",
"tags": [
"User Management"
]
@@ -5700,7 +7857,7 @@
},
"examples": {
"Removed user": {
- "summary": "Example removed user",
+ "summary": "Example Removed User",
"description": "An example of managed user returned that represents the user has been removed from specified security class successfully.",
"value": {
"creationDate": "2023-10-21T15:24:47.970Z",
@@ -5789,7 +7946,7 @@
},
"examples": {
"Example intermediary object request": {
- "summary": "Example Intermediary object request",
+ "summary": "Example Intermediary Object Request",
"description": "An example of create offering request body with minimal fields.",
"value": {
"id": "e097a3f5-9599-44a2-8923-fd3276c83ae1",
@@ -5818,7 +7975,7 @@
},
"examples": {
"Returned AVD intermediary": {
- "summary": "Example AVD intermediary returned",
+ "summary": "Example AVD Intermediary Returned",
"description": "An example of AVD intermediary object returned that represents an successfully deployed offering.",
"value": {
"addressRangeCIDR": "172.16.1.0/24",
diff --git a/src/dataGateway/TypeScript/package-lock.json b/src/dataGateway/TypeScript/package-lock.json
index 3c0d57c..135e24d 100644
--- a/src/dataGateway/TypeScript/package-lock.json
+++ b/src/dataGateway/TypeScript/package-lock.json
@@ -1,22 +1,22 @@
{
"name": "@shi-corp/sdk-data-gateway",
- "version": "2.3.1",
+ "version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@shi-corp/sdk-data-gateway",
- "version": "2.3.1",
+ "version": "3.0.0",
"license": "MIT",
"dependencies": {
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
- "typia": "~11.0.0"
+ "typia": "~11.0.3"
},
"devDependencies": {
"@azure/core-auth": "~1.10.1",
- "@shi-corp/development-utilities": "^2.1.0",
- "@types/node": "~25.0.3",
+ "@shi-corp/development-utilities": "~2.2.0",
+ "@types/node": "~25.0.10",
"ts-patch": "~3.3.0",
"typescript": "~5.9.3"
}
@@ -62,13 +62,13 @@
}
},
"node_modules/@babel/code-frame": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
+ "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-validator-identifier": "^7.27.1",
+ "@babel/helper-validator-identifier": "^7.28.5",
"js-tokens": "^4.0.0",
"picocolors": "^1.1.1"
},
@@ -77,9 +77,9 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz",
+ "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -87,21 +87,21 @@
}
},
"node_modules/@babel/core": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz",
+ "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.5",
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-module-transforms": "^7.28.3",
- "@babel/helpers": "^7.28.4",
- "@babel/parser": "^7.28.5",
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.5",
- "@babel/types": "^7.28.5",
+ "@babel/code-frame": "^7.28.6",
+ "@babel/generator": "^7.28.6",
+ "@babel/helper-compilation-targets": "^7.28.6",
+ "@babel/helper-module-transforms": "^7.28.6",
+ "@babel/helpers": "^7.28.6",
+ "@babel/parser": "^7.28.6",
+ "@babel/template": "^7.28.6",
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6",
"@jridgewell/remapping": "^2.3.5",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
@@ -118,14 +118,14 @@
}
},
"node_modules/@babel/generator": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",
+ "integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/parser": "^7.28.5",
- "@babel/types": "^7.28.5",
+ "@babel/parser": "^7.28.6",
+ "@babel/types": "^7.28.6",
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.28",
"jsesc": "^3.0.2"
@@ -135,13 +135,13 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.27.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.27.2",
+ "@babel/compat-data": "^7.28.6",
"@babel/helper-validator-option": "^7.27.1",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
@@ -162,29 +162,29 @@
}
},
"node_modules/@babel/helper-module-imports": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.28.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1",
- "@babel/traverse": "^7.28.3"
+ "@babel/helper-module-imports": "^7.28.6",
+ "@babel/helper-validator-identifier": "^7.28.5",
+ "@babel/traverse": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -224,27 +224,27 @@
}
},
"node_modules/@babel/helpers": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.4"
+ "@babel/template": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
+ "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.28.5"
+ "@babel/types": "^7.28.6"
},
"bin": {
"parser": "bin/babel-parser.js"
@@ -254,33 +254,33 @@
}
},
"node_modules/@babel/template": {
- "version": "7.27.2",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/parser": "^7.27.2",
- "@babel/types": "^7.27.1"
+ "@babel/code-frame": "^7.28.6",
+ "@babel/parser": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",
+ "integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.5",
+ "@babel/code-frame": "^7.28.6",
+ "@babel/generator": "^7.28.6",
"@babel/helper-globals": "^7.28.0",
- "@babel/parser": "^7.28.5",
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.5",
+ "@babel/parser": "^7.28.6",
+ "@babel/template": "^7.28.6",
+ "@babel/types": "^7.28.6",
"debug": "^4.3.1"
},
"engines": {
@@ -288,9 +288,9 @@
}
},
"node_modules/@babel/types": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
+ "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -302,9 +302,9 @@
}
},
"node_modules/@emnapi/core": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz",
- "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",
+ "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
"dev": true,
"license": "MIT",
"optional": true,
@@ -314,9 +314,9 @@
}
},
"node_modules/@emnapi/runtime": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz",
- "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
+ "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
"dev": true,
"license": "MIT",
"optional": true,
@@ -336,20 +336,20 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
- "version": "0.76.0",
- "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.76.0.tgz",
- "integrity": "sha512-g+RihtzFgGTx2WYCuTHbdOXJeAlGnROws0TeALx9ow/ZmOROOZkVg5wp/B44n0WJgI4SQFP1eWM2iRPlU2Y14w==",
+ "version": "0.81.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.81.0.tgz",
+ "integrity": "sha512-4V4A0hFAB19id7w9iwiosV/rqwlH+PXEuYnnu1Cyc5jUjTwsE2G1qsX9TOCmfCmsWYBg6xeDC/XDFUzXAxDg3A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.8",
- "@typescript-eslint/types": "^8.46.0",
- "comment-parser": "1.4.1",
- "esquery": "^1.6.0",
- "jsdoc-type-pratt-parser": "~6.10.0"
+ "@typescript-eslint/types": "^8.53.0",
+ "comment-parser": "1.4.4",
+ "esquery": "^1.7.0",
+ "jsdoc-type-pratt-parser": "~7.0.0"
},
"engines": {
- "node": ">=20.11.0"
+ "node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@es-joy/resolve.exports": {
@@ -432,7 +432,7 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
+ "node_modules/@eslint/core": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
@@ -445,19 +445,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/core": {
- "version": "0.16.0",
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
- "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@types/json-schema": "^7.0.15"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
"node_modules/@eslint/eslintrc": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
@@ -483,9 +470,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.38.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
- "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
+ "version": "9.39.2",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
+ "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -519,19 +506,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
- "version": "0.17.0",
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
- "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@types/json-schema": "^7.0.15"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
@@ -758,9 +732,9 @@
}
},
"node_modules/@next/eslint-plugin-next": {
- "version": "16.0.10",
- "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.0.10.tgz",
- "integrity": "sha512-b2NlWN70bbPLmfyoLvvidPKWENBYYIe017ZGUpElvQjDytCWgxPJx7L9juxHt0xHvNVA08ZHJdOyhGzon/KJuw==",
+ "version": "16.1.5",
+ "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.1.5.tgz",
+ "integrity": "sha512-gUWcEsOl+1W7XakmouClcJ0TNFCkblvDUho31wulbDY9na0C6mGtBTSXGRU5GXJY65GjGj0zNaCD/GaBp888Mg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -832,26 +806,26 @@
"license": "MIT"
},
"node_modules/@samchon/openapi": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-6.0.0.tgz",
- "integrity": "sha512-6HnP9gf+RfdEYVuoqv9CCIHyZvSq2wktu8LuFdwzS8fTif+/cp6dN15oWmeGM6e+k3zn5H7LBepaU22pr3YiAg==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-6.0.1.tgz",
+ "integrity": "sha512-+nkznmCf/6YavoVkvWg60YoC0UbXY/oK9uMZReyrFcIcXecf+YoWmOLUg+TlgHi+h+6DPgRy6zRkZfiRd3uRnA==",
"license": "MIT"
},
"node_modules/@shi-corp/development-utilities": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@shi-corp/development-utilities/-/development-utilities-2.1.0.tgz",
- "integrity": "sha512-y4tLpVUkxNllfssEUGhI4H8wu1OTd6mN9s3jdkYrZmtF4WL+gfeG6GslpHisTRkTBscgmyHHUYliN6Busx5aAQ==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@shi-corp/development-utilities/-/development-utilities-2.2.0.tgz",
+ "integrity": "sha512-3Ku2PEBdrCVc2EgBy+NdAVMB3ERmpdtLGzofnBu4qcpfBus5GfEmwhS2xmbDnL+2XxfGkVUMlh83CvqVNPbXPg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint/js": "~9.38.0",
- "@stylistic/eslint-plugin": "~5.5.0",
- "eslint": "~9.38.0",
- "eslint-config-next": "~16.0.0",
- "eslint-plugin-jsdoc": "~61.1.9",
+ "@eslint/js": "~9.39.2",
+ "@stylistic/eslint-plugin": "~5.7.0",
+ "eslint": "~9.39.2",
+ "eslint-config-next": "~16.1.3",
+ "eslint-plugin-jsdoc": "~62.1.0",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~7.0.1",
- "typescript-eslint": "~8.46.2"
+ "typescript-eslint": "~8.53.0"
},
"engines": {
"node": ">=22.17.0"
@@ -883,14 +857,14 @@
"license": "Apache-2.0"
},
"node_modules/@stylistic/eslint-plugin": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.5.0.tgz",
- "integrity": "sha512-IeZF+8H0ns6prg4VrkhgL+yrvDXWDH2cKchrbh80ejG9dQgZWp10epHMbgRuQvgchLII/lfh6Xn3lu6+6L86Hw==",
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz",
+ "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.9.0",
- "@typescript-eslint/types": "^8.46.1",
+ "@eslint-community/eslint-utils": "^4.9.1",
+ "@typescript-eslint/types": "^8.53.1",
"eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"estraverse": "^5.3.0",
@@ -936,9 +910,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
- "version": "25.0.3",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
- "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
+ "version": "25.0.10",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz",
+ "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==",
"devOptional": true,
"license": "MIT",
"dependencies": {
@@ -946,21 +920,20 @@
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.4.tgz",
- "integrity": "sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.1.tgz",
+ "integrity": "sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/type-utils": "8.46.4",
- "@typescript-eslint/utils": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "graphemer": "^1.4.0",
- "ignore": "^7.0.0",
+ "@eslint-community/regexpp": "^4.12.2",
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/type-utils": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "ignore": "^7.0.5",
"natural-compare": "^1.4.0",
- "ts-api-utils": "^2.1.0"
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -970,7 +943,7 @@
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "@typescript-eslint/parser": "^8.46.4",
+ "@typescript-eslint/parser": "^8.53.1",
"eslint": "^8.57.0 || ^9.0.0",
"typescript": ">=4.8.4 <6.0.0"
}
@@ -986,17 +959,17 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.4.tgz",
- "integrity": "sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.53.1.tgz",
+ "integrity": "sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "debug": "^4.3.4"
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "debug": "^4.4.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1011,9 +984,9 @@
}
},
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1025,15 +998,15 @@
}
},
"node_modules/@typescript-eslint/project-service": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.4.tgz",
- "integrity": "sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.53.1.tgz",
+ "integrity": "sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/tsconfig-utils": "^8.46.4",
- "@typescript-eslint/types": "^8.46.4",
- "debug": "^4.3.4"
+ "@typescript-eslint/tsconfig-utils": "^8.53.1",
+ "@typescript-eslint/types": "^8.53.1",
+ "debug": "^4.4.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1047,14 +1020,14 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz",
- "integrity": "sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz",
+ "integrity": "sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4"
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1065,9 +1038,9 @@
}
},
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1079,9 +1052,9 @@
}
},
"node_modules/@typescript-eslint/tsconfig-utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz",
- "integrity": "sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz",
+ "integrity": "sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1096,17 +1069,17 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.4.tgz",
- "integrity": "sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.53.1.tgz",
+ "integrity": "sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/utils": "8.46.4",
- "debug": "^4.3.4",
- "ts-api-utils": "^2.1.0"
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1",
+ "debug": "^4.4.3",
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1121,9 +1094,9 @@
}
},
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1135,9 +1108,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "8.51.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.51.0.tgz",
- "integrity": "sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==",
+ "version": "8.54.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.54.0.tgz",
+ "integrity": "sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1149,22 +1122,21 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz",
- "integrity": "sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz",
+ "integrity": "sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/project-service": "8.46.4",
- "@typescript-eslint/tsconfig-utils": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^2.1.0"
+ "@typescript-eslint/project-service": "8.53.1",
+ "@typescript-eslint/tsconfig-utils": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "debug": "^4.4.3",
+ "minimatch": "^9.0.5",
+ "semver": "^7.7.3",
+ "tinyglobby": "^0.2.15",
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1178,9 +1150,9 @@
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1201,36 +1173,6 @@
"balanced-match": "^1.0.0"
}
},
- "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
- "version": "3.3.3",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.8"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -1261,16 +1203,16 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.4.tgz",
- "integrity": "sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.53.1.tgz",
+ "integrity": "sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.7.0",
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4"
+ "@eslint-community/eslint-utils": "^4.9.1",
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1285,9 +1227,9 @@
}
},
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1299,13 +1241,13 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.4.tgz",
- "integrity": "sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz",
+ "integrity": "sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
+ "@typescript-eslint/types": "8.53.1",
"eslint-visitor-keys": "^4.2.1"
},
"engines": {
@@ -1317,9 +1259,9 @@
}
},
"node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1728,44 +1670,15 @@
"node": ">= 0.4"
}
},
- "node_modules/array-buffer-byte-length": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
- "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "is-array-buffer": "^3.0.5"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/array-includes": {
- "version": "3.1.9",
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
- "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
+ "name": "@socketregistry/array-includes",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array-includes/-/array-includes-1.0.9.tgz",
+ "integrity": "sha512-zHEi6x6X3y6SLJebqF35ArIbue461teN6pmVD9xfg/UVNfDWj2X8bfIe2OyDLm0ypJtS7oVyeIQUNfsWlZm9lw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.24.0",
- "es-object-atoms": "^1.1.1",
- "get-intrinsic": "^1.3.0",
- "is-string": "^1.1.1",
- "math-intrinsics": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array-timsort": {
@@ -1775,123 +1688,58 @@
"license": "MIT"
},
"node_modules/array.prototype.findlast": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
- "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
+ "name": "@socketregistry/array.prototype.findlast",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.findlast/-/array.prototype.findlast-1.0.9.tgz",
+ "integrity": "sha512-jLYny0cZl+uoQLl1NfNsPF3X1Fmp8erx6pKu4haYHvgQSbI4HaJ4K4+hilwpo1dIa89AbhtdOg1k7nl1sjkTcg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.findlastindex": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
- "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
+ "name": "@socketregistry/array.prototype.findlastindex",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.findlastindex/-/array.prototype.findlastindex-1.0.9.tgz",
+ "integrity": "sha512-O926AKxBTuO/csbBu8mvmsWceQYNyXWFWfYON2SKwqH24KSpuB7Cp9u8cmwkHntNtgg97LPQzykCgnrn5eXFlg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.9",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "es-shim-unscopables": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.flat": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
- "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
+ "name": "@socketregistry/array.prototype.flat",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.flat/-/array.prototype.flat-1.0.9.tgz",
+ "integrity": "sha512-5hliEBY9BujNpOVT8GjW7eP4ikKtrQLxSMnpYXn3dDaBgX4UarlWP1YTEu9gxs+idaL+/HcDhZnMYq4A1B/jlg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.flatmap": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
- "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
+ "name": "@socketregistry/array.prototype.flatmap",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.flatmap/-/array.prototype.flatmap-1.0.9.tgz",
+ "integrity": "sha512-ZTd9Itahi0ILwe1dWzYvfiY+yM83y5SI4B6jH7ZVdv6v7QGGKLQDYyPGEiSzkpYx5yjW5zSEvFwU1dZhDkF2zA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.tosorted": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
- "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.3",
- "es-errors": "^1.3.0",
- "es-shim-unscopables": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
- "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
+ "name": "@socketregistry/array.prototype.tosorted",
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.tosorted/-/array.prototype.tosorted-1.0.10.tgz",
+ "integrity": "sha512-wW7/WqOz6G6BELtIo+IdlczgIPCcbc6wbC3uCMAcx5HYaZ2u0lVYFgKdzWRvpu1n1iGqJ/ixk0e0P1g8iUWGHw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "is-array-buffer": "^3.0.4"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/ast-types-flow": {
@@ -1901,36 +1749,10 @@
"dev": true,
"license": "MIT"
},
- "node_modules/async-function": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
- "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/available-typed-arrays": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/axe-core": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz",
- "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz",
+ "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
"dev": true,
"license": "MPL-2.0",
"engines": {
@@ -1975,9 +1797,9 @@
"license": "MIT"
},
"node_modules/baseline-browser-mapping": {
- "version": "2.9.11",
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
- "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
+ "version": "2.9.18",
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.18.tgz",
+ "integrity": "sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@@ -2077,56 +1899,6 @@
"ieee754": "^1.1.13"
}
},
- "node_modules/call-bind": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.0",
- "es-define-property": "^1.0.0",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/call-bind-apply-helpers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/call-bound": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "get-intrinsic": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@@ -2138,9 +1910,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001762",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz",
- "integrity": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==",
+ "version": "1.0.30001766",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
+ "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
"dev": true,
"funding": [
{
@@ -2264,9 +2036,9 @@
}
},
"node_modules/comment-parser": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
- "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.4.tgz",
+ "integrity": "sha512-0D6qSQ5IkeRrGJFHRClzaMOenMeT0gErz3zIw3AprKMqhRN6LNU2jQOdkPG/FZ+8bCgXE1VidrgSzlBBDZRr8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2315,60 +2087,6 @@
"dev": true,
"license": "BSD-2-Clause"
},
- "node_modules/data-view-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
- "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/data-view-byte-length": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
- "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/inspect-js"
- }
- },
- "node_modules/data-view-byte-offset": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
- "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
@@ -2405,42 +2123,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/define-properties": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
- "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/doctrine": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
@@ -2463,25 +2145,10 @@
"node": ">=4"
}
},
- "node_modules/dunder-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "es-errors": "^1.3.0",
- "gopd": "^1.2.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/electron-to-chromium": {
- "version": "1.5.267",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
- "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
+ "node_modules/electron-to-chromium": {
+ "version": "1.5.279",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.279.tgz",
+ "integrity": "sha512-0bblUU5UNdOt5G7XqGiJtpZMONma6WAfq9vsFmtn9x1+joAObr6x1chfqyxFSDCAFwFhCQDrqeAr6MYdpwJ9Hg==",
"dev": true,
"license": "ISC"
},
@@ -2492,181 +2159,15 @@
"dev": true,
"license": "MIT"
},
- "node_modules/es-abstract": {
- "version": "1.24.1",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
- "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.2",
- "arraybuffer.prototype.slice": "^1.0.4",
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "data-view-buffer": "^1.0.2",
- "data-view-byte-length": "^1.0.2",
- "data-view-byte-offset": "^1.0.1",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "es-set-tostringtag": "^2.1.0",
- "es-to-primitive": "^1.3.0",
- "function.prototype.name": "^1.1.8",
- "get-intrinsic": "^1.3.0",
- "get-proto": "^1.0.1",
- "get-symbol-description": "^1.1.0",
- "globalthis": "^1.0.4",
- "gopd": "^1.2.0",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "internal-slot": "^1.1.0",
- "is-array-buffer": "^3.0.5",
- "is-callable": "^1.2.7",
- "is-data-view": "^1.0.2",
- "is-negative-zero": "^2.0.3",
- "is-regex": "^1.2.1",
- "is-set": "^2.0.3",
- "is-shared-array-buffer": "^1.0.4",
- "is-string": "^1.1.1",
- "is-typed-array": "^1.1.15",
- "is-weakref": "^1.1.1",
- "math-intrinsics": "^1.1.0",
- "object-inspect": "^1.13.4",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.7",
- "own-keys": "^1.0.1",
- "regexp.prototype.flags": "^1.5.4",
- "safe-array-concat": "^1.1.3",
- "safe-push-apply": "^1.0.0",
- "safe-regex-test": "^1.1.0",
- "set-proto": "^1.0.0",
- "stop-iteration-iterator": "^1.1.0",
- "string.prototype.trim": "^1.2.10",
- "string.prototype.trimend": "^1.0.9",
- "string.prototype.trimstart": "^1.0.8",
- "typed-array-buffer": "^1.0.3",
- "typed-array-byte-length": "^1.0.3",
- "typed-array-byte-offset": "^1.0.4",
- "typed-array-length": "^1.0.7",
- "unbox-primitive": "^1.1.0",
- "which-typed-array": "^1.1.19"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/es-define-property": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/es-iterator-helpers": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz",
- "integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.24.1",
- "es-errors": "^1.3.0",
- "es-set-tostringtag": "^2.1.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.3.0",
- "globalthis": "^1.0.4",
- "gopd": "^1.2.0",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.2.0",
- "has-symbols": "^1.1.0",
- "internal-slot": "^1.1.0",
- "iterator.prototype": "^1.1.5",
- "safe-array-concat": "^1.1.3"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-object-atoms": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-set-tostringtag": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
- "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-shim-unscopables": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
- "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-to-primitive": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
- "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
+ "name": "@socketregistry/es-iterator-helpers",
+ "version": "1.0.14",
+ "resolved": "https://registry.npmjs.org/@socketregistry/es-iterator-helpers/-/es-iterator-helpers-1.0.14.tgz",
+ "integrity": "sha512-LJ5cpQ7d17y82xQEjwAAkwW8/MLDjzvRlibVC8D1fyQWxtT+jb1X+Ged97mT3F+YDXC55aPfDExNezbNharcsw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7",
- "is-date-object": "^1.0.5",
- "is-symbol": "^1.0.4"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/escalade": {
@@ -2693,20 +2194,20 @@
}
},
"node_modules/eslint": {
- "version": "9.38.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
- "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
+ "version": "9.39.2",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
+ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.21.1",
- "@eslint/config-helpers": "^0.4.1",
- "@eslint/core": "^0.16.0",
+ "@eslint/config-helpers": "^0.4.2",
+ "@eslint/core": "^0.17.0",
"@eslint/eslintrc": "^3.3.1",
- "@eslint/js": "9.38.0",
- "@eslint/plugin-kit": "^0.4.0",
+ "@eslint/js": "9.39.2",
+ "@eslint/plugin-kit": "^0.4.1",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.2",
@@ -2753,13 +2254,13 @@
}
},
"node_modules/eslint-config-next": {
- "version": "16.0.10",
- "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.0.10.tgz",
- "integrity": "sha512-BxouZUm0I45K4yjOOIzj24nTi0H2cGo0y7xUmk+Po/PYtJXFBYVDS1BguE7t28efXjKdcN0tmiLivxQy//SsZg==",
+ "version": "16.1.5",
+ "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.1.5.tgz",
+ "integrity": "sha512-XwXyv65DC1HXI3gMxm13jvgx0IxKu6XhZhIWTfCDt4c45njHYUM2pk1Y8QXMAWMMnqPy94I2OLMmvIrNGcwLwQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@next/eslint-plugin-next": "16.0.10",
+ "@next/eslint-plugin-next": "16.1.5",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.32.0",
@@ -2922,20 +2423,20 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "61.1.12",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.1.12.tgz",
- "integrity": "sha512-CGJTnltz7ovwOW33xYhvA4fMuriPZpR5OnJf09SV28iU2IUpJwMd6P7zvUK8Sl56u5YzO+1F9m46wpSs2dufEw==",
+ "version": "62.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.1.0.tgz",
+ "integrity": "sha512-HEK/u7FO/hPDNo5ERxru7OouIx6AVBjjNbNQCsq4CxQBtRxb9esr8PuxX2zy0zAdGJnfczg3+zytnkKWjsKWwQ==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
- "@es-joy/jsdoccomment": "~0.76.0",
+ "@es-joy/jsdoccomment": "~0.81.0",
"@es-joy/resolve.exports": "1.2.0",
"are-docs-informative": "^0.0.2",
- "comment-parser": "1.4.1",
+ "comment-parser": "1.4.4",
"debug": "^4.4.3",
"escape-string-regexp": "^4.0.0",
- "espree": "^10.4.0",
- "esquery": "^1.6.0",
+ "espree": "^11.0.0",
+ "esquery": "^1.7.0",
"html-entities": "^2.6.0",
"object-deep-merge": "^2.0.0",
"parse-imports-exports": "^0.2.4",
@@ -2944,12 +2445,43 @@
"to-valid-identifier": "^1.0.0"
},
"engines": {
- "node": ">=20.11.0"
+ "node": "^20.19.0 || ^22.13.0 || >=24"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
}
},
+ "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz",
+ "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^20.19.0 || ^22.13.0 || >=24"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-plugin-jsdoc/node_modules/espree": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.1.0.tgz",
+ "integrity": "sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.15.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^5.0.0"
+ },
+ "engines": {
+ "node": "^20.19.0 || ^22.13.0 || >=24"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
"node_modules/eslint-plugin-jsdoc/node_modules/semver": {
"version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
@@ -3338,74 +2870,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/for-each": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
- "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/function-bind": {
- "name": "@socketregistry/function-bind",
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/@socketregistry/function-bind/-/function-bind-1.0.7.tgz",
- "integrity": "sha512-i3Z9BcuHGaMGv8nbcAsVW1tWXxAyjiiBrN3XHUHXsrLvI5auMctY7xHeoBOEIS97xihAdACM/Q3S0h+dhMu7YA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/function.prototype.name": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
- "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "functions-have-names": "^1.2.3",
- "hasown": "^2.0.2",
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/functions-have-names": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/generator-function": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
- "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -3416,63 +2880,6 @@
"node": ">=6.9.0"
}
},
- "node_modules/get-intrinsic": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "function-bind": "^1.1.2",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "math-intrinsics": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/get-symbol-description": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
- "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/get-tsconfig": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz",
@@ -3553,56 +2960,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/globalthis": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
- "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-properties": "^1.2.1",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gopd": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/has-bigints": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
- "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -3612,64 +2969,6 @@
"node": ">=8"
}
},
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
- "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-tostringtag": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-symbols": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/hasown": {
"name": "@socketregistry/hasown",
"version": "1.0.7",
@@ -3742,9 +3041,9 @@
}
},
"node_modules/iconv-lite": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.1.tgz",
- "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
"license": "MIT",
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0"
@@ -3856,96 +3155,10 @@
"node": ">=12.0.0"
}
},
- "node_modules/internal-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
- "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "hasown": "^2.0.2",
- "side-channel": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/is-array-buffer": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
- "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-async-function": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
- "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "async-function": "^1.0.0",
- "call-bound": "^1.0.3",
- "get-proto": "^1.0.1",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bigint": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
- "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-bigints": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-boolean-object": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
- "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bun-module": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
- "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
+ "node_modules/is-bun-module": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
+ "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3965,19 +3178,6 @@
"node": ">=10"
}
},
- "node_modules/is-callable": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-core-module": {
"name": "@socketregistry/is-core-module",
"version": "1.0.11",
@@ -3989,41 +3189,6 @@
"node": ">=18"
}
},
- "node_modules/is-data-view": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
- "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-date-object": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
- "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
@@ -4034,22 +3199,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-finalizationregistry": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
- "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -4059,26 +3208,6 @@
"node": ">=8"
}
},
- "node_modules/is-generator-function": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
- "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.4",
- "generator-function": "^2.0.0",
- "get-proto": "^1.0.1",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -4102,32 +3231,6 @@
"node": ">=18"
}
},
- "node_modules/is-map": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
- "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-negative-zero": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
- "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
@@ -4138,122 +3241,6 @@
"node": ">=0.12.0"
}
},
- "node_modules/is-number-object": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
- "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-regex": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
- "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-set": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
- "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-shared-array-buffer": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
- "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-string": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
- "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-symbol": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
- "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-symbols": "^1.1.0",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-typed-array": {
- "version": "1.1.15",
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
- "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-unicode-supported": {
"name": "@socketregistry/is-unicode-supported",
"version": "1.0.5",
@@ -4264,59 +3251,6 @@
"node": ">=18"
}
},
- "node_modules/is-weakmap": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
- "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakref": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
- "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakset": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
- "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "dev": true,
- "license": "MIT"
- },
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -4324,24 +3258,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/iterator.prototype": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
- "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.6",
- "get-proto": "^1.0.0",
- "has-symbols": "^1.1.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -4363,9 +3279,9 @@
}
},
"node_modules/jsdoc-type-pratt-parser": {
- "version": "6.10.0",
- "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.10.0.tgz",
- "integrity": "sha512-+LexoTRyYui5iOhJGn13N9ZazL23nAHGkXsa1p/C8yeq79WRfLBag6ZZ0FQG2aRoc9yfo59JT9EYCQonOkHKkQ==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.0.0.tgz",
+ "integrity": "sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -4506,9 +3422,9 @@
}
},
"node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"license": "MIT"
},
"node_modules/lodash.merge": {
@@ -4557,16 +3473,6 @@
"yallist": "^3.0.2"
}
},
- "node_modules/math-intrinsics": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@@ -4679,13 +3585,14 @@
"license": "MIT"
},
"node_modules/object-assign": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "name": "@socketregistry/object-assign",
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object-assign/-/object-assign-1.0.5.tgz",
+ "integrity": "sha512-Lyh3XnghYXhoq4RzMj++W71bTZdejE87hLnSAFXJxiy/VBc1Cyq5jBnVOu9Y9GWmE+BLzxVGQdtDlssb7PqrnQ==",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=18"
}
},
"node_modules/object-deep-merge": {
@@ -4695,117 +3602,59 @@
"dev": true,
"license": "MIT"
},
- "node_modules/object-inspect": {
- "version": "1.13.4",
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/object.assign": {
- "version": "4.1.7",
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
- "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
+ "name": "@socketregistry/object.assign",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.assign/-/object.assign-1.0.8.tgz",
+ "integrity": "sha512-98+ho3VAnklscf9WVXseef1/Ann9eX2H6vzgQ3wYzqfuonAcu3Wm/GimmNPHQ/fRRgDaSYJns//tf/kFa8U7IQ==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0",
- "has-symbols": "^1.1.0",
- "object-keys": "^1.1.1"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/object.entries": {
- "version": "1.1.9",
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
- "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
+ "name": "@socketregistry/object.entries",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.entries/-/object.entries-1.0.8.tgz",
+ "integrity": "sha512-QBvMCik8ORJ4xPBLwSI1ypwLLhZhi9qRdD7tC81SeAjl2oQh2dGBlnmhawqPy5SSmwbdMs+bAwsvQR+5asn0gw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.1.1"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/object.fromentries": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
- "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
+ "name": "@socketregistry/object.fromentries",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.fromentries/-/object.fromentries-1.0.8.tgz",
+ "integrity": "sha512-5rq3kzExWN15Fy7zln8s0bmlClp2MLpG72M3bJwwV0wYOhBC0c01POMyrwGY4XQ6R8ekCq4A36hAwx6C5YhEwg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/object.groupby": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
- "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
+ "name": "@socketregistry/object.groupby",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.groupby/-/object.groupby-1.0.9.tgz",
+ "integrity": "sha512-Yn7rfwR+qDjYMijoNsZmlOKKwbBNcYR67gITXUoqI7cTN0MXBsnYdA0NQOVs4o514MHkxJxaYO7iCjlBHTg/pw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/object.values": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
- "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
+ "name": "@socketregistry/object.values",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.values/-/object.values-1.0.8.tgz",
+ "integrity": "sha512-q46x26lkGnQC8VMiP2tyW6YcIyYblATlCr0/uLEc5jbbeDQfHS0GtpoHqfL1juLk+RfmJXqyOgjSQsn8EQxeUA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/onetime": {
@@ -4864,24 +3713,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/own-keys": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
- "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.6",
- "object-keys": "^1.1.1",
- "safe-push-apply": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -5004,16 +3835,6 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
- "node_modules/possible-typed-array-names": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
- "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/prelude-ls": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@@ -5117,50 +3938,6 @@
"node": ">= 6"
}
},
- "node_modules/reflect.getprototypeof": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
- "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.9",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.7",
- "get-proto": "^1.0.1",
- "which-builtin-type": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/regexp.prototype.flags": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
- "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-errors": "^1.3.0",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/reserved-identifiers": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.2.0.tgz",
@@ -5287,27 +4064,7 @@
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
"license": "Apache-2.0",
"dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-array-concat": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
- "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "has-symbols": "^1.1.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">=0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "tslib": "^2.1.0"
}
},
"node_modules/safe-buffer": {
@@ -5320,39 +4077,15 @@
"node": ">=18"
}
},
- "node_modules/safe-push-apply": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
- "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/safe-regex-test": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
- "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
+ "name": "@socketregistry/safe-regex-test",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/safe-regex-test/-/safe-regex-test-1.0.8.tgz",
+ "integrity": "sha512-nInwjARkeslJhSmIGoaaPzfui8uSTFDTSvXONCASZofdWUeQL4JQUXRF9clOd2dCeW6gS7pCWZ5N/3Gfzof9Jw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-regex": "^1.2.1"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/safer-buffer": {
@@ -5375,55 +4108,6 @@
"semver": "bin/semver.js"
}
},
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/set-function-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
- "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "functions-have-names": "^1.2.3",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/set-proto": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
- "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/shebang-command": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -5447,82 +4131,6 @@
"node": ">=8"
}
},
- "node_modules/side-channel": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3",
- "side-channel-list": "^1.0.0",
- "side-channel-map": "^1.0.1",
- "side-channel-weakmap": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-list": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-map": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-weakmap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3",
- "side-channel-map": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/signal-exit": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
@@ -5561,20 +4169,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/stop-iteration-iterator": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
- "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "internal-slot": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -5605,116 +4199,47 @@
"license": "MIT"
},
"node_modules/string.prototype.includes": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
- "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
+ "name": "@socketregistry/string.prototype.includes",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.includes/-/string.prototype.includes-1.0.8.tgz",
+ "integrity": "sha512-X/oEmJv+qXO1elDqKS3YOBBBBr2lg6+m8wQJz/nnH0SM/3JO+EBJrUKY/P6Zx+xi12VMZ+qFjuT7/Em90wdd/w==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.3"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/string.prototype.matchall": {
- "version": "4.0.12",
- "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
- "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
+ "name": "@socketregistry/string.prototype.matchall",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.matchall/-/string.prototype.matchall-1.0.8.tgz",
+ "integrity": "sha512-etMBRcRDKo3zpzJvzWwkYPPVLI4VBn4pD3vumdD37a9OY3twkM98w0dXNUHNakJm+2ALuwFNcyRYcbKuiUa06g==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.6",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.6",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "internal-slot": "^1.1.0",
- "regexp.prototype.flags": "^1.5.3",
- "set-function-name": "^2.0.2",
- "side-channel": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/string.prototype.repeat": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
- "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-properties": "^1.1.3",
- "es-abstract": "^1.17.5"
- }
- },
- "node_modules/string.prototype.trim": {
- "version": "1.2.10",
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
- "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
+ "name": "@socketregistry/string.prototype.repeat",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.repeat/-/string.prototype.repeat-1.0.8.tgz",
+ "integrity": "sha512-yMQ9ydPdNfUYqVbVn/nJAdv3szV1UywjfIrKrzvIjb8SnbTVaD8oisGCwtFvutQFqlKbp6W6rqONAkfX2LlSFA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-data-property": "^1.1.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-object-atoms": "^1.0.0",
- "has-property-descriptors": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/string.prototype.trimend": {
- "version": "1.0.9",
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
- "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimstart": {
+ "name": "@socketregistry/string.prototype.trimend",
"version": "1.0.8",
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
- "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
+ "integrity": "sha512-8xMCs1B03FlNmi6Ac1yPk9O2V77xs7Ax+lPXhRjNHNLcZ16Kx7hu5S6OIHWjzDQTLx0KQ9hge01cK8qAG6N92A==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/strip-ansi": {
@@ -5938,84 +4463,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/typed-array-buffer": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
- "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/typed-array-byte-length": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
- "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-byte-offset": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
- "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.15",
- "reflect.getprototypeof": "^1.0.9"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-length": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
- "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "is-typed-array": "^1.1.13",
- "possible-typed-array-names": "^1.0.0",
- "reflect.getprototypeof": "^1.0.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
@@ -6030,16 +4477,16 @@
}
},
"node_modules/typescript-eslint": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.46.4.tgz",
- "integrity": "sha512-KALyxkpYV5Ix7UhvjTwJXZv76VWsHG+NjNlt/z+a17SOQSiOcBdUXdbJdyXi7RPxrBFECtFOiPwUJQusJuCqrg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.53.1.tgz",
+ "integrity": "sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/eslint-plugin": "8.46.4",
- "@typescript-eslint/parser": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/utils": "8.46.4"
+ "@typescript-eslint/eslint-plugin": "8.53.1",
+ "@typescript-eslint/parser": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6054,9 +4501,9 @@
}
},
"node_modules/typia": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.0.tgz",
- "integrity": "sha512-h1dQFo7m8XOzYkJ+YsxfAeWZeqroV81d+gXS168J4jFWjGp+47k/NizSXr/G/CXBCLlWSK86qfzoWTCPJeonIg==",
+ "version": "11.0.3",
+ "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.3.tgz",
+ "integrity": "sha512-L7x7WzOCpFyNCauWl6VYJVEG9EHZi5EPNBRzxTO1luaLCd6WEDf+xrJNT+hMZ8U+0X7hCsR1EUpi29LdHhvCvA==",
"license": "MIT",
"dependencies": {
"@samchon/openapi": "^6.0.0",
@@ -6074,25 +4521,6 @@
"typescript": ">=4.8.0 <5.10.0"
}
},
- "node_modules/unbox-primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
- "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.1.0",
- "which-boxed-primitive": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
@@ -6207,95 +4635,6 @@
"node": ">= 8"
}
},
- "node_modules/which-boxed-primitive": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
- "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-bigint": "^1.1.0",
- "is-boolean-object": "^1.2.1",
- "is-number-object": "^1.1.1",
- "is-string": "^1.1.1",
- "is-symbol": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-builtin-type": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
- "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "function.prototype.name": "^1.1.6",
- "has-tostringtag": "^1.0.2",
- "is-async-function": "^2.0.0",
- "is-date-object": "^1.1.0",
- "is-finalizationregistry": "^1.1.0",
- "is-generator-function": "^1.0.10",
- "is-regex": "^1.2.1",
- "is-weakref": "^1.0.2",
- "isarray": "^2.0.5",
- "which-boxed-primitive": "^1.1.0",
- "which-collection": "^1.0.2",
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-collection": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
- "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-map": "^2.0.3",
- "is-set": "^2.0.3",
- "is-weakmap": "^2.0.2",
- "is-weakset": "^2.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-typed-array": {
- "version": "1.1.19",
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
- "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "for-each": "^0.3.5",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/word-wrap": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
@@ -6341,9 +4680,9 @@
}
},
"node_modules/zod": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.4.tgz",
- "integrity": "sha512-Zw/uYiiyF6pUT1qmKbZziChgNPRu+ZRneAsMUDU6IwmXdWt5JwcUfy2bvLOCUtz5UniaN/Zx5aFttZYbYc7O/A==",
+ "version": "4.3.6",
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
"dev": true,
"license": "MIT",
"funding": {
diff --git a/src/dataGateway/TypeScript/package.json b/src/dataGateway/TypeScript/package.json
index dc2208b..1689ce8 100644
--- a/src/dataGateway/TypeScript/package.json
+++ b/src/dataGateway/TypeScript/package.json
@@ -1,6 +1,6 @@
{
"name": "@shi-corp/sdk-data-gateway",
- "version": "2.3.1",
+ "version": "3.0.0",
"type": "module",
"main": "bin/index.js",
"description": "SDK client used to interface with the SHI Data Gateway service.",
@@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
},
- "packageManager": "npm@11.7.0",
+ "packageManager": "npm@11.8.0",
"devEngines": {
"runtime": {
"name": "node",
@@ -43,34 +43,174 @@
},
"devDependencies": {
"@azure/core-auth": "~1.10.1",
- "@shi-corp/development-utilities": "^2.1.0",
- "@types/node": "~25.0.3",
+ "@shi-corp/development-utilities": "~2.2.0",
+ "@types/node": "~25.0.10",
"ts-patch": "~3.3.0",
"typescript": "~5.9.3"
},
"dependencies": {
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
- "typia": "~11.0.0"
+ "typia": "~11.0.3"
},
"overrides": {
+ "array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
+ "array-includes": "npm:@socketregistry/array-includes@^1",
+ "array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
+ "array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
+ "array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
+ "array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
+ "array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
+ "arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
+ "available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
+ "define-properties": "npm:@socketregistry/define-properties@^1",
+ "es-define-property": "npm:@socketregistry/es-define-property@^1",
+ "es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
+ "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
+ "for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
+ "function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
+ "functions-have-names": "npm:@socketregistry/functions-have-names@^1",
+ "get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
+ "globalthis": "npm:@socketregistry/globalthis@^1",
+ "gopd": "npm:@socketregistry/gopd@^1",
+ "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
+ "has-proto": "npm:@socketregistry/has-proto@^1",
+ "has-symbols": "npm:@socketregistry/has-symbols@^1",
+ "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
+ "internal-slot": "npm:@socketregistry/internal-slot@^1",
+ "is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
+ "is-bigint": "npm:@socketregistry/is-bigint@^1",
+ "is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
+ "is-date-object": "npm:@socketregistry/is-date-object@^1",
+ "is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
+ "is-map": "npm:@socketregistry/is-map@^1",
+ "is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
+ "is-number-object": "npm:@socketregistry/is-number-object@^1",
+ "is-regex": "npm:@socketregistry/is-regex@^1",
+ "is-set": "npm:@socketregistry/is-set@^1",
+ "is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
+ "is-string": "npm:@socketregistry/is-string@^1",
+ "is-symbol": "npm:@socketregistry/is-symbol@^1",
+ "is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
+ "is-weakmap": "npm:@socketregistry/is-weakmap@^1",
+ "is-weakref": "npm:@socketregistry/is-weakref@^1",
+ "is-weakset": "npm:@socketregistry/is-weakset@^1",
+ "isarray": "npm:@socketregistry/isarray@^1",
+ "iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
+ "object-assign": "npm:@socketregistry/object-assign@^1",
+ "object-keys": "npm:@socketregistry/object-keys@^1",
+ "object.assign": "npm:@socketregistry/object.assign@^1",
+ "object.entries": "npm:@socketregistry/object.entries@^1",
+ "object.fromentries": "npm:@socketregistry/object.fromentries@^1",
+ "object.groupby": "npm:@socketregistry/object.groupby@^1",
+ "object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
+ "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
+ "regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
+ "safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
- "safer-buffer": "npm:@socketregistry/safer-buffer@^1"
+ "safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
+ "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
+ "set-function-length": "npm:@socketregistry/set-function-length@^1",
+ "side-channel": "npm:@socketregistry/side-channel@^1",
+ "string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
+ "string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
+ "string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
+ "string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
+ "string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
+ "string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
+ "typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
+ "typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
+ "typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
+ "typed-array-length": "npm:@socketregistry/typed-array-length@^1",
+ "unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
+ "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
+ "which-collection": "npm:@socketregistry/which-collection@^1",
+ "which-typed-array": "npm:@socketregistry/which-typed-array@^1"
},
"resolutions": {
+ "array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
+ "array-includes": "npm:@socketregistry/array-includes@^1",
+ "array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
+ "array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
+ "array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
+ "array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
+ "array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
+ "arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
+ "available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
+ "define-properties": "npm:@socketregistry/define-properties@^1",
+ "es-define-property": "npm:@socketregistry/es-define-property@^1",
+ "es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
+ "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
+ "for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
+ "function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
+ "functions-have-names": "npm:@socketregistry/functions-have-names@^1",
+ "get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
+ "globalthis": "npm:@socketregistry/globalthis@^1",
+ "gopd": "npm:@socketregistry/gopd@^1",
+ "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
+ "has-proto": "npm:@socketregistry/has-proto@^1",
+ "has-symbols": "npm:@socketregistry/has-symbols@^1",
+ "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
+ "internal-slot": "npm:@socketregistry/internal-slot@^1",
+ "is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
+ "is-bigint": "npm:@socketregistry/is-bigint@^1",
+ "is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
+ "is-date-object": "npm:@socketregistry/is-date-object@^1",
+ "is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
+ "is-map": "npm:@socketregistry/is-map@^1",
+ "is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
+ "is-number-object": "npm:@socketregistry/is-number-object@^1",
+ "is-regex": "npm:@socketregistry/is-regex@^1",
+ "is-set": "npm:@socketregistry/is-set@^1",
+ "is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
+ "is-string": "npm:@socketregistry/is-string@^1",
+ "is-symbol": "npm:@socketregistry/is-symbol@^1",
+ "is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
+ "is-weakmap": "npm:@socketregistry/is-weakmap@^1",
+ "is-weakref": "npm:@socketregistry/is-weakref@^1",
+ "is-weakset": "npm:@socketregistry/is-weakset@^1",
+ "isarray": "npm:@socketregistry/isarray@^1",
+ "iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
+ "object-assign": "npm:@socketregistry/object-assign@^1",
+ "object-keys": "npm:@socketregistry/object-keys@^1",
+ "object.assign": "npm:@socketregistry/object.assign@^1",
+ "object.entries": "npm:@socketregistry/object.entries@^1",
+ "object.fromentries": "npm:@socketregistry/object.fromentries@^1",
+ "object.groupby": "npm:@socketregistry/object.groupby@^1",
+ "object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
+ "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
+ "regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
+ "safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
- "safer-buffer": "npm:@socketregistry/safer-buffer@^1"
+ "safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
+ "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
+ "set-function-length": "npm:@socketregistry/set-function-length@^1",
+ "side-channel": "npm:@socketregistry/side-channel@^1",
+ "string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
+ "string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
+ "string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
+ "string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
+ "string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
+ "string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
+ "typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
+ "typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
+ "typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
+ "typed-array-length": "npm:@socketregistry/typed-array-length@^1",
+ "unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
+ "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
+ "which-collection": "npm:@socketregistry/which-collection@^1",
+ "which-typed-array": "npm:@socketregistry/which-typed-array@^1"
}
}
diff --git a/src/shield/TypeScript/package-lock.json b/src/shield/TypeScript/package-lock.json
index d60f96b..917bc41 100644
--- a/src/shield/TypeScript/package-lock.json
+++ b/src/shield/TypeScript/package-lock.json
@@ -1,22 +1,22 @@
{
"name": "@shi-corp/sdk-shield",
- "version": "3.0.10",
+ "version": "3.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@shi-corp/sdk-shield",
- "version": "3.0.10",
+ "version": "3.2.0",
"license": "MIT",
"dependencies": {
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
- "typia": "~11.0.0"
+ "typia": "~11.0.3"
},
"devDependencies": {
"@azure/core-auth": "~1.10.1",
- "@shi-corp/development-utilities": "^2.1.0",
- "@types/node": "~25.0.3",
+ "@shi-corp/development-utilities": "~2.2.0",
+ "@types/node": "~25.0.10",
"ts-patch": "~3.3.0",
"typescript": "~5.9.3"
}
@@ -62,13 +62,13 @@
}
},
"node_modules/@babel/code-frame": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
+ "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-validator-identifier": "^7.27.1",
+ "@babel/helper-validator-identifier": "^7.28.5",
"js-tokens": "^4.0.0",
"picocolors": "^1.1.1"
},
@@ -77,9 +77,9 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz",
+ "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -87,21 +87,21 @@
}
},
"node_modules/@babel/core": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz",
+ "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.5",
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-module-transforms": "^7.28.3",
- "@babel/helpers": "^7.28.4",
- "@babel/parser": "^7.28.5",
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.5",
- "@babel/types": "^7.28.5",
+ "@babel/code-frame": "^7.28.6",
+ "@babel/generator": "^7.28.6",
+ "@babel/helper-compilation-targets": "^7.28.6",
+ "@babel/helper-module-transforms": "^7.28.6",
+ "@babel/helpers": "^7.28.6",
+ "@babel/parser": "^7.28.6",
+ "@babel/template": "^7.28.6",
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6",
"@jridgewell/remapping": "^2.3.5",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
@@ -118,14 +118,14 @@
}
},
"node_modules/@babel/generator": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",
+ "integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/parser": "^7.28.5",
- "@babel/types": "^7.28.5",
+ "@babel/parser": "^7.28.6",
+ "@babel/types": "^7.28.6",
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.28",
"jsesc": "^3.0.2"
@@ -135,13 +135,13 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.27.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.27.2",
+ "@babel/compat-data": "^7.28.6",
"@babel/helper-validator-option": "^7.27.1",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
@@ -162,29 +162,29 @@
}
},
"node_modules/@babel/helper-module-imports": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.28.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1",
- "@babel/traverse": "^7.28.3"
+ "@babel/helper-module-imports": "^7.28.6",
+ "@babel/helper-validator-identifier": "^7.28.5",
+ "@babel/traverse": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -224,27 +224,27 @@
}
},
"node_modules/@babel/helpers": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.4"
+ "@babel/template": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
+ "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.28.5"
+ "@babel/types": "^7.28.6"
},
"bin": {
"parser": "bin/babel-parser.js"
@@ -254,33 +254,33 @@
}
},
"node_modules/@babel/template": {
- "version": "7.27.2",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/parser": "^7.27.2",
- "@babel/types": "^7.27.1"
+ "@babel/code-frame": "^7.28.6",
+ "@babel/parser": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",
+ "integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.5",
+ "@babel/code-frame": "^7.28.6",
+ "@babel/generator": "^7.28.6",
"@babel/helper-globals": "^7.28.0",
- "@babel/parser": "^7.28.5",
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.5",
+ "@babel/parser": "^7.28.6",
+ "@babel/template": "^7.28.6",
+ "@babel/types": "^7.28.6",
"debug": "^4.3.1"
},
"engines": {
@@ -288,9 +288,9 @@
}
},
"node_modules/@babel/types": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
+ "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -302,9 +302,9 @@
}
},
"node_modules/@emnapi/core": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz",
- "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",
+ "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
"dev": true,
"license": "MIT",
"optional": true,
@@ -314,9 +314,9 @@
}
},
"node_modules/@emnapi/runtime": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz",
- "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
+ "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
"dev": true,
"license": "MIT",
"optional": true,
@@ -336,20 +336,20 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
- "version": "0.76.0",
- "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.76.0.tgz",
- "integrity": "sha512-g+RihtzFgGTx2WYCuTHbdOXJeAlGnROws0TeALx9ow/ZmOROOZkVg5wp/B44n0WJgI4SQFP1eWM2iRPlU2Y14w==",
+ "version": "0.81.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.81.0.tgz",
+ "integrity": "sha512-4V4A0hFAB19id7w9iwiosV/rqwlH+PXEuYnnu1Cyc5jUjTwsE2G1qsX9TOCmfCmsWYBg6xeDC/XDFUzXAxDg3A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.8",
- "@typescript-eslint/types": "^8.46.0",
- "comment-parser": "1.4.1",
- "esquery": "^1.6.0",
- "jsdoc-type-pratt-parser": "~6.10.0"
+ "@typescript-eslint/types": "^8.53.0",
+ "comment-parser": "1.4.4",
+ "esquery": "^1.7.0",
+ "jsdoc-type-pratt-parser": "~7.0.0"
},
"engines": {
- "node": ">=20.11.0"
+ "node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@es-joy/resolve.exports": {
@@ -432,7 +432,7 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
+ "node_modules/@eslint/core": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
@@ -445,19 +445,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/core": {
- "version": "0.16.0",
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
- "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@types/json-schema": "^7.0.15"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
"node_modules/@eslint/eslintrc": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
@@ -483,9 +470,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.38.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
- "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
+ "version": "9.39.2",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
+ "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -519,19 +506,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
- "version": "0.17.0",
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
- "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@types/json-schema": "^7.0.15"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
@@ -758,9 +732,9 @@
}
},
"node_modules/@next/eslint-plugin-next": {
- "version": "16.0.10",
- "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.0.10.tgz",
- "integrity": "sha512-b2NlWN70bbPLmfyoLvvidPKWENBYYIe017ZGUpElvQjDytCWgxPJx7L9juxHt0xHvNVA08ZHJdOyhGzon/KJuw==",
+ "version": "16.1.5",
+ "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.1.5.tgz",
+ "integrity": "sha512-gUWcEsOl+1W7XakmouClcJ0TNFCkblvDUho31wulbDY9na0C6mGtBTSXGRU5GXJY65GjGj0zNaCD/GaBp888Mg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -832,26 +806,26 @@
"license": "MIT"
},
"node_modules/@samchon/openapi": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-6.0.0.tgz",
- "integrity": "sha512-6HnP9gf+RfdEYVuoqv9CCIHyZvSq2wktu8LuFdwzS8fTif+/cp6dN15oWmeGM6e+k3zn5H7LBepaU22pr3YiAg==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-6.0.1.tgz",
+ "integrity": "sha512-+nkznmCf/6YavoVkvWg60YoC0UbXY/oK9uMZReyrFcIcXecf+YoWmOLUg+TlgHi+h+6DPgRy6zRkZfiRd3uRnA==",
"license": "MIT"
},
"node_modules/@shi-corp/development-utilities": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@shi-corp/development-utilities/-/development-utilities-2.1.0.tgz",
- "integrity": "sha512-y4tLpVUkxNllfssEUGhI4H8wu1OTd6mN9s3jdkYrZmtF4WL+gfeG6GslpHisTRkTBscgmyHHUYliN6Busx5aAQ==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@shi-corp/development-utilities/-/development-utilities-2.2.0.tgz",
+ "integrity": "sha512-3Ku2PEBdrCVc2EgBy+NdAVMB3ERmpdtLGzofnBu4qcpfBus5GfEmwhS2xmbDnL+2XxfGkVUMlh83CvqVNPbXPg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint/js": "~9.38.0",
- "@stylistic/eslint-plugin": "~5.5.0",
- "eslint": "~9.38.0",
- "eslint-config-next": "~16.0.0",
- "eslint-plugin-jsdoc": "~61.1.9",
+ "@eslint/js": "~9.39.2",
+ "@stylistic/eslint-plugin": "~5.7.0",
+ "eslint": "~9.39.2",
+ "eslint-config-next": "~16.1.3",
+ "eslint-plugin-jsdoc": "~62.1.0",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~7.0.1",
- "typescript-eslint": "~8.46.2"
+ "typescript-eslint": "~8.53.0"
},
"engines": {
"node": ">=22.17.0"
@@ -883,14 +857,14 @@
"license": "Apache-2.0"
},
"node_modules/@stylistic/eslint-plugin": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.5.0.tgz",
- "integrity": "sha512-IeZF+8H0ns6prg4VrkhgL+yrvDXWDH2cKchrbh80ejG9dQgZWp10epHMbgRuQvgchLII/lfh6Xn3lu6+6L86Hw==",
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz",
+ "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.9.0",
- "@typescript-eslint/types": "^8.46.1",
+ "@eslint-community/eslint-utils": "^4.9.1",
+ "@typescript-eslint/types": "^8.53.1",
"eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"estraverse": "^5.3.0",
@@ -936,9 +910,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
- "version": "25.0.3",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
- "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
+ "version": "25.0.10",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz",
+ "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==",
"devOptional": true,
"license": "MIT",
"dependencies": {
@@ -946,21 +920,20 @@
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.4.tgz",
- "integrity": "sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.1.tgz",
+ "integrity": "sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/type-utils": "8.46.4",
- "@typescript-eslint/utils": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "graphemer": "^1.4.0",
- "ignore": "^7.0.0",
+ "@eslint-community/regexpp": "^4.12.2",
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/type-utils": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "ignore": "^7.0.5",
"natural-compare": "^1.4.0",
- "ts-api-utils": "^2.1.0"
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -970,7 +943,7 @@
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "@typescript-eslint/parser": "^8.46.4",
+ "@typescript-eslint/parser": "^8.53.1",
"eslint": "^8.57.0 || ^9.0.0",
"typescript": ">=4.8.4 <6.0.0"
}
@@ -986,17 +959,17 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.4.tgz",
- "integrity": "sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.53.1.tgz",
+ "integrity": "sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "debug": "^4.3.4"
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "debug": "^4.4.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1011,9 +984,9 @@
}
},
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1025,15 +998,15 @@
}
},
"node_modules/@typescript-eslint/project-service": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.4.tgz",
- "integrity": "sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.53.1.tgz",
+ "integrity": "sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/tsconfig-utils": "^8.46.4",
- "@typescript-eslint/types": "^8.46.4",
- "debug": "^4.3.4"
+ "@typescript-eslint/tsconfig-utils": "^8.53.1",
+ "@typescript-eslint/types": "^8.53.1",
+ "debug": "^4.4.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1047,14 +1020,14 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz",
- "integrity": "sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz",
+ "integrity": "sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4"
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1065,9 +1038,9 @@
}
},
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1079,9 +1052,9 @@
}
},
"node_modules/@typescript-eslint/tsconfig-utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz",
- "integrity": "sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz",
+ "integrity": "sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1096,17 +1069,17 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.4.tgz",
- "integrity": "sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.53.1.tgz",
+ "integrity": "sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/utils": "8.46.4",
- "debug": "^4.3.4",
- "ts-api-utils": "^2.1.0"
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1",
+ "debug": "^4.4.3",
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1121,9 +1094,9 @@
}
},
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1135,9 +1108,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "8.51.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.51.0.tgz",
- "integrity": "sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==",
+ "version": "8.54.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.54.0.tgz",
+ "integrity": "sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1149,22 +1122,21 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz",
- "integrity": "sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz",
+ "integrity": "sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/project-service": "8.46.4",
- "@typescript-eslint/tsconfig-utils": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^2.1.0"
+ "@typescript-eslint/project-service": "8.53.1",
+ "@typescript-eslint/tsconfig-utils": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "debug": "^4.4.3",
+ "minimatch": "^9.0.5",
+ "semver": "^7.7.3",
+ "tinyglobby": "^0.2.15",
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1178,9 +1150,9 @@
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1201,36 +1173,6 @@
"balanced-match": "^1.0.0"
}
},
- "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
- "version": "3.3.3",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.8"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -1261,16 +1203,16 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.4.tgz",
- "integrity": "sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.53.1.tgz",
+ "integrity": "sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.7.0",
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4"
+ "@eslint-community/eslint-utils": "^4.9.1",
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1285,9 +1227,9 @@
}
},
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1299,13 +1241,13 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.4.tgz",
- "integrity": "sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz",
+ "integrity": "sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
+ "@typescript-eslint/types": "8.53.1",
"eslint-visitor-keys": "^4.2.1"
},
"engines": {
@@ -1317,9 +1259,9 @@
}
},
"node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1728,44 +1670,15 @@
"node": ">= 0.4"
}
},
- "node_modules/array-buffer-byte-length": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
- "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "is-array-buffer": "^3.0.5"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/array-includes": {
- "version": "3.1.9",
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
- "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
+ "name": "@socketregistry/array-includes",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array-includes/-/array-includes-1.0.9.tgz",
+ "integrity": "sha512-zHEi6x6X3y6SLJebqF35ArIbue461teN6pmVD9xfg/UVNfDWj2X8bfIe2OyDLm0ypJtS7oVyeIQUNfsWlZm9lw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.24.0",
- "es-object-atoms": "^1.1.1",
- "get-intrinsic": "^1.3.0",
- "is-string": "^1.1.1",
- "math-intrinsics": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array-timsort": {
@@ -1775,123 +1688,58 @@
"license": "MIT"
},
"node_modules/array.prototype.findlast": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
- "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
+ "name": "@socketregistry/array.prototype.findlast",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.findlast/-/array.prototype.findlast-1.0.9.tgz",
+ "integrity": "sha512-jLYny0cZl+uoQLl1NfNsPF3X1Fmp8erx6pKu4haYHvgQSbI4HaJ4K4+hilwpo1dIa89AbhtdOg1k7nl1sjkTcg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.findlastindex": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
- "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
+ "name": "@socketregistry/array.prototype.findlastindex",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.findlastindex/-/array.prototype.findlastindex-1.0.9.tgz",
+ "integrity": "sha512-O926AKxBTuO/csbBu8mvmsWceQYNyXWFWfYON2SKwqH24KSpuB7Cp9u8cmwkHntNtgg97LPQzykCgnrn5eXFlg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.9",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "es-shim-unscopables": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.flat": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
- "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
+ "name": "@socketregistry/array.prototype.flat",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.flat/-/array.prototype.flat-1.0.9.tgz",
+ "integrity": "sha512-5hliEBY9BujNpOVT8GjW7eP4ikKtrQLxSMnpYXn3dDaBgX4UarlWP1YTEu9gxs+idaL+/HcDhZnMYq4A1B/jlg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.flatmap": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
- "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
+ "name": "@socketregistry/array.prototype.flatmap",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.flatmap/-/array.prototype.flatmap-1.0.9.tgz",
+ "integrity": "sha512-ZTd9Itahi0ILwe1dWzYvfiY+yM83y5SI4B6jH7ZVdv6v7QGGKLQDYyPGEiSzkpYx5yjW5zSEvFwU1dZhDkF2zA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.tosorted": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
- "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.3",
- "es-errors": "^1.3.0",
- "es-shim-unscopables": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
- "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
+ "name": "@socketregistry/array.prototype.tosorted",
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.tosorted/-/array.prototype.tosorted-1.0.10.tgz",
+ "integrity": "sha512-wW7/WqOz6G6BELtIo+IdlczgIPCcbc6wbC3uCMAcx5HYaZ2u0lVYFgKdzWRvpu1n1iGqJ/ixk0e0P1g8iUWGHw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "is-array-buffer": "^3.0.4"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/ast-types-flow": {
@@ -1901,36 +1749,10 @@
"dev": true,
"license": "MIT"
},
- "node_modules/async-function": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
- "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/available-typed-arrays": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/axe-core": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz",
- "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz",
+ "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
"dev": true,
"license": "MPL-2.0",
"engines": {
@@ -1975,9 +1797,9 @@
"license": "MIT"
},
"node_modules/baseline-browser-mapping": {
- "version": "2.9.11",
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
- "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
+ "version": "2.9.18",
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.18.tgz",
+ "integrity": "sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@@ -2077,56 +1899,6 @@
"ieee754": "^1.1.13"
}
},
- "node_modules/call-bind": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.0",
- "es-define-property": "^1.0.0",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/call-bind-apply-helpers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/call-bound": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "get-intrinsic": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@@ -2138,9 +1910,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001762",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz",
- "integrity": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==",
+ "version": "1.0.30001766",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
+ "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
"dev": true,
"funding": [
{
@@ -2264,9 +2036,9 @@
}
},
"node_modules/comment-parser": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
- "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.4.tgz",
+ "integrity": "sha512-0D6qSQ5IkeRrGJFHRClzaMOenMeT0gErz3zIw3AprKMqhRN6LNU2jQOdkPG/FZ+8bCgXE1VidrgSzlBBDZRr8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2315,60 +2087,6 @@
"dev": true,
"license": "BSD-2-Clause"
},
- "node_modules/data-view-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
- "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/data-view-byte-length": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
- "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/inspect-js"
- }
- },
- "node_modules/data-view-byte-offset": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
- "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
@@ -2405,42 +2123,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/define-properties": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
- "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/doctrine": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
@@ -2463,25 +2145,10 @@
"node": ">=4"
}
},
- "node_modules/dunder-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "es-errors": "^1.3.0",
- "gopd": "^1.2.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/electron-to-chromium": {
- "version": "1.5.267",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
- "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
+ "node_modules/electron-to-chromium": {
+ "version": "1.5.279",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.279.tgz",
+ "integrity": "sha512-0bblUU5UNdOt5G7XqGiJtpZMONma6WAfq9vsFmtn9x1+joAObr6x1chfqyxFSDCAFwFhCQDrqeAr6MYdpwJ9Hg==",
"dev": true,
"license": "ISC"
},
@@ -2492,181 +2159,15 @@
"dev": true,
"license": "MIT"
},
- "node_modules/es-abstract": {
- "version": "1.24.1",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
- "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.2",
- "arraybuffer.prototype.slice": "^1.0.4",
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "data-view-buffer": "^1.0.2",
- "data-view-byte-length": "^1.0.2",
- "data-view-byte-offset": "^1.0.1",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "es-set-tostringtag": "^2.1.0",
- "es-to-primitive": "^1.3.0",
- "function.prototype.name": "^1.1.8",
- "get-intrinsic": "^1.3.0",
- "get-proto": "^1.0.1",
- "get-symbol-description": "^1.1.0",
- "globalthis": "^1.0.4",
- "gopd": "^1.2.0",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "internal-slot": "^1.1.0",
- "is-array-buffer": "^3.0.5",
- "is-callable": "^1.2.7",
- "is-data-view": "^1.0.2",
- "is-negative-zero": "^2.0.3",
- "is-regex": "^1.2.1",
- "is-set": "^2.0.3",
- "is-shared-array-buffer": "^1.0.4",
- "is-string": "^1.1.1",
- "is-typed-array": "^1.1.15",
- "is-weakref": "^1.1.1",
- "math-intrinsics": "^1.1.0",
- "object-inspect": "^1.13.4",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.7",
- "own-keys": "^1.0.1",
- "regexp.prototype.flags": "^1.5.4",
- "safe-array-concat": "^1.1.3",
- "safe-push-apply": "^1.0.0",
- "safe-regex-test": "^1.1.0",
- "set-proto": "^1.0.0",
- "stop-iteration-iterator": "^1.1.0",
- "string.prototype.trim": "^1.2.10",
- "string.prototype.trimend": "^1.0.9",
- "string.prototype.trimstart": "^1.0.8",
- "typed-array-buffer": "^1.0.3",
- "typed-array-byte-length": "^1.0.3",
- "typed-array-byte-offset": "^1.0.4",
- "typed-array-length": "^1.0.7",
- "unbox-primitive": "^1.1.0",
- "which-typed-array": "^1.1.19"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/es-define-property": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/es-iterator-helpers": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz",
- "integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.24.1",
- "es-errors": "^1.3.0",
- "es-set-tostringtag": "^2.1.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.3.0",
- "globalthis": "^1.0.4",
- "gopd": "^1.2.0",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.2.0",
- "has-symbols": "^1.1.0",
- "internal-slot": "^1.1.0",
- "iterator.prototype": "^1.1.5",
- "safe-array-concat": "^1.1.3"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-object-atoms": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-set-tostringtag": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
- "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-shim-unscopables": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
- "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-to-primitive": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
- "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
+ "name": "@socketregistry/es-iterator-helpers",
+ "version": "1.0.14",
+ "resolved": "https://registry.npmjs.org/@socketregistry/es-iterator-helpers/-/es-iterator-helpers-1.0.14.tgz",
+ "integrity": "sha512-LJ5cpQ7d17y82xQEjwAAkwW8/MLDjzvRlibVC8D1fyQWxtT+jb1X+Ged97mT3F+YDXC55aPfDExNezbNharcsw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7",
- "is-date-object": "^1.0.5",
- "is-symbol": "^1.0.4"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/escalade": {
@@ -2693,20 +2194,20 @@
}
},
"node_modules/eslint": {
- "version": "9.38.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
- "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
+ "version": "9.39.2",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
+ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.21.1",
- "@eslint/config-helpers": "^0.4.1",
- "@eslint/core": "^0.16.0",
+ "@eslint/config-helpers": "^0.4.2",
+ "@eslint/core": "^0.17.0",
"@eslint/eslintrc": "^3.3.1",
- "@eslint/js": "9.38.0",
- "@eslint/plugin-kit": "^0.4.0",
+ "@eslint/js": "9.39.2",
+ "@eslint/plugin-kit": "^0.4.1",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.2",
@@ -2753,13 +2254,13 @@
}
},
"node_modules/eslint-config-next": {
- "version": "16.0.10",
- "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.0.10.tgz",
- "integrity": "sha512-BxouZUm0I45K4yjOOIzj24nTi0H2cGo0y7xUmk+Po/PYtJXFBYVDS1BguE7t28efXjKdcN0tmiLivxQy//SsZg==",
+ "version": "16.1.5",
+ "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.1.5.tgz",
+ "integrity": "sha512-XwXyv65DC1HXI3gMxm13jvgx0IxKu6XhZhIWTfCDt4c45njHYUM2pk1Y8QXMAWMMnqPy94I2OLMmvIrNGcwLwQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@next/eslint-plugin-next": "16.0.10",
+ "@next/eslint-plugin-next": "16.1.5",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.32.0",
@@ -2922,20 +2423,20 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "61.1.12",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.1.12.tgz",
- "integrity": "sha512-CGJTnltz7ovwOW33xYhvA4fMuriPZpR5OnJf09SV28iU2IUpJwMd6P7zvUK8Sl56u5YzO+1F9m46wpSs2dufEw==",
+ "version": "62.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.1.0.tgz",
+ "integrity": "sha512-HEK/u7FO/hPDNo5ERxru7OouIx6AVBjjNbNQCsq4CxQBtRxb9esr8PuxX2zy0zAdGJnfczg3+zytnkKWjsKWwQ==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
- "@es-joy/jsdoccomment": "~0.76.0",
+ "@es-joy/jsdoccomment": "~0.81.0",
"@es-joy/resolve.exports": "1.2.0",
"are-docs-informative": "^0.0.2",
- "comment-parser": "1.4.1",
+ "comment-parser": "1.4.4",
"debug": "^4.4.3",
"escape-string-regexp": "^4.0.0",
- "espree": "^10.4.0",
- "esquery": "^1.6.0",
+ "espree": "^11.0.0",
+ "esquery": "^1.7.0",
"html-entities": "^2.6.0",
"object-deep-merge": "^2.0.0",
"parse-imports-exports": "^0.2.4",
@@ -2944,12 +2445,43 @@
"to-valid-identifier": "^1.0.0"
},
"engines": {
- "node": ">=20.11.0"
+ "node": "^20.19.0 || ^22.13.0 || >=24"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
}
},
+ "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz",
+ "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^20.19.0 || ^22.13.0 || >=24"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-plugin-jsdoc/node_modules/espree": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.1.0.tgz",
+ "integrity": "sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.15.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^5.0.0"
+ },
+ "engines": {
+ "node": "^20.19.0 || ^22.13.0 || >=24"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
"node_modules/eslint-plugin-jsdoc/node_modules/semver": {
"version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
@@ -3338,74 +2870,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/for-each": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
- "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/function-bind": {
- "name": "@socketregistry/function-bind",
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/@socketregistry/function-bind/-/function-bind-1.0.7.tgz",
- "integrity": "sha512-i3Z9BcuHGaMGv8nbcAsVW1tWXxAyjiiBrN3XHUHXsrLvI5auMctY7xHeoBOEIS97xihAdACM/Q3S0h+dhMu7YA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/function.prototype.name": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
- "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "functions-have-names": "^1.2.3",
- "hasown": "^2.0.2",
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/functions-have-names": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/generator-function": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
- "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -3416,63 +2880,6 @@
"node": ">=6.9.0"
}
},
- "node_modules/get-intrinsic": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "function-bind": "^1.1.2",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "math-intrinsics": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/get-symbol-description": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
- "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/get-tsconfig": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz",
@@ -3553,56 +2960,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/globalthis": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
- "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-properties": "^1.2.1",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gopd": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/has-bigints": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
- "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -3612,64 +2969,6 @@
"node": ">=8"
}
},
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
- "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-tostringtag": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-symbols": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/hasown": {
"name": "@socketregistry/hasown",
"version": "1.0.7",
@@ -3742,9 +3041,9 @@
}
},
"node_modules/iconv-lite": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.1.tgz",
- "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
"license": "MIT",
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0"
@@ -3856,96 +3155,10 @@
"node": ">=12.0.0"
}
},
- "node_modules/internal-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
- "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "hasown": "^2.0.2",
- "side-channel": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/is-array-buffer": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
- "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-async-function": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
- "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "async-function": "^1.0.0",
- "call-bound": "^1.0.3",
- "get-proto": "^1.0.1",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bigint": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
- "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-bigints": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-boolean-object": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
- "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bun-module": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
- "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
+ "node_modules/is-bun-module": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
+ "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3965,19 +3178,6 @@
"node": ">=10"
}
},
- "node_modules/is-callable": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-core-module": {
"name": "@socketregistry/is-core-module",
"version": "1.0.11",
@@ -3989,41 +3189,6 @@
"node": ">=18"
}
},
- "node_modules/is-data-view": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
- "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-date-object": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
- "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
@@ -4034,22 +3199,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-finalizationregistry": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
- "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -4059,26 +3208,6 @@
"node": ">=8"
}
},
- "node_modules/is-generator-function": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
- "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.4",
- "generator-function": "^2.0.0",
- "get-proto": "^1.0.1",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -4102,32 +3231,6 @@
"node": ">=18"
}
},
- "node_modules/is-map": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
- "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-negative-zero": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
- "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
@@ -4138,122 +3241,6 @@
"node": ">=0.12.0"
}
},
- "node_modules/is-number-object": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
- "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-regex": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
- "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-set": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
- "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-shared-array-buffer": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
- "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-string": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
- "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-symbol": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
- "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-symbols": "^1.1.0",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-typed-array": {
- "version": "1.1.15",
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
- "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-unicode-supported": {
"name": "@socketregistry/is-unicode-supported",
"version": "1.0.5",
@@ -4264,59 +3251,6 @@
"node": ">=18"
}
},
- "node_modules/is-weakmap": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
- "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakref": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
- "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakset": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
- "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "dev": true,
- "license": "MIT"
- },
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -4324,24 +3258,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/iterator.prototype": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
- "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.6",
- "get-proto": "^1.0.0",
- "has-symbols": "^1.1.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -4363,9 +3279,9 @@
}
},
"node_modules/jsdoc-type-pratt-parser": {
- "version": "6.10.0",
- "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.10.0.tgz",
- "integrity": "sha512-+LexoTRyYui5iOhJGn13N9ZazL23nAHGkXsa1p/C8yeq79WRfLBag6ZZ0FQG2aRoc9yfo59JT9EYCQonOkHKkQ==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.0.0.tgz",
+ "integrity": "sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -4506,9 +3422,9 @@
}
},
"node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"license": "MIT"
},
"node_modules/lodash.merge": {
@@ -4557,16 +3473,6 @@
"yallist": "^3.0.2"
}
},
- "node_modules/math-intrinsics": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@@ -4679,13 +3585,14 @@
"license": "MIT"
},
"node_modules/object-assign": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "name": "@socketregistry/object-assign",
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object-assign/-/object-assign-1.0.5.tgz",
+ "integrity": "sha512-Lyh3XnghYXhoq4RzMj++W71bTZdejE87hLnSAFXJxiy/VBc1Cyq5jBnVOu9Y9GWmE+BLzxVGQdtDlssb7PqrnQ==",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=18"
}
},
"node_modules/object-deep-merge": {
@@ -4695,117 +3602,59 @@
"dev": true,
"license": "MIT"
},
- "node_modules/object-inspect": {
- "version": "1.13.4",
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/object.assign": {
- "version": "4.1.7",
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
- "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
+ "name": "@socketregistry/object.assign",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.assign/-/object.assign-1.0.8.tgz",
+ "integrity": "sha512-98+ho3VAnklscf9WVXseef1/Ann9eX2H6vzgQ3wYzqfuonAcu3Wm/GimmNPHQ/fRRgDaSYJns//tf/kFa8U7IQ==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0",
- "has-symbols": "^1.1.0",
- "object-keys": "^1.1.1"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/object.entries": {
- "version": "1.1.9",
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
- "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
+ "name": "@socketregistry/object.entries",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.entries/-/object.entries-1.0.8.tgz",
+ "integrity": "sha512-QBvMCik8ORJ4xPBLwSI1ypwLLhZhi9qRdD7tC81SeAjl2oQh2dGBlnmhawqPy5SSmwbdMs+bAwsvQR+5asn0gw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.1.1"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/object.fromentries": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
- "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
+ "name": "@socketregistry/object.fromentries",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.fromentries/-/object.fromentries-1.0.8.tgz",
+ "integrity": "sha512-5rq3kzExWN15Fy7zln8s0bmlClp2MLpG72M3bJwwV0wYOhBC0c01POMyrwGY4XQ6R8ekCq4A36hAwx6C5YhEwg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/object.groupby": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
- "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
+ "name": "@socketregistry/object.groupby",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.groupby/-/object.groupby-1.0.9.tgz",
+ "integrity": "sha512-Yn7rfwR+qDjYMijoNsZmlOKKwbBNcYR67gITXUoqI7cTN0MXBsnYdA0NQOVs4o514MHkxJxaYO7iCjlBHTg/pw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/object.values": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
- "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
+ "name": "@socketregistry/object.values",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.values/-/object.values-1.0.8.tgz",
+ "integrity": "sha512-q46x26lkGnQC8VMiP2tyW6YcIyYblATlCr0/uLEc5jbbeDQfHS0GtpoHqfL1juLk+RfmJXqyOgjSQsn8EQxeUA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/onetime": {
@@ -4864,24 +3713,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/own-keys": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
- "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.6",
- "object-keys": "^1.1.1",
- "safe-push-apply": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -5004,16 +3835,6 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
- "node_modules/possible-typed-array-names": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
- "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/prelude-ls": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@@ -5117,50 +3938,6 @@
"node": ">= 6"
}
},
- "node_modules/reflect.getprototypeof": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
- "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.9",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.7",
- "get-proto": "^1.0.1",
- "which-builtin-type": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/regexp.prototype.flags": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
- "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-errors": "^1.3.0",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/reserved-identifiers": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.2.0.tgz",
@@ -5287,27 +4064,7 @@
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
"license": "Apache-2.0",
"dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-array-concat": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
- "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "has-symbols": "^1.1.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">=0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "tslib": "^2.1.0"
}
},
"node_modules/safe-buffer": {
@@ -5320,39 +4077,15 @@
"node": ">=18"
}
},
- "node_modules/safe-push-apply": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
- "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/safe-regex-test": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
- "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
+ "name": "@socketregistry/safe-regex-test",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/safe-regex-test/-/safe-regex-test-1.0.8.tgz",
+ "integrity": "sha512-nInwjARkeslJhSmIGoaaPzfui8uSTFDTSvXONCASZofdWUeQL4JQUXRF9clOd2dCeW6gS7pCWZ5N/3Gfzof9Jw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-regex": "^1.2.1"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/safer-buffer": {
@@ -5375,55 +4108,6 @@
"semver": "bin/semver.js"
}
},
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/set-function-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
- "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "functions-have-names": "^1.2.3",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/set-proto": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
- "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/shebang-command": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -5447,82 +4131,6 @@
"node": ">=8"
}
},
- "node_modules/side-channel": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3",
- "side-channel-list": "^1.0.0",
- "side-channel-map": "^1.0.1",
- "side-channel-weakmap": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-list": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-map": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-weakmap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3",
- "side-channel-map": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/signal-exit": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
@@ -5561,20 +4169,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/stop-iteration-iterator": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
- "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "internal-slot": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -5605,116 +4199,47 @@
"license": "MIT"
},
"node_modules/string.prototype.includes": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
- "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
+ "name": "@socketregistry/string.prototype.includes",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.includes/-/string.prototype.includes-1.0.8.tgz",
+ "integrity": "sha512-X/oEmJv+qXO1elDqKS3YOBBBBr2lg6+m8wQJz/nnH0SM/3JO+EBJrUKY/P6Zx+xi12VMZ+qFjuT7/Em90wdd/w==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.3"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/string.prototype.matchall": {
- "version": "4.0.12",
- "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
- "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
+ "name": "@socketregistry/string.prototype.matchall",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.matchall/-/string.prototype.matchall-1.0.8.tgz",
+ "integrity": "sha512-etMBRcRDKo3zpzJvzWwkYPPVLI4VBn4pD3vumdD37a9OY3twkM98w0dXNUHNakJm+2ALuwFNcyRYcbKuiUa06g==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.6",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.6",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "internal-slot": "^1.1.0",
- "regexp.prototype.flags": "^1.5.3",
- "set-function-name": "^2.0.2",
- "side-channel": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/string.prototype.repeat": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
- "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-properties": "^1.1.3",
- "es-abstract": "^1.17.5"
- }
- },
- "node_modules/string.prototype.trim": {
- "version": "1.2.10",
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
- "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
+ "name": "@socketregistry/string.prototype.repeat",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.repeat/-/string.prototype.repeat-1.0.8.tgz",
+ "integrity": "sha512-yMQ9ydPdNfUYqVbVn/nJAdv3szV1UywjfIrKrzvIjb8SnbTVaD8oisGCwtFvutQFqlKbp6W6rqONAkfX2LlSFA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-data-property": "^1.1.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-object-atoms": "^1.0.0",
- "has-property-descriptors": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/string.prototype.trimend": {
- "version": "1.0.9",
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
- "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimstart": {
+ "name": "@socketregistry/string.prototype.trimend",
"version": "1.0.8",
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
- "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
+ "integrity": "sha512-8xMCs1B03FlNmi6Ac1yPk9O2V77xs7Ax+lPXhRjNHNLcZ16Kx7hu5S6OIHWjzDQTLx0KQ9hge01cK8qAG6N92A==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/strip-ansi": {
@@ -5938,84 +4463,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/typed-array-buffer": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
- "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/typed-array-byte-length": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
- "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-byte-offset": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
- "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.15",
- "reflect.getprototypeof": "^1.0.9"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-length": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
- "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "is-typed-array": "^1.1.13",
- "possible-typed-array-names": "^1.0.0",
- "reflect.getprototypeof": "^1.0.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
@@ -6030,16 +4477,16 @@
}
},
"node_modules/typescript-eslint": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.46.4.tgz",
- "integrity": "sha512-KALyxkpYV5Ix7UhvjTwJXZv76VWsHG+NjNlt/z+a17SOQSiOcBdUXdbJdyXi7RPxrBFECtFOiPwUJQusJuCqrg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.53.1.tgz",
+ "integrity": "sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/eslint-plugin": "8.46.4",
- "@typescript-eslint/parser": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/utils": "8.46.4"
+ "@typescript-eslint/eslint-plugin": "8.53.1",
+ "@typescript-eslint/parser": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6054,9 +4501,9 @@
}
},
"node_modules/typia": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.0.tgz",
- "integrity": "sha512-h1dQFo7m8XOzYkJ+YsxfAeWZeqroV81d+gXS168J4jFWjGp+47k/NizSXr/G/CXBCLlWSK86qfzoWTCPJeonIg==",
+ "version": "11.0.3",
+ "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.3.tgz",
+ "integrity": "sha512-L7x7WzOCpFyNCauWl6VYJVEG9EHZi5EPNBRzxTO1luaLCd6WEDf+xrJNT+hMZ8U+0X7hCsR1EUpi29LdHhvCvA==",
"license": "MIT",
"dependencies": {
"@samchon/openapi": "^6.0.0",
@@ -6074,25 +4521,6 @@
"typescript": ">=4.8.0 <5.10.0"
}
},
- "node_modules/unbox-primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
- "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.1.0",
- "which-boxed-primitive": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
@@ -6207,95 +4635,6 @@
"node": ">= 8"
}
},
- "node_modules/which-boxed-primitive": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
- "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-bigint": "^1.1.0",
- "is-boolean-object": "^1.2.1",
- "is-number-object": "^1.1.1",
- "is-string": "^1.1.1",
- "is-symbol": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-builtin-type": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
- "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "function.prototype.name": "^1.1.6",
- "has-tostringtag": "^1.0.2",
- "is-async-function": "^2.0.0",
- "is-date-object": "^1.1.0",
- "is-finalizationregistry": "^1.1.0",
- "is-generator-function": "^1.0.10",
- "is-regex": "^1.2.1",
- "is-weakref": "^1.0.2",
- "isarray": "^2.0.5",
- "which-boxed-primitive": "^1.1.0",
- "which-collection": "^1.0.2",
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-collection": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
- "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-map": "^2.0.3",
- "is-set": "^2.0.3",
- "is-weakmap": "^2.0.2",
- "is-weakset": "^2.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-typed-array": {
- "version": "1.1.19",
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
- "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "for-each": "^0.3.5",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/word-wrap": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
@@ -6341,9 +4680,9 @@
}
},
"node_modules/zod": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.4.tgz",
- "integrity": "sha512-Zw/uYiiyF6pUT1qmKbZziChgNPRu+ZRneAsMUDU6IwmXdWt5JwcUfy2bvLOCUtz5UniaN/Zx5aFttZYbYc7O/A==",
+ "version": "4.3.6",
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
"dev": true,
"license": "MIT",
"funding": {
diff --git a/src/shield/TypeScript/package.json b/src/shield/TypeScript/package.json
index 3c66a57..586d823 100644
--- a/src/shield/TypeScript/package.json
+++ b/src/shield/TypeScript/package.json
@@ -1,6 +1,6 @@
{
"name": "@shi-corp/sdk-shield",
- "version": "3.0.10",
+ "version": "3.2.0",
"type": "module",
"main": "bin/index.js",
"description": "SDK client used to interface with the SHIELD application.",
@@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
},
- "packageManager": "npm@11.7.0",
+ "packageManager": "npm@11.8.0",
"devEngines": {
"runtime": {
"name": "node",
@@ -44,34 +44,174 @@
},
"devDependencies": {
"@azure/core-auth": "~1.10.1",
- "@shi-corp/development-utilities": "^2.1.0",
- "@types/node": "~25.0.3",
+ "@shi-corp/development-utilities": "~2.2.0",
+ "@types/node": "~25.0.10",
"ts-patch": "~3.3.0",
"typescript": "~5.9.3"
},
"dependencies": {
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
- "typia": "~11.0.0"
+ "typia": "~11.0.3"
},
"overrides": {
+ "array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
+ "array-includes": "npm:@socketregistry/array-includes@^1",
+ "array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
+ "array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
+ "array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
+ "array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
+ "array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
+ "arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
+ "available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
+ "define-properties": "npm:@socketregistry/define-properties@^1",
+ "es-define-property": "npm:@socketregistry/es-define-property@^1",
+ "es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
+ "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
+ "for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
+ "function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
+ "functions-have-names": "npm:@socketregistry/functions-have-names@^1",
+ "get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
+ "globalthis": "npm:@socketregistry/globalthis@^1",
+ "gopd": "npm:@socketregistry/gopd@^1",
+ "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
+ "has-proto": "npm:@socketregistry/has-proto@^1",
+ "has-symbols": "npm:@socketregistry/has-symbols@^1",
+ "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
+ "internal-slot": "npm:@socketregistry/internal-slot@^1",
+ "is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
+ "is-bigint": "npm:@socketregistry/is-bigint@^1",
+ "is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
+ "is-date-object": "npm:@socketregistry/is-date-object@^1",
+ "is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
+ "is-map": "npm:@socketregistry/is-map@^1",
+ "is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
+ "is-number-object": "npm:@socketregistry/is-number-object@^1",
+ "is-regex": "npm:@socketregistry/is-regex@^1",
+ "is-set": "npm:@socketregistry/is-set@^1",
+ "is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
+ "is-string": "npm:@socketregistry/is-string@^1",
+ "is-symbol": "npm:@socketregistry/is-symbol@^1",
+ "is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
+ "is-weakmap": "npm:@socketregistry/is-weakmap@^1",
+ "is-weakref": "npm:@socketregistry/is-weakref@^1",
+ "is-weakset": "npm:@socketregistry/is-weakset@^1",
+ "isarray": "npm:@socketregistry/isarray@^1",
+ "iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
+ "object-assign": "npm:@socketregistry/object-assign@^1",
+ "object-keys": "npm:@socketregistry/object-keys@^1",
+ "object.assign": "npm:@socketregistry/object.assign@^1",
+ "object.entries": "npm:@socketregistry/object.entries@^1",
+ "object.fromentries": "npm:@socketregistry/object.fromentries@^1",
+ "object.groupby": "npm:@socketregistry/object.groupby@^1",
+ "object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
+ "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
+ "regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
+ "safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
- "safer-buffer": "npm:@socketregistry/safer-buffer@^1"
+ "safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
+ "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
+ "set-function-length": "npm:@socketregistry/set-function-length@^1",
+ "side-channel": "npm:@socketregistry/side-channel@^1",
+ "string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
+ "string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
+ "string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
+ "string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
+ "string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
+ "string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
+ "typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
+ "typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
+ "typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
+ "typed-array-length": "npm:@socketregistry/typed-array-length@^1",
+ "unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
+ "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
+ "which-collection": "npm:@socketregistry/which-collection@^1",
+ "which-typed-array": "npm:@socketregistry/which-typed-array@^1"
},
"resolutions": {
+ "array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
+ "array-includes": "npm:@socketregistry/array-includes@^1",
+ "array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
+ "array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
+ "array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
+ "array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
+ "array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
+ "arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
+ "available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
+ "define-properties": "npm:@socketregistry/define-properties@^1",
+ "es-define-property": "npm:@socketregistry/es-define-property@^1",
+ "es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
+ "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
+ "for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
+ "function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
+ "functions-have-names": "npm:@socketregistry/functions-have-names@^1",
+ "get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
+ "globalthis": "npm:@socketregistry/globalthis@^1",
+ "gopd": "npm:@socketregistry/gopd@^1",
+ "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
+ "has-proto": "npm:@socketregistry/has-proto@^1",
+ "has-symbols": "npm:@socketregistry/has-symbols@^1",
+ "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
+ "internal-slot": "npm:@socketregistry/internal-slot@^1",
+ "is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
+ "is-bigint": "npm:@socketregistry/is-bigint@^1",
+ "is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
+ "is-date-object": "npm:@socketregistry/is-date-object@^1",
+ "is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
+ "is-map": "npm:@socketregistry/is-map@^1",
+ "is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
+ "is-number-object": "npm:@socketregistry/is-number-object@^1",
+ "is-regex": "npm:@socketregistry/is-regex@^1",
+ "is-set": "npm:@socketregistry/is-set@^1",
+ "is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
+ "is-string": "npm:@socketregistry/is-string@^1",
+ "is-symbol": "npm:@socketregistry/is-symbol@^1",
+ "is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
+ "is-weakmap": "npm:@socketregistry/is-weakmap@^1",
+ "is-weakref": "npm:@socketregistry/is-weakref@^1",
+ "is-weakset": "npm:@socketregistry/is-weakset@^1",
+ "isarray": "npm:@socketregistry/isarray@^1",
+ "iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
+ "object-assign": "npm:@socketregistry/object-assign@^1",
+ "object-keys": "npm:@socketregistry/object-keys@^1",
+ "object.assign": "npm:@socketregistry/object.assign@^1",
+ "object.entries": "npm:@socketregistry/object.entries@^1",
+ "object.fromentries": "npm:@socketregistry/object.fromentries@^1",
+ "object.groupby": "npm:@socketregistry/object.groupby@^1",
+ "object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
+ "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
+ "regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
+ "safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
- "safer-buffer": "npm:@socketregistry/safer-buffer@^1"
+ "safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
+ "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
+ "set-function-length": "npm:@socketregistry/set-function-length@^1",
+ "side-channel": "npm:@socketregistry/side-channel@^1",
+ "string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
+ "string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
+ "string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
+ "string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
+ "string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
+ "string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
+ "typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
+ "typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
+ "typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
+ "typed-array-length": "npm:@socketregistry/typed-array-length@^1",
+ "unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
+ "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
+ "which-collection": "npm:@socketregistry/which-collection@^1",
+ "which-typed-array": "npm:@socketregistry/which-typed-array@^1"
}
}
diff --git a/src/urlShortener/TypeScript/package-lock.json b/src/urlShortener/TypeScript/package-lock.json
index 80bbe4a..c177bbd 100644
--- a/src/urlShortener/TypeScript/package-lock.json
+++ b/src/urlShortener/TypeScript/package-lock.json
@@ -11,12 +11,12 @@
"dependencies": {
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
- "typia": "~11.0.0"
+ "typia": "~11.0.3"
},
"devDependencies": {
"@azure/core-auth": "~1.10.1",
- "@shi-corp/development-utilities": "^2.1.0",
- "@types/node": "~25.0.3",
+ "@shi-corp/development-utilities": "~2.2.0",
+ "@types/node": "~25.0.10",
"ts-patch": "~3.3.0",
"typescript": "~5.9.3"
}
@@ -62,13 +62,13 @@
}
},
"node_modules/@babel/code-frame": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
- "integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.28.6.tgz",
+ "integrity": "sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-validator-identifier": "^7.27.1",
+ "@babel/helper-validator-identifier": "^7.28.5",
"js-tokens": "^4.0.0",
"picocolors": "^1.1.1"
},
@@ -77,9 +77,9 @@
}
},
"node_modules/@babel/compat-data": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.5.tgz",
- "integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.6.tgz",
+ "integrity": "sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -87,21 +87,21 @@
}
},
"node_modules/@babel/core": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.5.tgz",
- "integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.6.tgz",
+ "integrity": "sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.5",
- "@babel/helper-compilation-targets": "^7.27.2",
- "@babel/helper-module-transforms": "^7.28.3",
- "@babel/helpers": "^7.28.4",
- "@babel/parser": "^7.28.5",
- "@babel/template": "^7.27.2",
- "@babel/traverse": "^7.28.5",
- "@babel/types": "^7.28.5",
+ "@babel/code-frame": "^7.28.6",
+ "@babel/generator": "^7.28.6",
+ "@babel/helper-compilation-targets": "^7.28.6",
+ "@babel/helper-module-transforms": "^7.28.6",
+ "@babel/helpers": "^7.28.6",
+ "@babel/parser": "^7.28.6",
+ "@babel/template": "^7.28.6",
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6",
"@jridgewell/remapping": "^2.3.5",
"convert-source-map": "^2.0.0",
"debug": "^4.1.0",
@@ -118,14 +118,14 @@
}
},
"node_modules/@babel/generator": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.5.tgz",
- "integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.6.tgz",
+ "integrity": "sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/parser": "^7.28.5",
- "@babel/types": "^7.28.5",
+ "@babel/parser": "^7.28.6",
+ "@babel/types": "^7.28.6",
"@jridgewell/gen-mapping": "^0.3.12",
"@jridgewell/trace-mapping": "^0.3.28",
"jsesc": "^3.0.2"
@@ -135,13 +135,13 @@
}
},
"node_modules/@babel/helper-compilation-targets": {
- "version": "7.27.2",
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz",
- "integrity": "sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/compat-data": "^7.27.2",
+ "@babel/compat-data": "^7.28.6",
"@babel/helper-validator-option": "^7.27.1",
"browserslist": "^4.24.0",
"lru-cache": "^5.1.1",
@@ -162,29 +162,29 @@
}
},
"node_modules/@babel/helper-module-imports": {
- "version": "7.27.1",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz",
- "integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/traverse": "^7.27.1",
- "@babel/types": "^7.27.1"
+ "@babel/traverse": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/helper-module-transforms": {
- "version": "7.28.3",
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz",
- "integrity": "sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/helper-module-imports": "^7.27.1",
- "@babel/helper-validator-identifier": "^7.27.1",
- "@babel/traverse": "^7.28.3"
+ "@babel/helper-module-imports": "^7.28.6",
+ "@babel/helper-validator-identifier": "^7.28.5",
+ "@babel/traverse": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
@@ -224,27 +224,27 @@
}
},
"node_modules/@babel/helpers": {
- "version": "7.28.4",
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz",
- "integrity": "sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.6.tgz",
+ "integrity": "sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.4"
+ "@babel/template": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/parser": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz",
- "integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.6.tgz",
+ "integrity": "sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/types": "^7.28.5"
+ "@babel/types": "^7.28.6"
},
"bin": {
"parser": "bin/babel-parser.js"
@@ -254,33 +254,33 @@
}
},
"node_modules/@babel/template": {
- "version": "7.27.2",
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz",
- "integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/parser": "^7.27.2",
- "@babel/types": "^7.27.1"
+ "@babel/code-frame": "^7.28.6",
+ "@babel/parser": "^7.28.6",
+ "@babel/types": "^7.28.6"
},
"engines": {
"node": ">=6.9.0"
}
},
"node_modules/@babel/traverse": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.5.tgz",
- "integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.6.tgz",
+ "integrity": "sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@babel/code-frame": "^7.27.1",
- "@babel/generator": "^7.28.5",
+ "@babel/code-frame": "^7.28.6",
+ "@babel/generator": "^7.28.6",
"@babel/helper-globals": "^7.28.0",
- "@babel/parser": "^7.28.5",
- "@babel/template": "^7.27.2",
- "@babel/types": "^7.28.5",
+ "@babel/parser": "^7.28.6",
+ "@babel/template": "^7.28.6",
+ "@babel/types": "^7.28.6",
"debug": "^4.3.1"
},
"engines": {
@@ -288,9 +288,9 @@
}
},
"node_modules/@babel/types": {
- "version": "7.28.5",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz",
- "integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
+ "version": "7.28.6",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.6.tgz",
+ "integrity": "sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -302,9 +302,9 @@
}
},
"node_modules/@emnapi/core": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz",
- "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",
+ "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",
"dev": true,
"license": "MIT",
"optional": true,
@@ -314,9 +314,9 @@
}
},
"node_modules/@emnapi/runtime": {
- "version": "1.7.1",
- "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz",
- "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.8.1.tgz",
+ "integrity": "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==",
"dev": true,
"license": "MIT",
"optional": true,
@@ -336,20 +336,20 @@
}
},
"node_modules/@es-joy/jsdoccomment": {
- "version": "0.76.0",
- "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.76.0.tgz",
- "integrity": "sha512-g+RihtzFgGTx2WYCuTHbdOXJeAlGnROws0TeALx9ow/ZmOROOZkVg5wp/B44n0WJgI4SQFP1eWM2iRPlU2Y14w==",
+ "version": "0.81.0",
+ "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.81.0.tgz",
+ "integrity": "sha512-4V4A0hFAB19id7w9iwiosV/rqwlH+PXEuYnnu1Cyc5jUjTwsE2G1qsX9TOCmfCmsWYBg6xeDC/XDFUzXAxDg3A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.8",
- "@typescript-eslint/types": "^8.46.0",
- "comment-parser": "1.4.1",
- "esquery": "^1.6.0",
- "jsdoc-type-pratt-parser": "~6.10.0"
+ "@typescript-eslint/types": "^8.53.0",
+ "comment-parser": "1.4.4",
+ "esquery": "^1.7.0",
+ "jsdoc-type-pratt-parser": "~7.0.0"
},
"engines": {
- "node": ">=20.11.0"
+ "node": "^20.19.0 || ^22.13.0 || >=24"
}
},
"node_modules/@es-joy/resolve.exports": {
@@ -432,7 +432,7 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/config-helpers/node_modules/@eslint/core": {
+ "node_modules/@eslint/core": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
@@ -445,19 +445,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/core": {
- "version": "0.16.0",
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
- "integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@types/json-schema": "^7.0.15"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
"node_modules/@eslint/eslintrc": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
@@ -483,9 +470,9 @@
}
},
"node_modules/@eslint/js": {
- "version": "9.38.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
- "integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
+ "version": "9.39.2",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
+ "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -519,19 +506,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
- "node_modules/@eslint/plugin-kit/node_modules/@eslint/core": {
- "version": "0.17.0",
- "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
- "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
- "dev": true,
- "license": "Apache-2.0",
- "dependencies": {
- "@types/json-schema": "^7.0.15"
- },
- "engines": {
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
- }
- },
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
@@ -758,9 +732,9 @@
}
},
"node_modules/@next/eslint-plugin-next": {
- "version": "16.0.10",
- "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.0.10.tgz",
- "integrity": "sha512-b2NlWN70bbPLmfyoLvvidPKWENBYYIe017ZGUpElvQjDytCWgxPJx7L9juxHt0xHvNVA08ZHJdOyhGzon/KJuw==",
+ "version": "16.1.5",
+ "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.1.5.tgz",
+ "integrity": "sha512-gUWcEsOl+1W7XakmouClcJ0TNFCkblvDUho31wulbDY9na0C6mGtBTSXGRU5GXJY65GjGj0zNaCD/GaBp888Mg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -832,26 +806,26 @@
"license": "MIT"
},
"node_modules/@samchon/openapi": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-6.0.0.tgz",
- "integrity": "sha512-6HnP9gf+RfdEYVuoqv9CCIHyZvSq2wktu8LuFdwzS8fTif+/cp6dN15oWmeGM6e+k3zn5H7LBepaU22pr3YiAg==",
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/@samchon/openapi/-/openapi-6.0.1.tgz",
+ "integrity": "sha512-+nkznmCf/6YavoVkvWg60YoC0UbXY/oK9uMZReyrFcIcXecf+YoWmOLUg+TlgHi+h+6DPgRy6zRkZfiRd3uRnA==",
"license": "MIT"
},
"node_modules/@shi-corp/development-utilities": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/@shi-corp/development-utilities/-/development-utilities-2.1.0.tgz",
- "integrity": "sha512-y4tLpVUkxNllfssEUGhI4H8wu1OTd6mN9s3jdkYrZmtF4WL+gfeG6GslpHisTRkTBscgmyHHUYliN6Busx5aAQ==",
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/@shi-corp/development-utilities/-/development-utilities-2.2.0.tgz",
+ "integrity": "sha512-3Ku2PEBdrCVc2EgBy+NdAVMB3ERmpdtLGzofnBu4qcpfBus5GfEmwhS2xmbDnL+2XxfGkVUMlh83CvqVNPbXPg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint/js": "~9.38.0",
- "@stylistic/eslint-plugin": "~5.5.0",
- "eslint": "~9.38.0",
- "eslint-config-next": "~16.0.0",
- "eslint-plugin-jsdoc": "~61.1.9",
+ "@eslint/js": "~9.39.2",
+ "@stylistic/eslint-plugin": "~5.7.0",
+ "eslint": "~9.39.2",
+ "eslint-config-next": "~16.1.3",
+ "eslint-plugin-jsdoc": "~62.1.0",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~7.0.1",
- "typescript-eslint": "~8.46.2"
+ "typescript-eslint": "~8.53.0"
},
"engines": {
"node": ">=22.17.0"
@@ -883,14 +857,14 @@
"license": "Apache-2.0"
},
"node_modules/@stylistic/eslint-plugin": {
- "version": "5.5.0",
- "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.5.0.tgz",
- "integrity": "sha512-IeZF+8H0ns6prg4VrkhgL+yrvDXWDH2cKchrbh80ejG9dQgZWp10epHMbgRuQvgchLII/lfh6Xn3lu6+6L86Hw==",
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz",
+ "integrity": "sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.9.0",
- "@typescript-eslint/types": "^8.46.1",
+ "@eslint-community/eslint-utils": "^4.9.1",
+ "@typescript-eslint/types": "^8.53.1",
"eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"estraverse": "^5.3.0",
@@ -936,9 +910,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
- "version": "25.0.3",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
- "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
+ "version": "25.0.10",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz",
+ "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==",
"devOptional": true,
"license": "MIT",
"dependencies": {
@@ -946,21 +920,20 @@
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.4.tgz",
- "integrity": "sha512-R48VhmTJqplNyDxCyqqVkFSZIx1qX6PzwqgcXn1olLrzxcSBDlOsbtcnQuQhNtnNiJ4Xe5gREI1foajYaYU2Vg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.53.1.tgz",
+ "integrity": "sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/regexpp": "^4.10.0",
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/type-utils": "8.46.4",
- "@typescript-eslint/utils": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "graphemer": "^1.4.0",
- "ignore": "^7.0.0",
+ "@eslint-community/regexpp": "^4.12.2",
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/type-utils": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "ignore": "^7.0.5",
"natural-compare": "^1.4.0",
- "ts-api-utils": "^2.1.0"
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -970,7 +943,7 @@
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
- "@typescript-eslint/parser": "^8.46.4",
+ "@typescript-eslint/parser": "^8.53.1",
"eslint": "^8.57.0 || ^9.0.0",
"typescript": ">=4.8.4 <6.0.0"
}
@@ -986,17 +959,17 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.46.4.tgz",
- "integrity": "sha512-tK3GPFWbirvNgsNKto+UmB/cRtn6TZfyw0D6IKrW55n6Vbs7KJoZtI//kpTKzE/DUmmnAFD8/Ca46s7Obs92/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.53.1.tgz",
+ "integrity": "sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "debug": "^4.3.4"
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "debug": "^4.4.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1011,9 +984,9 @@
}
},
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1025,15 +998,15 @@
}
},
"node_modules/@typescript-eslint/project-service": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.46.4.tgz",
- "integrity": "sha512-nPiRSKuvtTN+no/2N1kt2tUh/HoFzeEgOm9fQ6XQk4/ApGqjx0zFIIaLJ6wooR1HIoozvj2j6vTi/1fgAz7UYQ==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.53.1.tgz",
+ "integrity": "sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/tsconfig-utils": "^8.46.4",
- "@typescript-eslint/types": "^8.46.4",
- "debug": "^4.3.4"
+ "@typescript-eslint/tsconfig-utils": "^8.53.1",
+ "@typescript-eslint/types": "^8.53.1",
+ "debug": "^4.4.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1047,14 +1020,14 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.4.tgz",
- "integrity": "sha512-tMDbLGXb1wC+McN1M6QeDx7P7c0UWO5z9CXqp7J8E+xGcJuUuevWKxuG8j41FoweS3+L41SkyKKkia16jpX7CA==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.53.1.tgz",
+ "integrity": "sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4"
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1065,9 +1038,9 @@
}
},
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1079,9 +1052,9 @@
}
},
"node_modules/@typescript-eslint/tsconfig-utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.4.tgz",
- "integrity": "sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.53.1.tgz",
+ "integrity": "sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1096,17 +1069,17 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.46.4.tgz",
- "integrity": "sha512-V4QC8h3fdT5Wro6vANk6eojqfbv5bpwHuMsBcJUJkqs2z5XnYhJzyz9Y02eUmF9u3PgXEUiOt4w4KHR3P+z0PQ==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.53.1.tgz",
+ "integrity": "sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/utils": "8.46.4",
- "debug": "^4.3.4",
- "ts-api-utils": "^2.1.0"
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1",
+ "debug": "^4.4.3",
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1121,9 +1094,9 @@
}
},
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1135,9 +1108,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "8.51.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.51.0.tgz",
- "integrity": "sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==",
+ "version": "8.54.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.54.0.tgz",
+ "integrity": "sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1149,22 +1122,21 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.4.tgz",
- "integrity": "sha512-7oV2qEOr1d4NWNmpXLR35LvCfOkTNymY9oyW+lUHkmCno7aOmIf/hMaydnJBUTBMRCOGZh8YjkFOc8dadEoNGA==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.53.1.tgz",
+ "integrity": "sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/project-service": "8.46.4",
- "@typescript-eslint/tsconfig-utils": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/visitor-keys": "8.46.4",
- "debug": "^4.3.4",
- "fast-glob": "^3.3.2",
- "is-glob": "^4.0.3",
- "minimatch": "^9.0.4",
- "semver": "^7.6.0",
- "ts-api-utils": "^2.1.0"
+ "@typescript-eslint/project-service": "8.53.1",
+ "@typescript-eslint/tsconfig-utils": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/visitor-keys": "8.53.1",
+ "debug": "^4.4.3",
+ "minimatch": "^9.0.5",
+ "semver": "^7.7.3",
+ "tinyglobby": "^0.2.15",
+ "ts-api-utils": "^2.4.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1178,9 +1150,9 @@
}
},
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1201,36 +1173,6 @@
"balanced-match": "^1.0.0"
}
},
- "node_modules/@typescript-eslint/typescript-estree/node_modules/fast-glob": {
- "version": "3.3.3",
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@nodelib/fs.stat": "^2.0.2",
- "@nodelib/fs.walk": "^1.2.3",
- "glob-parent": "^5.1.2",
- "merge2": "^1.3.0",
- "micromatch": "^4.0.8"
- },
- "engines": {
- "node": ">=8.6.0"
- }
- },
- "node_modules/@typescript-eslint/typescript-estree/node_modules/glob-parent": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
- "license": "ISC",
- "dependencies": {
- "is-glob": "^4.0.1"
- },
- "engines": {
- "node": ">= 6"
- }
- },
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -1261,16 +1203,16 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.4.tgz",
- "integrity": "sha512-AbSv11fklGXV6T28dp2Me04Uw90R2iJ30g2bgLz529Koehrmkbs1r7paFqr1vPCZi7hHwYxYtxfyQMRC8QaVSg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.53.1.tgz",
+ "integrity": "sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@eslint-community/eslint-utils": "^4.7.0",
- "@typescript-eslint/scope-manager": "8.46.4",
- "@typescript-eslint/types": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4"
+ "@eslint-community/eslint-utils": "^4.9.1",
+ "@typescript-eslint/scope-manager": "8.53.1",
+ "@typescript-eslint/types": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -1285,9 +1227,9 @@
}
},
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1299,13 +1241,13 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.4.tgz",
- "integrity": "sha512-/++5CYLQqsO9HFGLI7APrxBJYo+5OCMpViuhV8q5/Qa3o5mMrF//eQHks+PXcsAVaLdn817fMuS7zqoXNNZGaw==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.53.1.tgz",
+ "integrity": "sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/types": "8.46.4",
+ "@typescript-eslint/types": "8.53.1",
"eslint-visitor-keys": "^4.2.1"
},
"engines": {
@@ -1317,9 +1259,9 @@
}
},
"node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.4.tgz",
- "integrity": "sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.53.1.tgz",
+ "integrity": "sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -1728,44 +1670,15 @@
"node": ">= 0.4"
}
},
- "node_modules/array-buffer-byte-length": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
- "integrity": "sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "is-array-buffer": "^3.0.5"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/array-includes": {
- "version": "3.1.9",
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.9.tgz",
- "integrity": "sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==",
+ "name": "@socketregistry/array-includes",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array-includes/-/array-includes-1.0.9.tgz",
+ "integrity": "sha512-zHEi6x6X3y6SLJebqF35ArIbue461teN6pmVD9xfg/UVNfDWj2X8bfIe2OyDLm0ypJtS7oVyeIQUNfsWlZm9lw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.24.0",
- "es-object-atoms": "^1.1.1",
- "get-intrinsic": "^1.3.0",
- "is-string": "^1.1.1",
- "math-intrinsics": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array-timsort": {
@@ -1775,123 +1688,58 @@
"license": "MIT"
},
"node_modules/array.prototype.findlast": {
- "version": "1.2.5",
- "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
- "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
+ "name": "@socketregistry/array.prototype.findlast",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.findlast/-/array.prototype.findlast-1.0.9.tgz",
+ "integrity": "sha512-jLYny0cZl+uoQLl1NfNsPF3X1Fmp8erx6pKu4haYHvgQSbI4HaJ4K4+hilwpo1dIa89AbhtdOg1k7nl1sjkTcg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.findlastindex": {
- "version": "1.2.6",
- "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz",
- "integrity": "sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==",
+ "name": "@socketregistry/array.prototype.findlastindex",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.findlastindex/-/array.prototype.findlastindex-1.0.9.tgz",
+ "integrity": "sha512-O926AKxBTuO/csbBu8mvmsWceQYNyXWFWfYON2SKwqH24KSpuB7Cp9u8cmwkHntNtgg97LPQzykCgnrn5eXFlg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.9",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "es-shim-unscopables": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.flat": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz",
- "integrity": "sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==",
+ "name": "@socketregistry/array.prototype.flat",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.flat/-/array.prototype.flat-1.0.9.tgz",
+ "integrity": "sha512-5hliEBY9BujNpOVT8GjW7eP4ikKtrQLxSMnpYXn3dDaBgX4UarlWP1YTEu9gxs+idaL+/HcDhZnMYq4A1B/jlg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.flatmap": {
- "version": "1.3.3",
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz",
- "integrity": "sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==",
+ "name": "@socketregistry/array.prototype.flatmap",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.flatmap/-/array.prototype.flatmap-1.0.9.tgz",
+ "integrity": "sha512-ZTd9Itahi0ILwe1dWzYvfiY+yM83y5SI4B6jH7ZVdv6v7QGGKLQDYyPGEiSzkpYx5yjW5zSEvFwU1dZhDkF2zA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-shim-unscopables": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/array.prototype.tosorted": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz",
- "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.3",
- "es-errors": "^1.3.0",
- "es-shim-unscopables": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/arraybuffer.prototype.slice": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz",
- "integrity": "sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==",
+ "name": "@socketregistry/array.prototype.tosorted",
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/@socketregistry/array.prototype.tosorted/-/array.prototype.tosorted-1.0.10.tgz",
+ "integrity": "sha512-wW7/WqOz6G6BELtIo+IdlczgIPCcbc6wbC3uCMAcx5HYaZ2u0lVYFgKdzWRvpu1n1iGqJ/ixk0e0P1g8iUWGHw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.1",
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "is-array-buffer": "^3.0.4"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/ast-types-flow": {
@@ -1901,36 +1749,10 @@
"dev": true,
"license": "MIT"
},
- "node_modules/async-function": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/async-function/-/async-function-1.0.0.tgz",
- "integrity": "sha512-hsU18Ae8CDTR6Kgu9DYf0EbCr/a5iGL0rytQDobUcdpYOKokk8LEjVphnXkDkgpi0wYVsqrXuP0bZxJaTqdgoA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/available-typed-arrays": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
- "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "possible-typed-array-names": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/axe-core": {
- "version": "4.11.0",
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.0.tgz",
- "integrity": "sha512-ilYanEU8vxxBexpJd8cWM4ElSQq4QctCLKih0TSfjIfCQTeyH/6zVrmIJfLPrKTKJRbiG+cfnZbQIjAlJmF1jQ==",
+ "version": "4.11.1",
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.1.tgz",
+ "integrity": "sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==",
"dev": true,
"license": "MPL-2.0",
"engines": {
@@ -1975,9 +1797,9 @@
"license": "MIT"
},
"node_modules/baseline-browser-mapping": {
- "version": "2.9.11",
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
- "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
+ "version": "2.9.18",
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.18.tgz",
+ "integrity": "sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@@ -2077,56 +1899,6 @@
"ieee754": "^1.1.13"
}
},
- "node_modules/call-bind": {
- "version": "1.0.8",
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
- "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.0",
- "es-define-property": "^1.0.0",
- "get-intrinsic": "^1.2.4",
- "set-function-length": "^1.2.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/call-bind-apply-helpers": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
- "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/call-bound": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
- "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "get-intrinsic": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
@@ -2138,9 +1910,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001762",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz",
- "integrity": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==",
+ "version": "1.0.30001766",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
+ "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
"dev": true,
"funding": [
{
@@ -2264,9 +2036,9 @@
}
},
"node_modules/comment-parser": {
- "version": "1.4.1",
- "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz",
- "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==",
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.4.tgz",
+ "integrity": "sha512-0D6qSQ5IkeRrGJFHRClzaMOenMeT0gErz3zIw3AprKMqhRN6LNU2jQOdkPG/FZ+8bCgXE1VidrgSzlBBDZRr8A==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2315,60 +2087,6 @@
"dev": true,
"license": "BSD-2-Clause"
},
- "node_modules/data-view-buffer": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.2.tgz",
- "integrity": "sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/data-view-byte-length": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.2.tgz",
- "integrity": "sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/inspect-js"
- }
- },
- "node_modules/data-view-byte-offset": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.1.tgz",
- "integrity": "sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-data-view": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
@@ -2405,42 +2123,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/define-data-property": {
- "version": "1.1.4",
- "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
- "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0",
- "es-errors": "^1.3.0",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/define-properties": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
- "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.0.1",
- "has-property-descriptors": "^1.0.0",
- "object-keys": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/doctrine": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
@@ -2463,25 +2145,10 @@
"node": ">=4"
}
},
- "node_modules/dunder-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
- "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.1",
- "es-errors": "^1.3.0",
- "gopd": "^1.2.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/electron-to-chromium": {
- "version": "1.5.267",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
- "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
+ "node_modules/electron-to-chromium": {
+ "version": "1.5.279",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.279.tgz",
+ "integrity": "sha512-0bblUU5UNdOt5G7XqGiJtpZMONma6WAfq9vsFmtn9x1+joAObr6x1chfqyxFSDCAFwFhCQDrqeAr6MYdpwJ9Hg==",
"dev": true,
"license": "ISC"
},
@@ -2492,181 +2159,15 @@
"dev": true,
"license": "MIT"
},
- "node_modules/es-abstract": {
- "version": "1.24.1",
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
- "integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "array-buffer-byte-length": "^1.0.2",
- "arraybuffer.prototype.slice": "^1.0.4",
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "data-view-buffer": "^1.0.2",
- "data-view-byte-length": "^1.0.2",
- "data-view-byte-offset": "^1.0.1",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "es-set-tostringtag": "^2.1.0",
- "es-to-primitive": "^1.3.0",
- "function.prototype.name": "^1.1.8",
- "get-intrinsic": "^1.3.0",
- "get-proto": "^1.0.1",
- "get-symbol-description": "^1.1.0",
- "globalthis": "^1.0.4",
- "gopd": "^1.2.0",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "internal-slot": "^1.1.0",
- "is-array-buffer": "^3.0.5",
- "is-callable": "^1.2.7",
- "is-data-view": "^1.0.2",
- "is-negative-zero": "^2.0.3",
- "is-regex": "^1.2.1",
- "is-set": "^2.0.3",
- "is-shared-array-buffer": "^1.0.4",
- "is-string": "^1.1.1",
- "is-typed-array": "^1.1.15",
- "is-weakref": "^1.1.1",
- "math-intrinsics": "^1.1.0",
- "object-inspect": "^1.13.4",
- "object-keys": "^1.1.1",
- "object.assign": "^4.1.7",
- "own-keys": "^1.0.1",
- "regexp.prototype.flags": "^1.5.4",
- "safe-array-concat": "^1.1.3",
- "safe-push-apply": "^1.0.0",
- "safe-regex-test": "^1.1.0",
- "set-proto": "^1.0.0",
- "stop-iteration-iterator": "^1.1.0",
- "string.prototype.trim": "^1.2.10",
- "string.prototype.trimend": "^1.0.9",
- "string.prototype.trimstart": "^1.0.8",
- "typed-array-buffer": "^1.0.3",
- "typed-array-byte-length": "^1.0.3",
- "typed-array-byte-offset": "^1.0.4",
- "typed-array-length": "^1.0.7",
- "unbox-primitive": "^1.1.0",
- "which-typed-array": "^1.1.19"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/es-define-property": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
- "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-errors": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
- "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/es-iterator-helpers": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.2.2.tgz",
- "integrity": "sha512-BrUQ0cPTB/IwXj23HtwHjS9n7O4h9FX94b4xc5zlTHxeLgTAdzYUDyy6KdExAl9lbN5rtfe44xpjpmj9grxs5w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.24.1",
- "es-errors": "^1.3.0",
- "es-set-tostringtag": "^2.1.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.3.0",
- "globalthis": "^1.0.4",
- "gopd": "^1.2.0",
- "has-property-descriptors": "^1.0.2",
- "has-proto": "^1.2.0",
- "has-symbols": "^1.1.0",
- "internal-slot": "^1.1.0",
- "iterator.prototype": "^1.1.5",
- "safe-array-concat": "^1.1.3"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-object-atoms": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
- "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-set-tostringtag": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
- "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-shim-unscopables": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz",
- "integrity": "sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/es-to-primitive": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.0.tgz",
- "integrity": "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==",
+ "name": "@socketregistry/es-iterator-helpers",
+ "version": "1.0.14",
+ "resolved": "https://registry.npmjs.org/@socketregistry/es-iterator-helpers/-/es-iterator-helpers-1.0.14.tgz",
+ "integrity": "sha512-LJ5cpQ7d17y82xQEjwAAkwW8/MLDjzvRlibVC8D1fyQWxtT+jb1X+Ged97mT3F+YDXC55aPfDExNezbNharcsw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7",
- "is-date-object": "^1.0.5",
- "is-symbol": "^1.0.4"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/escalade": {
@@ -2693,20 +2194,20 @@
}
},
"node_modules/eslint": {
- "version": "9.38.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
- "integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
+ "version": "9.39.2",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
+ "integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.8.0",
"@eslint-community/regexpp": "^4.12.1",
"@eslint/config-array": "^0.21.1",
- "@eslint/config-helpers": "^0.4.1",
- "@eslint/core": "^0.16.0",
+ "@eslint/config-helpers": "^0.4.2",
+ "@eslint/core": "^0.17.0",
"@eslint/eslintrc": "^3.3.1",
- "@eslint/js": "9.38.0",
- "@eslint/plugin-kit": "^0.4.0",
+ "@eslint/js": "9.39.2",
+ "@eslint/plugin-kit": "^0.4.1",
"@humanfs/node": "^0.16.6",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.4.2",
@@ -2753,13 +2254,13 @@
}
},
"node_modules/eslint-config-next": {
- "version": "16.0.10",
- "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.0.10.tgz",
- "integrity": "sha512-BxouZUm0I45K4yjOOIzj24nTi0H2cGo0y7xUmk+Po/PYtJXFBYVDS1BguE7t28efXjKdcN0tmiLivxQy//SsZg==",
+ "version": "16.1.5",
+ "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.1.5.tgz",
+ "integrity": "sha512-XwXyv65DC1HXI3gMxm13jvgx0IxKu6XhZhIWTfCDt4c45njHYUM2pk1Y8QXMAWMMnqPy94I2OLMmvIrNGcwLwQ==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@next/eslint-plugin-next": "16.0.10",
+ "@next/eslint-plugin-next": "16.1.5",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.32.0",
@@ -2922,20 +2423,20 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
- "version": "61.1.12",
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-61.1.12.tgz",
- "integrity": "sha512-CGJTnltz7ovwOW33xYhvA4fMuriPZpR5OnJf09SV28iU2IUpJwMd6P7zvUK8Sl56u5YzO+1F9m46wpSs2dufEw==",
+ "version": "62.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.1.0.tgz",
+ "integrity": "sha512-HEK/u7FO/hPDNo5ERxru7OouIx6AVBjjNbNQCsq4CxQBtRxb9esr8PuxX2zy0zAdGJnfczg3+zytnkKWjsKWwQ==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
- "@es-joy/jsdoccomment": "~0.76.0",
+ "@es-joy/jsdoccomment": "~0.81.0",
"@es-joy/resolve.exports": "1.2.0",
"are-docs-informative": "^0.0.2",
- "comment-parser": "1.4.1",
+ "comment-parser": "1.4.4",
"debug": "^4.4.3",
"escape-string-regexp": "^4.0.0",
- "espree": "^10.4.0",
- "esquery": "^1.6.0",
+ "espree": "^11.0.0",
+ "esquery": "^1.7.0",
"html-entities": "^2.6.0",
"object-deep-merge": "^2.0.0",
"parse-imports-exports": "^0.2.4",
@@ -2944,12 +2445,43 @@
"to-valid-identifier": "^1.0.0"
},
"engines": {
- "node": ">=20.11.0"
+ "node": "^20.19.0 || ^22.13.0 || >=24"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
}
},
+ "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz",
+ "integrity": "sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==",
+ "dev": true,
+ "license": "Apache-2.0",
+ "engines": {
+ "node": "^20.19.0 || ^22.13.0 || >=24"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-plugin-jsdoc/node_modules/espree": {
+ "version": "11.1.0",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-11.1.0.tgz",
+ "integrity": "sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==",
+ "dev": true,
+ "license": "BSD-2-Clause",
+ "dependencies": {
+ "acorn": "^8.15.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^5.0.0"
+ },
+ "engines": {
+ "node": "^20.19.0 || ^22.13.0 || >=24"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
"node_modules/eslint-plugin-jsdoc/node_modules/semver": {
"version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
@@ -3338,74 +2870,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/for-each": {
- "version": "0.3.5",
- "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
- "integrity": "sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/function-bind": {
- "name": "@socketregistry/function-bind",
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/@socketregistry/function-bind/-/function-bind-1.0.7.tgz",
- "integrity": "sha512-i3Z9BcuHGaMGv8nbcAsVW1tWXxAyjiiBrN3XHUHXsrLvI5auMctY7xHeoBOEIS97xihAdACM/Q3S0h+dhMu7YA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">=18"
- }
- },
- "node_modules/function.prototype.name": {
- "version": "1.1.8",
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.8.tgz",
- "integrity": "sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "functions-have-names": "^1.2.3",
- "hasown": "^2.0.2",
- "is-callable": "^1.2.7"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/functions-have-names": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
- "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
- "dev": true,
- "license": "MIT",
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/generator-function": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/generator-function/-/generator-function-2.0.1.tgz",
- "integrity": "sha512-SFdFmIJi+ybC0vjlHN0ZGVGHc3lgE0DxPAT0djjVg+kjOnSqclqmj0KQ7ykTOLP6YxoqOvuAODGdcHJn+43q3g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/gensync": {
"version": "1.0.0-beta.2",
"resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
@@ -3416,63 +2880,6 @@
"node": ">=6.9.0"
}
},
- "node_modules/get-intrinsic": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
- "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind-apply-helpers": "^1.0.2",
- "es-define-property": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.1.1",
- "function-bind": "^1.1.2",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "hasown": "^2.0.2",
- "math-intrinsics": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/get-proto": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
- "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/get-symbol-description": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
- "integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/get-tsconfig": {
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.13.0.tgz",
@@ -3553,56 +2960,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/globalthis": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
- "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-properties": "^1.2.1",
- "gopd": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/gopd": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
- "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/graphemer": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
- "dev": true,
- "license": "MIT"
- },
- "node_modules/has-bigints": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
- "integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -3612,64 +2969,6 @@
"node": ">=8"
}
},
- "node_modules/has-property-descriptors": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
- "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-define-property": "^1.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-proto": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz",
- "integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-symbols": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
- "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/has-tostringtag": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
- "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-symbols": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/hasown": {
"name": "@socketregistry/hasown",
"version": "1.0.7",
@@ -3742,9 +3041,9 @@
}
},
"node_modules/iconv-lite": {
- "version": "0.7.1",
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.1.tgz",
- "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
"license": "MIT",
"dependencies": {
"safer-buffer": ">= 2.1.2 < 3.0.0"
@@ -3856,96 +3155,10 @@
"node": ">=12.0.0"
}
},
- "node_modules/internal-slot": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
- "integrity": "sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "hasown": "^2.0.2",
- "side-channel": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/is-array-buffer": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
- "integrity": "sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-async-function": {
- "version": "2.1.1",
- "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.1.1.tgz",
- "integrity": "sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "async-function": "^1.0.0",
- "call-bound": "^1.0.3",
- "get-proto": "^1.0.1",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bigint": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
- "integrity": "sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "has-bigints": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-boolean-object": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
- "integrity": "sha512-wa56o2/ElJMYqjCjGkXri7it5FbebW5usLw/nPmCMs5DeZ7eziSYZhSmPRn0txqeW4LnAmQQU7FgqLpsEFKM4A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-bun-module": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
- "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
+ "node_modules/is-bun-module": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-2.0.0.tgz",
+ "integrity": "sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3965,19 +3178,6 @@
"node": ">=10"
}
},
- "node_modules/is-callable": {
- "version": "1.2.7",
- "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
- "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-core-module": {
"name": "@socketregistry/is-core-module",
"version": "1.0.11",
@@ -3989,41 +3189,6 @@
"node": ">=18"
}
},
- "node_modules/is-data-view": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.2.tgz",
- "integrity": "sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "is-typed-array": "^1.1.13"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-date-object": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
- "integrity": "sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
@@ -4034,22 +3199,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-finalizationregistry": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.1.1.tgz",
- "integrity": "sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -4059,26 +3208,6 @@
"node": ">=8"
}
},
- "node_modules/is-generator-function": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.2.tgz",
- "integrity": "sha512-upqt1SkGkODW9tsGNG5mtXTXtECizwtS2kA161M+gJPc1xdb/Ax629af6YrTwcOeQHbewrPNlE5Dx7kzvXTizA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.4",
- "generator-function": "^2.0.0",
- "get-proto": "^1.0.1",
- "has-tostringtag": "^1.0.2",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -4102,32 +3231,6 @@
"node": ">=18"
}
},
- "node_modules/is-map": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
- "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-negative-zero": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz",
- "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
@@ -4138,122 +3241,6 @@
"node": ">=0.12.0"
}
},
- "node_modules/is-number-object": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
- "integrity": "sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-regex": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
- "integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-set": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
- "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-shared-array-buffer": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
- "integrity": "sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-string": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
- "integrity": "sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-symbol": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
- "integrity": "sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "has-symbols": "^1.1.0",
- "safe-regex-test": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-typed-array": {
- "version": "1.1.15",
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
- "integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/is-unicode-supported": {
"name": "@socketregistry/is-unicode-supported",
"version": "1.0.5",
@@ -4264,59 +3251,6 @@
"node": ">=18"
}
},
- "node_modules/is-weakmap": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
- "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakref": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.1.1.tgz",
- "integrity": "sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/is-weakset": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
- "integrity": "sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "get-intrinsic": "^1.2.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/isarray": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
- "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
- "dev": true,
- "license": "MIT"
- },
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -4324,24 +3258,6 @@
"dev": true,
"license": "ISC"
},
- "node_modules/iterator.prototype": {
- "version": "1.1.5",
- "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.5.tgz",
- "integrity": "sha512-H0dkQoCa3b2VEeKQBOxFph+JAbcrQdE7KC0UkqwpLmv2EC4P41QXP+rqo9wYodACiG5/WM5s9oDApTU8utwj9g==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.6",
- "get-proto": "^1.0.0",
- "has-symbols": "^1.1.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -4363,9 +3279,9 @@
}
},
"node_modules/jsdoc-type-pratt-parser": {
- "version": "6.10.0",
- "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-6.10.0.tgz",
- "integrity": "sha512-+LexoTRyYui5iOhJGn13N9ZazL23nAHGkXsa1p/C8yeq79WRfLBag6ZZ0FQG2aRoc9yfo59JT9EYCQonOkHKkQ==",
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.0.0.tgz",
+ "integrity": "sha512-c7YbokssPOSHmqTbSAmTtnVgAVa/7lumWNYqomgd5KOMyPrRve2anx6lonfOsXEQacqF9FKVUj7bLg4vRSvdYA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -4506,9 +3422,9 @@
}
},
"node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"license": "MIT"
},
"node_modules/lodash.merge": {
@@ -4557,16 +3473,6 @@
"yallist": "^3.0.2"
}
},
- "node_modules/math-intrinsics": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
- "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/merge2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
@@ -4679,13 +3585,14 @@
"license": "MIT"
},
"node_modules/object-assign": {
- "version": "4.1.1",
- "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
- "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "name": "@socketregistry/object-assign",
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object-assign/-/object-assign-1.0.5.tgz",
+ "integrity": "sha512-Lyh3XnghYXhoq4RzMj++W71bTZdejE87hLnSAFXJxiy/VBc1Cyq5jBnVOu9Y9GWmE+BLzxVGQdtDlssb7PqrnQ==",
"dev": true,
"license": "MIT",
"engines": {
- "node": ">=0.10.0"
+ "node": ">=18"
}
},
"node_modules/object-deep-merge": {
@@ -4695,117 +3602,59 @@
"dev": true,
"license": "MIT"
},
- "node_modules/object-inspect": {
- "version": "1.13.4",
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
- "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/object-keys": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
- "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/object.assign": {
- "version": "4.1.7",
- "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
- "integrity": "sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==",
+ "name": "@socketregistry/object.assign",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.assign/-/object.assign-1.0.8.tgz",
+ "integrity": "sha512-98+ho3VAnklscf9WVXseef1/Ann9eX2H6vzgQ3wYzqfuonAcu3Wm/GimmNPHQ/fRRgDaSYJns//tf/kFa8U7IQ==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0",
- "has-symbols": "^1.1.0",
- "object-keys": "^1.1.1"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/object.entries": {
- "version": "1.1.9",
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.9.tgz",
- "integrity": "sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==",
+ "name": "@socketregistry/object.entries",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.entries/-/object.entries-1.0.8.tgz",
+ "integrity": "sha512-QBvMCik8ORJ4xPBLwSI1ypwLLhZhi9qRdD7tC81SeAjl2oQh2dGBlnmhawqPy5SSmwbdMs+bAwsvQR+5asn0gw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.1.1"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/object.fromentries": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz",
- "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==",
+ "name": "@socketregistry/object.fromentries",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.fromentries/-/object.fromentries-1.0.8.tgz",
+ "integrity": "sha512-5rq3kzExWN15Fy7zln8s0bmlClp2MLpG72M3bJwwV0wYOhBC0c01POMyrwGY4XQ6R8ekCq4A36hAwx6C5YhEwg==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/object.groupby": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.3.tgz",
- "integrity": "sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==",
+ "name": "@socketregistry/object.groupby",
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.groupby/-/object.groupby-1.0.9.tgz",
+ "integrity": "sha512-Yn7rfwR+qDjYMijoNsZmlOKKwbBNcYR67gITXUoqI7cTN0MXBsnYdA0NQOVs4o514MHkxJxaYO7iCjlBHTg/pw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.2"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/object.values": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.1.tgz",
- "integrity": "sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==",
+ "name": "@socketregistry/object.values",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/object.values/-/object.values-1.0.8.tgz",
+ "integrity": "sha512-q46x26lkGnQC8VMiP2tyW6YcIyYblATlCr0/uLEc5jbbeDQfHS0GtpoHqfL1juLk+RfmJXqyOgjSQsn8EQxeUA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/onetime": {
@@ -4864,24 +3713,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/own-keys": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
- "integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "get-intrinsic": "^1.2.6",
- "object-keys": "^1.1.1",
- "safe-push-apply": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -5004,16 +3835,6 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
- "node_modules/possible-typed-array-names": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
- "integrity": "sha512-/+5VFTchJDoVj3bhoqi6UeymcD00DAwb1nJwamzPvHEszJ4FpF6SNNbUbOS8yI56qHzdV8eK0qEfOSiodkTdxg==",
- "dev": true,
- "license": "MIT",
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/prelude-ls": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
@@ -5117,50 +3938,6 @@
"node": ">= 6"
}
},
- "node_modules/reflect.getprototypeof": {
- "version": "1.0.10",
- "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
- "integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.9",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.7",
- "get-proto": "^1.0.1",
- "which-builtin-type": "^1.2.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/regexp.prototype.flags": {
- "version": "1.5.4",
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
- "integrity": "sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "define-properties": "^1.2.1",
- "es-errors": "^1.3.0",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "set-function-name": "^2.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/reserved-identifiers": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/reserved-identifiers/-/reserved-identifiers-1.2.0.tgz",
@@ -5287,27 +4064,7 @@
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
"license": "Apache-2.0",
"dependencies": {
- "tslib": "^2.1.0"
- }
- },
- "node_modules/safe-array-concat": {
- "version": "1.1.3",
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
- "integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "get-intrinsic": "^1.2.6",
- "has-symbols": "^1.1.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">=0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "tslib": "^2.1.0"
}
},
"node_modules/safe-buffer": {
@@ -5320,39 +4077,15 @@
"node": ">=18"
}
},
- "node_modules/safe-push-apply": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
- "integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "isarray": "^2.0.5"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/safe-regex-test": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
- "integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
+ "name": "@socketregistry/safe-regex-test",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/safe-regex-test/-/safe-regex-test-1.0.8.tgz",
+ "integrity": "sha512-nInwjARkeslJhSmIGoaaPzfui8uSTFDTSvXONCASZofdWUeQL4JQUXRF9clOd2dCeW6gS7pCWZ5N/3Gfzof9Jw==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "is-regex": "^1.2.1"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/safer-buffer": {
@@ -5375,55 +4108,6 @@
"semver": "bin/semver.js"
}
},
- "node_modules/set-function-length": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
- "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "function-bind": "^1.1.2",
- "get-intrinsic": "^1.2.4",
- "gopd": "^1.0.1",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/set-function-name": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
- "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-data-property": "^1.1.4",
- "es-errors": "^1.3.0",
- "functions-have-names": "^1.2.3",
- "has-property-descriptors": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/set-proto": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
- "integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "dunder-proto": "^1.0.1",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/shebang-command": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -5447,82 +4131,6 @@
"node": ">=8"
}
},
- "node_modules/side-channel": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
- "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3",
- "side-channel-list": "^1.0.0",
- "side-channel-map": "^1.0.1",
- "side-channel-weakmap": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-list": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
- "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-map": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
- "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/side-channel-weakmap": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
- "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.5",
- "object-inspect": "^1.13.3",
- "side-channel-map": "^1.0.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/signal-exit": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
@@ -5561,20 +4169,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/stop-iteration-iterator": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
- "integrity": "sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "es-errors": "^1.3.0",
- "internal-slot": "^1.1.0"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
"node_modules/string_decoder": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -5605,116 +4199,47 @@
"license": "MIT"
},
"node_modules/string.prototype.includes": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
- "integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
+ "name": "@socketregistry/string.prototype.includes",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.includes/-/string.prototype.includes-1.0.8.tgz",
+ "integrity": "sha512-X/oEmJv+qXO1elDqKS3YOBBBBr2lg6+m8wQJz/nnH0SM/3JO+EBJrUKY/P6Zx+xi12VMZ+qFjuT7/Em90wdd/w==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.3"
- },
"engines": {
- "node": ">= 0.4"
+ "node": ">=18"
}
},
"node_modules/string.prototype.matchall": {
- "version": "4.0.12",
- "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.12.tgz",
- "integrity": "sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==",
+ "name": "@socketregistry/string.prototype.matchall",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.matchall/-/string.prototype.matchall-1.0.8.tgz",
+ "integrity": "sha512-etMBRcRDKo3zpzJvzWwkYPPVLI4VBn4pD3vumdD37a9OY3twkM98w0dXNUHNakJm+2ALuwFNcyRYcbKuiUa06g==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.3",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.6",
- "es-errors": "^1.3.0",
- "es-object-atoms": "^1.0.0",
- "get-intrinsic": "^1.2.6",
- "gopd": "^1.2.0",
- "has-symbols": "^1.1.0",
- "internal-slot": "^1.1.0",
- "regexp.prototype.flags": "^1.5.3",
- "set-function-name": "^2.0.2",
- "side-channel": "^1.1.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/string.prototype.repeat": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz",
- "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "define-properties": "^1.1.3",
- "es-abstract": "^1.17.5"
- }
- },
- "node_modules/string.prototype.trim": {
- "version": "1.2.10",
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.10.tgz",
- "integrity": "sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==",
+ "name": "@socketregistry/string.prototype.repeat",
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.repeat/-/string.prototype.repeat-1.0.8.tgz",
+ "integrity": "sha512-yMQ9ydPdNfUYqVbVn/nJAdv3szV1UywjfIrKrzvIjb8SnbTVaD8oisGCwtFvutQFqlKbp6W6rqONAkfX2LlSFA==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-data-property": "^1.1.4",
- "define-properties": "^1.2.1",
- "es-abstract": "^1.23.5",
- "es-object-atoms": "^1.0.0",
- "has-property-descriptors": "^1.0.2"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/string.prototype.trimend": {
- "version": "1.0.9",
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz",
- "integrity": "sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.2",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/string.prototype.trimstart": {
+ "name": "@socketregistry/string.prototype.trimend",
"version": "1.0.8",
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
- "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
+ "resolved": "https://registry.npmjs.org/@socketregistry/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz",
+ "integrity": "sha512-8xMCs1B03FlNmi6Ac1yPk9O2V77xs7Ax+lPXhRjNHNLcZ16Kx7hu5S6OIHWjzDQTLx0KQ9hge01cK8qAG6N92A==",
"dev": true,
"license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "define-properties": "^1.2.1",
- "es-object-atoms": "^1.0.0"
- },
"engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
+ "node": ">=18"
}
},
"node_modules/strip-ansi": {
@@ -5938,84 +4463,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/typed-array-buffer": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.3.tgz",
- "integrity": "sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "es-errors": "^1.3.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- }
- },
- "node_modules/typed-array-byte-length": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.3.tgz",
- "integrity": "sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.14"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-byte-offset": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.4.tgz",
- "integrity": "sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "for-each": "^0.3.3",
- "gopd": "^1.2.0",
- "has-proto": "^1.2.0",
- "is-typed-array": "^1.1.15",
- "reflect.getprototypeof": "^1.0.9"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/typed-array-length": {
- "version": "1.0.7",
- "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
- "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bind": "^1.0.7",
- "for-each": "^0.3.3",
- "gopd": "^1.0.1",
- "is-typed-array": "^1.1.13",
- "possible-typed-array-names": "^1.0.0",
- "reflect.getprototypeof": "^1.0.6"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
@@ -6030,16 +4477,16 @@
}
},
"node_modules/typescript-eslint": {
- "version": "8.46.4",
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.46.4.tgz",
- "integrity": "sha512-KALyxkpYV5Ix7UhvjTwJXZv76VWsHG+NjNlt/z+a17SOQSiOcBdUXdbJdyXi7RPxrBFECtFOiPwUJQusJuCqrg==",
+ "version": "8.53.1",
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.53.1.tgz",
+ "integrity": "sha512-gB+EVQfP5RDElh9ittfXlhZJdjSU4jUSTyE2+ia8CYyNvet4ElfaLlAIqDvQV9JPknKx0jQH1racTYe/4LaLSg==",
"dev": true,
"license": "MIT",
"dependencies": {
- "@typescript-eslint/eslint-plugin": "8.46.4",
- "@typescript-eslint/parser": "8.46.4",
- "@typescript-eslint/typescript-estree": "8.46.4",
- "@typescript-eslint/utils": "8.46.4"
+ "@typescript-eslint/eslint-plugin": "8.53.1",
+ "@typescript-eslint/parser": "8.53.1",
+ "@typescript-eslint/typescript-estree": "8.53.1",
+ "@typescript-eslint/utils": "8.53.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6054,9 +4501,9 @@
}
},
"node_modules/typia": {
- "version": "11.0.0",
- "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.0.tgz",
- "integrity": "sha512-h1dQFo7m8XOzYkJ+YsxfAeWZeqroV81d+gXS168J4jFWjGp+47k/NizSXr/G/CXBCLlWSK86qfzoWTCPJeonIg==",
+ "version": "11.0.3",
+ "resolved": "https://registry.npmjs.org/typia/-/typia-11.0.3.tgz",
+ "integrity": "sha512-L7x7WzOCpFyNCauWl6VYJVEG9EHZi5EPNBRzxTO1luaLCd6WEDf+xrJNT+hMZ8U+0X7hCsR1EUpi29LdHhvCvA==",
"license": "MIT",
"dependencies": {
"@samchon/openapi": "^6.0.0",
@@ -6074,25 +4521,6 @@
"typescript": ">=4.8.0 <5.10.0"
}
},
- "node_modules/unbox-primitive": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
- "integrity": "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.3",
- "has-bigints": "^1.0.2",
- "has-symbols": "^1.1.0",
- "which-boxed-primitive": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
@@ -6207,95 +4635,6 @@
"node": ">= 8"
}
},
- "node_modules/which-boxed-primitive": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
- "integrity": "sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-bigint": "^1.1.0",
- "is-boolean-object": "^1.2.1",
- "is-number-object": "^1.1.1",
- "is-string": "^1.1.1",
- "is-symbol": "^1.1.1"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-builtin-type": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.2.1.tgz",
- "integrity": "sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "call-bound": "^1.0.2",
- "function.prototype.name": "^1.1.6",
- "has-tostringtag": "^1.0.2",
- "is-async-function": "^2.0.0",
- "is-date-object": "^1.1.0",
- "is-finalizationregistry": "^1.1.0",
- "is-generator-function": "^1.0.10",
- "is-regex": "^1.2.1",
- "is-weakref": "^1.0.2",
- "isarray": "^2.0.5",
- "which-boxed-primitive": "^1.1.0",
- "which-collection": "^1.0.2",
- "which-typed-array": "^1.1.16"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-collection": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
- "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "is-map": "^2.0.3",
- "is-set": "^2.0.3",
- "is-weakmap": "^2.0.2",
- "is-weakset": "^2.0.3"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
- "node_modules/which-typed-array": {
- "version": "1.1.19",
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
- "integrity": "sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "available-typed-arrays": "^1.0.7",
- "call-bind": "^1.0.8",
- "call-bound": "^1.0.4",
- "for-each": "^0.3.5",
- "get-proto": "^1.0.1",
- "gopd": "^1.2.0",
- "has-tostringtag": "^1.0.2"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- }
- },
"node_modules/word-wrap": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
@@ -6341,9 +4680,9 @@
}
},
"node_modules/zod": {
- "version": "4.3.4",
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.4.tgz",
- "integrity": "sha512-Zw/uYiiyF6pUT1qmKbZziChgNPRu+ZRneAsMUDU6IwmXdWt5JwcUfy2bvLOCUtz5UniaN/Zx5aFttZYbYc7O/A==",
+ "version": "4.3.6",
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
+ "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
"dev": true,
"license": "MIT",
"funding": {
diff --git a/src/urlShortener/TypeScript/package.json b/src/urlShortener/TypeScript/package.json
index cd4f2cf..216695d 100644
--- a/src/urlShortener/TypeScript/package.json
+++ b/src/urlShortener/TypeScript/package.json
@@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
},
- "packageManager": "npm@11.7.0",
+ "packageManager": "npm@11.8.0",
"devEngines": {
"runtime": {
"name": "node",
@@ -44,34 +44,174 @@
},
"devDependencies": {
"@azure/core-auth": "~1.10.1",
- "@shi-corp/development-utilities": "^2.1.0",
- "@types/node": "~25.0.3",
+ "@shi-corp/development-utilities": "~2.2.0",
+ "@types/node": "~25.0.10",
"ts-patch": "~3.3.0",
"typescript": "~5.9.3"
},
"dependencies": {
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
- "typia": "~11.0.0"
+ "typia": "~11.0.3"
},
"overrides": {
+ "array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
+ "array-includes": "npm:@socketregistry/array-includes@^1",
+ "array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
+ "array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
+ "array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
+ "array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
+ "array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
+ "arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
+ "available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
+ "define-properties": "npm:@socketregistry/define-properties@^1",
+ "es-define-property": "npm:@socketregistry/es-define-property@^1",
+ "es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
+ "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
+ "for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
+ "function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
+ "functions-have-names": "npm:@socketregistry/functions-have-names@^1",
+ "get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
+ "globalthis": "npm:@socketregistry/globalthis@^1",
+ "gopd": "npm:@socketregistry/gopd@^1",
+ "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
+ "has-proto": "npm:@socketregistry/has-proto@^1",
+ "has-symbols": "npm:@socketregistry/has-symbols@^1",
+ "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
+ "internal-slot": "npm:@socketregistry/internal-slot@^1",
+ "is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
+ "is-bigint": "npm:@socketregistry/is-bigint@^1",
+ "is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
+ "is-date-object": "npm:@socketregistry/is-date-object@^1",
+ "is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
+ "is-map": "npm:@socketregistry/is-map@^1",
+ "is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
+ "is-number-object": "npm:@socketregistry/is-number-object@^1",
+ "is-regex": "npm:@socketregistry/is-regex@^1",
+ "is-set": "npm:@socketregistry/is-set@^1",
+ "is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
+ "is-string": "npm:@socketregistry/is-string@^1",
+ "is-symbol": "npm:@socketregistry/is-symbol@^1",
+ "is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
+ "is-weakmap": "npm:@socketregistry/is-weakmap@^1",
+ "is-weakref": "npm:@socketregistry/is-weakref@^1",
+ "is-weakset": "npm:@socketregistry/is-weakset@^1",
+ "isarray": "npm:@socketregistry/isarray@^1",
+ "iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
+ "object-assign": "npm:@socketregistry/object-assign@^1",
+ "object-keys": "npm:@socketregistry/object-keys@^1",
+ "object.assign": "npm:@socketregistry/object.assign@^1",
+ "object.entries": "npm:@socketregistry/object.entries@^1",
+ "object.fromentries": "npm:@socketregistry/object.fromentries@^1",
+ "object.groupby": "npm:@socketregistry/object.groupby@^1",
+ "object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
+ "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
+ "regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
+ "safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
- "safer-buffer": "npm:@socketregistry/safer-buffer@^1"
+ "safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
+ "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
+ "set-function-length": "npm:@socketregistry/set-function-length@^1",
+ "side-channel": "npm:@socketregistry/side-channel@^1",
+ "string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
+ "string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
+ "string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
+ "string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
+ "string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
+ "string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
+ "typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
+ "typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
+ "typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
+ "typed-array-length": "npm:@socketregistry/typed-array-length@^1",
+ "unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
+ "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
+ "which-collection": "npm:@socketregistry/which-collection@^1",
+ "which-typed-array": "npm:@socketregistry/which-typed-array@^1"
},
"resolutions": {
+ "array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
+ "array-includes": "npm:@socketregistry/array-includes@^1",
+ "array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
+ "array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
+ "array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
+ "array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
+ "array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
+ "arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
+ "available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
+ "define-properties": "npm:@socketregistry/define-properties@^1",
+ "es-define-property": "npm:@socketregistry/es-define-property@^1",
+ "es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
+ "es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
+ "for-each": "npm:@socketregistry/for-each@^1",
"function-bind": "npm:@socketregistry/function-bind@^1",
+ "function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
+ "functions-have-names": "npm:@socketregistry/functions-have-names@^1",
+ "get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
+ "globalthis": "npm:@socketregistry/globalthis@^1",
+ "gopd": "npm:@socketregistry/gopd@^1",
+ "has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
+ "has-proto": "npm:@socketregistry/has-proto@^1",
+ "has-symbols": "npm:@socketregistry/has-symbols@^1",
+ "has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
"hasown": "npm:@socketregistry/hasown@^1",
+ "internal-slot": "npm:@socketregistry/internal-slot@^1",
+ "is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
+ "is-bigint": "npm:@socketregistry/is-bigint@^1",
+ "is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
"is-core-module": "npm:@socketregistry/is-core-module@^1",
+ "is-date-object": "npm:@socketregistry/is-date-object@^1",
+ "is-generator-function": "npm:@socketregistry/is-generator-function@^1",
"is-interactive": "npm:@socketregistry/is-interactive@^1",
+ "is-map": "npm:@socketregistry/is-map@^1",
+ "is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
+ "is-number-object": "npm:@socketregistry/is-number-object@^1",
+ "is-regex": "npm:@socketregistry/is-regex@^1",
+ "is-set": "npm:@socketregistry/is-set@^1",
+ "is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
+ "is-string": "npm:@socketregistry/is-string@^1",
+ "is-symbol": "npm:@socketregistry/is-symbol@^1",
+ "is-typed-array": "npm:@socketregistry/is-typed-array@^1",
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
+ "is-weakmap": "npm:@socketregistry/is-weakmap@^1",
+ "is-weakref": "npm:@socketregistry/is-weakref@^1",
+ "is-weakset": "npm:@socketregistry/is-weakset@^1",
+ "isarray": "npm:@socketregistry/isarray@^1",
+ "iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
+ "object-assign": "npm:@socketregistry/object-assign@^1",
+ "object-keys": "npm:@socketregistry/object-keys@^1",
+ "object.assign": "npm:@socketregistry/object.assign@^1",
+ "object.entries": "npm:@socketregistry/object.entries@^1",
+ "object.fromentries": "npm:@socketregistry/object.fromentries@^1",
+ "object.groupby": "npm:@socketregistry/object.groupby@^1",
+ "object.values": "npm:@socketregistry/object.values@^1",
"path-parse": "npm:@socketregistry/path-parse@^1",
+ "reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
+ "regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
+ "safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
- "safer-buffer": "npm:@socketregistry/safer-buffer@^1"
+ "safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
+ "safer-buffer": "npm:@socketregistry/safer-buffer@^1",
+ "set-function-length": "npm:@socketregistry/set-function-length@^1",
+ "side-channel": "npm:@socketregistry/side-channel@^1",
+ "string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
+ "string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
+ "string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
+ "string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
+ "string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
+ "string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
+ "typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
+ "typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
+ "typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
+ "typed-array-length": "npm:@socketregistry/typed-array-length@^1",
+ "unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
+ "which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
+ "which-collection": "npm:@socketregistry/which-collection@^1",
+ "which-typed-array": "npm:@socketregistry/which-typed-array@^1"
}
}