@goauthentik/api 2025.12.0-rc1-1762289109 → 2025.12.0-rc1-1763674305
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +44 -0
- package/dist/apis/AuthenticatorsApi.d.ts +18 -18
- package/dist/apis/AuthenticatorsApi.d.ts.map +1 -1
- package/dist/apis/AuthenticatorsApi.js +14 -14
- package/dist/apis/AuthenticatorsApi.js.map +1 -1
- package/dist/apis/EndpointsApi.d.ts +541 -0
- package/dist/apis/EndpointsApi.d.ts.map +1 -0
- package/dist/apis/EndpointsApi.js +1610 -0
- package/dist/apis/EndpointsApi.js.map +1 -0
- package/dist/apis/RbacApi.d.ts +8 -0
- package/dist/apis/RbacApi.d.ts.map +1 -1
- package/dist/apis/RbacApi.js +8 -0
- package/dist/apis/RbacApi.js.map +1 -1
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/esm/apis/AuthenticatorsApi.d.ts +18 -18
- package/dist/esm/apis/AuthenticatorsApi.d.ts.map +1 -1
- package/dist/esm/apis/AuthenticatorsApi.js +14 -14
- package/dist/esm/apis/AuthenticatorsApi.js.map +1 -1
- package/dist/esm/apis/EndpointsApi.d.ts +541 -0
- package/dist/esm/apis/EndpointsApi.d.ts.map +1 -0
- package/dist/esm/apis/EndpointsApi.js +1610 -0
- package/dist/esm/apis/EndpointsApi.js.map +1 -0
- package/dist/esm/apis/RbacApi.d.ts +8 -0
- package/dist/esm/apis/RbacApi.d.ts.map +1 -1
- package/dist/esm/apis/RbacApi.js +8 -0
- package/dist/esm/apis/RbacApi.js.map +1 -1
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.d.ts.map +1 -1
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/apis/index.js.map +1 -1
- package/dist/esm/models/AgentConfig.d.ts +57 -0
- package/dist/esm/models/AgentConfig.d.ts.map +1 -0
- package/dist/esm/models/AgentConfig.js +66 -0
- package/dist/esm/models/AgentConfig.js.map +1 -0
- package/dist/esm/models/AgentConnector.d.ts +111 -0
- package/dist/esm/models/AgentConnector.d.ts.map +1 -0
- package/dist/esm/models/AgentConnector.js +81 -0
- package/dist/esm/models/AgentConnector.js.map +1 -0
- package/dist/esm/models/AgentConnectorRequest.d.ts +87 -0
- package/dist/esm/models/AgentConnectorRequest.d.ts.map +1 -0
- package/dist/esm/models/AgentConnectorRequest.js +69 -0
- package/dist/esm/models/AgentConnectorRequest.js.map +1 -0
- package/dist/esm/models/AppEnum.d.ts +3 -0
- package/dist/esm/models/AppEnum.d.ts.map +1 -1
- package/dist/esm/models/AppEnum.js +3 -0
- package/dist/esm/models/AppEnum.js.map +1 -1
- package/dist/esm/models/Connector.d.ts +69 -0
- package/dist/esm/models/Connector.d.ts.map +1 -0
- package/dist/esm/models/Connector.js +67 -0
- package/dist/esm/models/Connector.js.map +1 -0
- package/dist/esm/models/DeviceConnection.d.ts +53 -0
- package/dist/esm/models/DeviceConnection.d.ts.map +1 -0
- package/dist/esm/models/DeviceConnection.js +63 -0
- package/dist/esm/models/DeviceConnection.js.map +1 -0
- package/dist/esm/models/DeviceFactSnapshot.d.ts +52 -0
- package/dist/esm/models/DeviceFactSnapshot.d.ts.map +1 -0
- package/dist/esm/models/DeviceFactSnapshot.js +62 -0
- package/dist/esm/models/DeviceFactSnapshot.js.map +1 -0
- package/dist/esm/models/DeviceFacts.d.ts +77 -0
- package/dist/esm/models/DeviceFacts.d.ts.map +1 -0
- package/dist/esm/models/DeviceFacts.js +67 -0
- package/dist/esm/models/DeviceFacts.js.map +1 -0
- package/dist/esm/models/DeviceFactsOSFamily.d.ts +33 -0
- package/dist/esm/models/DeviceFactsOSFamily.d.ts.map +1 -0
- package/dist/esm/models/DeviceFactsOSFamily.js +59 -0
- package/dist/esm/models/DeviceFactsOSFamily.js.map +1 -0
- package/dist/esm/models/DeviceFactsRequest.d.ts +77 -0
- package/dist/esm/models/DeviceFactsRequest.d.ts.map +1 -0
- package/dist/esm/models/DeviceFactsRequest.js +67 -0
- package/dist/esm/models/DeviceFactsRequest.js.map +1 -0
- package/dist/esm/models/DeviceGroup.d.ts +39 -0
- package/dist/esm/models/DeviceGroup.d.ts.map +1 -0
- package/dist/esm/models/DeviceGroup.js +54 -0
- package/dist/esm/models/DeviceGroup.js.map +1 -0
- package/dist/esm/models/DeviceGroupRequest.d.ts +33 -0
- package/dist/esm/models/DeviceGroupRequest.d.ts.map +1 -0
- package/dist/esm/models/DeviceGroupRequest.js +51 -0
- package/dist/esm/models/DeviceGroupRequest.js.map +1 -0
- package/dist/esm/models/Disk.d.ts +63 -0
- package/dist/esm/models/Disk.d.ts.map +1 -0
- package/dist/esm/models/Disk.js +63 -0
- package/dist/esm/models/Disk.js.map +1 -0
- package/dist/esm/models/DiskRequest.d.ts +63 -0
- package/dist/esm/models/DiskRequest.d.ts.map +1 -0
- package/dist/esm/models/DiskRequest.js +63 -0
- package/dist/esm/models/DiskRequest.js.map +1 -0
- package/dist/esm/models/EndpointDevice.d.ts +50 -4
- package/dist/esm/models/EndpointDevice.d.ts.map +1 -1
- package/dist/esm/models/EndpointDevice.js +22 -2
- package/dist/esm/models/EndpointDevice.js.map +1 -1
- package/dist/esm/models/EndpointDeviceDetails.d.ts +104 -0
- package/dist/esm/models/EndpointDeviceDetails.d.ts.map +1 -0
- package/dist/esm/models/EndpointDeviceDetails.js +84 -0
- package/dist/esm/models/EndpointDeviceDetails.js.map +1 -0
- package/dist/esm/models/EndpointDeviceRequest.d.ts +36 -3
- package/dist/esm/models/EndpointDeviceRequest.d.ts.map +1 -1
- package/dist/esm/models/EndpointDeviceRequest.js +15 -2
- package/dist/esm/models/EndpointDeviceRequest.js.map +1 -1
- package/dist/esm/models/EnrollRequest.d.ts +39 -0
- package/dist/esm/models/EnrollRequest.d.ts.map +1 -0
- package/dist/esm/models/EnrollRequest.js +55 -0
- package/dist/esm/models/EnrollRequest.js.map +1 -0
- package/dist/esm/models/EnrollResponse.d.ts +33 -0
- package/dist/esm/models/EnrollResponse.d.ts.map +1 -0
- package/dist/esm/models/EnrollResponse.js +51 -0
- package/dist/esm/models/EnrollResponse.js.map +1 -0
- package/dist/esm/models/EnrollmentToken.d.ts +70 -0
- package/dist/esm/models/EnrollmentToken.d.ts.map +1 -0
- package/dist/esm/models/EnrollmentToken.js +68 -0
- package/dist/esm/models/EnrollmentToken.js.map +1 -0
- package/dist/esm/models/EnrollmentTokenRequest.d.ts +57 -0
- package/dist/esm/models/EnrollmentTokenRequest.d.ts.map +1 -0
- package/dist/esm/models/EnrollmentTokenRequest.js +61 -0
- package/dist/esm/models/EnrollmentTokenRequest.js.map +1 -0
- package/dist/esm/models/GoogleEndpointDevice.d.ts +39 -0
- package/dist/esm/models/GoogleEndpointDevice.d.ts.map +1 -0
- package/dist/esm/models/GoogleEndpointDevice.js +53 -0
- package/dist/esm/models/GoogleEndpointDevice.js.map +1 -0
- package/dist/esm/models/GoogleEndpointDeviceRequest.d.ts +39 -0
- package/dist/esm/models/GoogleEndpointDeviceRequest.d.ts.map +1 -0
- package/dist/esm/models/GoogleEndpointDeviceRequest.js +53 -0
- package/dist/esm/models/GoogleEndpointDeviceRequest.js.map +1 -0
- package/dist/esm/models/Hardware.d.ts +63 -0
- package/dist/esm/models/Hardware.d.ts.map +1 -0
- package/dist/esm/models/Hardware.js +65 -0
- package/dist/esm/models/Hardware.js.map +1 -0
- package/dist/esm/models/HardwareRequest.d.ts +63 -0
- package/dist/esm/models/HardwareRequest.d.ts.map +1 -0
- package/dist/esm/models/HardwareRequest.js +65 -0
- package/dist/esm/models/HardwareRequest.js.map +1 -0
- package/dist/esm/models/MDMConfigRequest.d.ts +40 -0
- package/dist/esm/models/MDMConfigRequest.d.ts.map +1 -0
- package/dist/esm/models/MDMConfigRequest.js +56 -0
- package/dist/esm/models/MDMConfigRequest.js.map +1 -0
- package/dist/esm/models/MDMConfigResponse.d.ts +33 -0
- package/dist/esm/models/MDMConfigResponse.d.ts.map +1 -0
- package/dist/esm/models/MDMConfigResponse.js +51 -0
- package/dist/esm/models/MDMConfigResponse.js.map +1 -0
- package/dist/esm/models/ModelEnum.d.ts +4 -0
- package/dist/esm/models/ModelEnum.d.ts.map +1 -1
- package/dist/esm/models/ModelEnum.js +4 -0
- package/dist/esm/models/ModelEnum.js.map +1 -1
- package/dist/esm/models/Network.d.ts +52 -0
- package/dist/esm/models/Network.d.ts.map +1 -0
- package/dist/esm/models/Network.js +60 -0
- package/dist/esm/models/Network.js.map +1 -0
- package/dist/esm/models/NetworkInterface.d.ts +51 -0
- package/dist/esm/models/NetworkInterface.d.ts.map +1 -0
- package/dist/esm/models/NetworkInterface.js +59 -0
- package/dist/esm/models/NetworkInterface.js.map +1 -0
- package/dist/esm/models/NetworkInterfaceRequest.d.ts +51 -0
- package/dist/esm/models/NetworkInterfaceRequest.d.ts.map +1 -0
- package/dist/esm/models/NetworkInterfaceRequest.js +59 -0
- package/dist/esm/models/NetworkInterfaceRequest.js.map +1 -0
- package/dist/esm/models/NetworkRequest.d.ts +52 -0
- package/dist/esm/models/NetworkRequest.d.ts.map +1 -0
- package/dist/esm/models/NetworkRequest.js +60 -0
- package/dist/esm/models/NetworkRequest.js.map +1 -0
- package/dist/esm/models/OperatingSystem.d.ts +52 -0
- package/dist/esm/models/OperatingSystem.d.ts.map +1 -0
- package/dist/esm/models/OperatingSystem.js +60 -0
- package/dist/esm/models/OperatingSystem.js.map +1 -0
- package/dist/esm/models/OperatingSystemRequest.d.ts +52 -0
- package/dist/esm/models/OperatingSystemRequest.d.ts.map +1 -0
- package/dist/esm/models/OperatingSystemRequest.js +60 -0
- package/dist/esm/models/OperatingSystemRequest.js.map +1 -0
- package/dist/esm/models/PaginatedAgentConnectorList.d.ts +49 -0
- package/dist/esm/models/PaginatedAgentConnectorList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedAgentConnectorList.js +61 -0
- package/dist/esm/models/PaginatedAgentConnectorList.js.map +1 -0
- package/dist/esm/models/PaginatedConnectorList.d.ts +49 -0
- package/dist/esm/models/PaginatedConnectorList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedConnectorList.js +61 -0
- package/dist/esm/models/PaginatedConnectorList.js.map +1 -0
- package/dist/esm/models/PaginatedDeviceGroupList.d.ts +49 -0
- package/dist/esm/models/PaginatedDeviceGroupList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedDeviceGroupList.js +61 -0
- package/dist/esm/models/PaginatedDeviceGroupList.js.map +1 -0
- package/dist/esm/models/PaginatedEnrollmentTokenList.d.ts +49 -0
- package/dist/esm/models/PaginatedEnrollmentTokenList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedEnrollmentTokenList.js +61 -0
- package/dist/esm/models/PaginatedEnrollmentTokenList.js.map +1 -0
- package/dist/esm/models/PaginatedGoogleEndpointDeviceList.d.ts +49 -0
- package/dist/esm/models/PaginatedGoogleEndpointDeviceList.d.ts.map +1 -0
- package/dist/esm/models/PaginatedGoogleEndpointDeviceList.js +61 -0
- package/dist/esm/models/PaginatedGoogleEndpointDeviceList.js.map +1 -0
- package/dist/esm/models/PatchedAgentConnectorRequest.d.ts +87 -0
- package/dist/esm/models/PatchedAgentConnectorRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedAgentConnectorRequest.js +67 -0
- package/dist/esm/models/PatchedAgentConnectorRequest.js.map +1 -0
- package/dist/esm/models/PatchedDeviceGroupRequest.d.ts +33 -0
- package/dist/esm/models/PatchedDeviceGroupRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedDeviceGroupRequest.js +49 -0
- package/dist/esm/models/PatchedDeviceGroupRequest.js.map +1 -0
- package/dist/esm/models/PatchedEndpointDeviceRequest.d.ts +36 -3
- package/dist/esm/models/PatchedEndpointDeviceRequest.d.ts.map +1 -1
- package/dist/esm/models/PatchedEndpointDeviceRequest.js +13 -2
- package/dist/esm/models/PatchedEndpointDeviceRequest.js.map +1 -1
- package/dist/esm/models/PatchedEnrollmentTokenRequest.d.ts +57 -0
- package/dist/esm/models/PatchedEnrollmentTokenRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedEnrollmentTokenRequest.js +57 -0
- package/dist/esm/models/PatchedEnrollmentTokenRequest.js.map +1 -0
- package/dist/esm/models/PatchedGoogleEndpointDeviceRequest.d.ts +39 -0
- package/dist/esm/models/PatchedGoogleEndpointDeviceRequest.d.ts.map +1 -0
- package/dist/esm/models/PatchedGoogleEndpointDeviceRequest.js +51 -0
- package/dist/esm/models/PatchedGoogleEndpointDeviceRequest.js.map +1 -0
- package/dist/esm/models/Process.d.ts +45 -0
- package/dist/esm/models/Process.d.ts.map +1 -0
- package/dist/esm/models/Process.js +57 -0
- package/dist/esm/models/Process.js.map +1 -0
- package/dist/esm/models/ProcessRequest.d.ts +45 -0
- package/dist/esm/models/ProcessRequest.d.ts.map +1 -0
- package/dist/esm/models/ProcessRequest.js +57 -0
- package/dist/esm/models/ProcessRequest.js.map +1 -0
- package/dist/esm/models/Software.d.ts +51 -0
- package/dist/esm/models/Software.d.ts.map +1 -0
- package/dist/esm/models/Software.js +59 -0
- package/dist/esm/models/Software.js.map +1 -0
- package/dist/esm/models/SoftwareRequest.d.ts +51 -0
- package/dist/esm/models/SoftwareRequest.d.ts.map +1 -0
- package/dist/esm/models/SoftwareRequest.js +59 -0
- package/dist/esm/models/SoftwareRequest.js.map +1 -0
- package/dist/esm/models/index.d.ts +43 -0
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +43 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/models/AgentConfig.d.ts +57 -0
- package/dist/models/AgentConfig.d.ts.map +1 -0
- package/dist/models/AgentConfig.js +66 -0
- package/dist/models/AgentConfig.js.map +1 -0
- package/dist/models/AgentConnector.d.ts +111 -0
- package/dist/models/AgentConnector.d.ts.map +1 -0
- package/dist/models/AgentConnector.js +81 -0
- package/dist/models/AgentConnector.js.map +1 -0
- package/dist/models/AgentConnectorRequest.d.ts +87 -0
- package/dist/models/AgentConnectorRequest.d.ts.map +1 -0
- package/dist/models/AgentConnectorRequest.js +69 -0
- package/dist/models/AgentConnectorRequest.js.map +1 -0
- package/dist/models/AppEnum.d.ts +3 -0
- package/dist/models/AppEnum.d.ts.map +1 -1
- package/dist/models/AppEnum.js +3 -0
- package/dist/models/AppEnum.js.map +1 -1
- package/dist/models/Connector.d.ts +69 -0
- package/dist/models/Connector.d.ts.map +1 -0
- package/dist/models/Connector.js +67 -0
- package/dist/models/Connector.js.map +1 -0
- package/dist/models/DeviceConnection.d.ts +53 -0
- package/dist/models/DeviceConnection.d.ts.map +1 -0
- package/dist/models/DeviceConnection.js +63 -0
- package/dist/models/DeviceConnection.js.map +1 -0
- package/dist/models/DeviceFactSnapshot.d.ts +52 -0
- package/dist/models/DeviceFactSnapshot.d.ts.map +1 -0
- package/dist/models/DeviceFactSnapshot.js +62 -0
- package/dist/models/DeviceFactSnapshot.js.map +1 -0
- package/dist/models/DeviceFacts.d.ts +77 -0
- package/dist/models/DeviceFacts.d.ts.map +1 -0
- package/dist/models/DeviceFacts.js +67 -0
- package/dist/models/DeviceFacts.js.map +1 -0
- package/dist/models/DeviceFactsOSFamily.d.ts +33 -0
- package/dist/models/DeviceFactsOSFamily.d.ts.map +1 -0
- package/dist/models/DeviceFactsOSFamily.js +59 -0
- package/dist/models/DeviceFactsOSFamily.js.map +1 -0
- package/dist/models/DeviceFactsRequest.d.ts +77 -0
- package/dist/models/DeviceFactsRequest.d.ts.map +1 -0
- package/dist/models/DeviceFactsRequest.js +67 -0
- package/dist/models/DeviceFactsRequest.js.map +1 -0
- package/dist/models/DeviceGroup.d.ts +39 -0
- package/dist/models/DeviceGroup.d.ts.map +1 -0
- package/dist/models/DeviceGroup.js +54 -0
- package/dist/models/DeviceGroup.js.map +1 -0
- package/dist/models/DeviceGroupRequest.d.ts +33 -0
- package/dist/models/DeviceGroupRequest.d.ts.map +1 -0
- package/dist/models/DeviceGroupRequest.js +51 -0
- package/dist/models/DeviceGroupRequest.js.map +1 -0
- package/dist/models/Disk.d.ts +63 -0
- package/dist/models/Disk.d.ts.map +1 -0
- package/dist/models/Disk.js +63 -0
- package/dist/models/Disk.js.map +1 -0
- package/dist/models/DiskRequest.d.ts +63 -0
- package/dist/models/DiskRequest.d.ts.map +1 -0
- package/dist/models/DiskRequest.js +63 -0
- package/dist/models/DiskRequest.js.map +1 -0
- package/dist/models/EndpointDevice.d.ts +50 -4
- package/dist/models/EndpointDevice.d.ts.map +1 -1
- package/dist/models/EndpointDevice.js +22 -2
- package/dist/models/EndpointDevice.js.map +1 -1
- package/dist/models/EndpointDeviceDetails.d.ts +104 -0
- package/dist/models/EndpointDeviceDetails.d.ts.map +1 -0
- package/dist/models/EndpointDeviceDetails.js +84 -0
- package/dist/models/EndpointDeviceDetails.js.map +1 -0
- package/dist/models/EndpointDeviceRequest.d.ts +36 -3
- package/dist/models/EndpointDeviceRequest.d.ts.map +1 -1
- package/dist/models/EndpointDeviceRequest.js +15 -2
- package/dist/models/EndpointDeviceRequest.js.map +1 -1
- package/dist/models/EnrollRequest.d.ts +39 -0
- package/dist/models/EnrollRequest.d.ts.map +1 -0
- package/dist/models/EnrollRequest.js +55 -0
- package/dist/models/EnrollRequest.js.map +1 -0
- package/dist/models/EnrollResponse.d.ts +33 -0
- package/dist/models/EnrollResponse.d.ts.map +1 -0
- package/dist/models/EnrollResponse.js +51 -0
- package/dist/models/EnrollResponse.js.map +1 -0
- package/dist/models/EnrollmentToken.d.ts +70 -0
- package/dist/models/EnrollmentToken.d.ts.map +1 -0
- package/dist/models/EnrollmentToken.js +68 -0
- package/dist/models/EnrollmentToken.js.map +1 -0
- package/dist/models/EnrollmentTokenRequest.d.ts +57 -0
- package/dist/models/EnrollmentTokenRequest.d.ts.map +1 -0
- package/dist/models/EnrollmentTokenRequest.js +61 -0
- package/dist/models/EnrollmentTokenRequest.js.map +1 -0
- package/dist/models/GoogleEndpointDevice.d.ts +39 -0
- package/dist/models/GoogleEndpointDevice.d.ts.map +1 -0
- package/dist/models/GoogleEndpointDevice.js +53 -0
- package/dist/models/GoogleEndpointDevice.js.map +1 -0
- package/dist/models/GoogleEndpointDeviceRequest.d.ts +39 -0
- package/dist/models/GoogleEndpointDeviceRequest.d.ts.map +1 -0
- package/dist/models/GoogleEndpointDeviceRequest.js +53 -0
- package/dist/models/GoogleEndpointDeviceRequest.js.map +1 -0
- package/dist/models/Hardware.d.ts +63 -0
- package/dist/models/Hardware.d.ts.map +1 -0
- package/dist/models/Hardware.js +65 -0
- package/dist/models/Hardware.js.map +1 -0
- package/dist/models/HardwareRequest.d.ts +63 -0
- package/dist/models/HardwareRequest.d.ts.map +1 -0
- package/dist/models/HardwareRequest.js +65 -0
- package/dist/models/HardwareRequest.js.map +1 -0
- package/dist/models/MDMConfigRequest.d.ts +40 -0
- package/dist/models/MDMConfigRequest.d.ts.map +1 -0
- package/dist/models/MDMConfigRequest.js +56 -0
- package/dist/models/MDMConfigRequest.js.map +1 -0
- package/dist/models/MDMConfigResponse.d.ts +33 -0
- package/dist/models/MDMConfigResponse.d.ts.map +1 -0
- package/dist/models/MDMConfigResponse.js +51 -0
- package/dist/models/MDMConfigResponse.js.map +1 -0
- package/dist/models/ModelEnum.d.ts +4 -0
- package/dist/models/ModelEnum.d.ts.map +1 -1
- package/dist/models/ModelEnum.js +4 -0
- package/dist/models/ModelEnum.js.map +1 -1
- package/dist/models/Network.d.ts +52 -0
- package/dist/models/Network.d.ts.map +1 -0
- package/dist/models/Network.js +60 -0
- package/dist/models/Network.js.map +1 -0
- package/dist/models/NetworkInterface.d.ts +51 -0
- package/dist/models/NetworkInterface.d.ts.map +1 -0
- package/dist/models/NetworkInterface.js +59 -0
- package/dist/models/NetworkInterface.js.map +1 -0
- package/dist/models/NetworkInterfaceRequest.d.ts +51 -0
- package/dist/models/NetworkInterfaceRequest.d.ts.map +1 -0
- package/dist/models/NetworkInterfaceRequest.js +59 -0
- package/dist/models/NetworkInterfaceRequest.js.map +1 -0
- package/dist/models/NetworkRequest.d.ts +52 -0
- package/dist/models/NetworkRequest.d.ts.map +1 -0
- package/dist/models/NetworkRequest.js +60 -0
- package/dist/models/NetworkRequest.js.map +1 -0
- package/dist/models/OperatingSystem.d.ts +52 -0
- package/dist/models/OperatingSystem.d.ts.map +1 -0
- package/dist/models/OperatingSystem.js +60 -0
- package/dist/models/OperatingSystem.js.map +1 -0
- package/dist/models/OperatingSystemRequest.d.ts +52 -0
- package/dist/models/OperatingSystemRequest.d.ts.map +1 -0
- package/dist/models/OperatingSystemRequest.js +60 -0
- package/dist/models/OperatingSystemRequest.js.map +1 -0
- package/dist/models/PaginatedAgentConnectorList.d.ts +49 -0
- package/dist/models/PaginatedAgentConnectorList.d.ts.map +1 -0
- package/dist/models/PaginatedAgentConnectorList.js +61 -0
- package/dist/models/PaginatedAgentConnectorList.js.map +1 -0
- package/dist/models/PaginatedConnectorList.d.ts +49 -0
- package/dist/models/PaginatedConnectorList.d.ts.map +1 -0
- package/dist/models/PaginatedConnectorList.js +61 -0
- package/dist/models/PaginatedConnectorList.js.map +1 -0
- package/dist/models/PaginatedDeviceGroupList.d.ts +49 -0
- package/dist/models/PaginatedDeviceGroupList.d.ts.map +1 -0
- package/dist/models/PaginatedDeviceGroupList.js +61 -0
- package/dist/models/PaginatedDeviceGroupList.js.map +1 -0
- package/dist/models/PaginatedEnrollmentTokenList.d.ts +49 -0
- package/dist/models/PaginatedEnrollmentTokenList.d.ts.map +1 -0
- package/dist/models/PaginatedEnrollmentTokenList.js +61 -0
- package/dist/models/PaginatedEnrollmentTokenList.js.map +1 -0
- package/dist/models/PaginatedGoogleEndpointDeviceList.d.ts +49 -0
- package/dist/models/PaginatedGoogleEndpointDeviceList.d.ts.map +1 -0
- package/dist/models/PaginatedGoogleEndpointDeviceList.js +61 -0
- package/dist/models/PaginatedGoogleEndpointDeviceList.js.map +1 -0
- package/dist/models/PatchedAgentConnectorRequest.d.ts +87 -0
- package/dist/models/PatchedAgentConnectorRequest.d.ts.map +1 -0
- package/dist/models/PatchedAgentConnectorRequest.js +67 -0
- package/dist/models/PatchedAgentConnectorRequest.js.map +1 -0
- package/dist/models/PatchedDeviceGroupRequest.d.ts +33 -0
- package/dist/models/PatchedDeviceGroupRequest.d.ts.map +1 -0
- package/dist/models/PatchedDeviceGroupRequest.js +49 -0
- package/dist/models/PatchedDeviceGroupRequest.js.map +1 -0
- package/dist/models/PatchedEndpointDeviceRequest.d.ts +36 -3
- package/dist/models/PatchedEndpointDeviceRequest.d.ts.map +1 -1
- package/dist/models/PatchedEndpointDeviceRequest.js +13 -2
- package/dist/models/PatchedEndpointDeviceRequest.js.map +1 -1
- package/dist/models/PatchedEnrollmentTokenRequest.d.ts +57 -0
- package/dist/models/PatchedEnrollmentTokenRequest.d.ts.map +1 -0
- package/dist/models/PatchedEnrollmentTokenRequest.js +57 -0
- package/dist/models/PatchedEnrollmentTokenRequest.js.map +1 -0
- package/dist/models/PatchedGoogleEndpointDeviceRequest.d.ts +39 -0
- package/dist/models/PatchedGoogleEndpointDeviceRequest.d.ts.map +1 -0
- package/dist/models/PatchedGoogleEndpointDeviceRequest.js +51 -0
- package/dist/models/PatchedGoogleEndpointDeviceRequest.js.map +1 -0
- package/dist/models/Process.d.ts +45 -0
- package/dist/models/Process.d.ts.map +1 -0
- package/dist/models/Process.js +57 -0
- package/dist/models/Process.js.map +1 -0
- package/dist/models/ProcessRequest.d.ts +45 -0
- package/dist/models/ProcessRequest.d.ts.map +1 -0
- package/dist/models/ProcessRequest.js +57 -0
- package/dist/models/ProcessRequest.js.map +1 -0
- package/dist/models/Software.d.ts +51 -0
- package/dist/models/Software.d.ts.map +1 -0
- package/dist/models/Software.js +59 -0
- package/dist/models/Software.js.map +1 -0
- package/dist/models/SoftwareRequest.d.ts +51 -0
- package/dist/models/SoftwareRequest.d.ts.map +1 -0
- package/dist/models/SoftwareRequest.js +59 -0
- package/dist/models/SoftwareRequest.js.map +1 -0
- package/dist/models/index.d.ts +43 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +43 -0
- package/dist/models/index.js.map +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/apis/AuthenticatorsApi.ts +45 -45
- package/src/apis/EndpointsApi.ts +2462 -0
- package/src/apis/RbacApi.ts +8 -0
- package/src/apis/index.ts +1 -0
- package/src/models/AgentConfig.ts +101 -0
- package/src/models/AgentConnector.ts +170 -0
- package/src/models/AgentConnectorRequest.ts +138 -0
- package/src/models/AppEnum.ts +3 -0
- package/src/models/Connector.ts +114 -0
- package/src/models/DeviceConnection.ts +106 -0
- package/src/models/DeviceFactSnapshot.ts +99 -0
- package/src/models/DeviceFacts.ts +156 -0
- package/src/models/DeviceFactsOSFamily.ts +60 -0
- package/src/models/DeviceFactsRequest.ts +156 -0
- package/src/models/DeviceGroup.ts +74 -0
- package/src/models/DeviceGroupRequest.ts +66 -0
- package/src/models/Disk.ts +107 -0
- package/src/models/DiskRequest.ts +107 -0
- package/src/models/EndpointDevice.ts +78 -6
- package/src/models/EndpointDeviceDetails.ts +178 -0
- package/src/models/EndpointDeviceRequest.ts +54 -5
- package/src/models/EnrollRequest.ts +75 -0
- package/src/models/EnrollResponse.ts +66 -0
- package/src/models/EnrollmentToken.ts +123 -0
- package/src/models/EnrollmentTokenRequest.ts +99 -0
- package/src/models/GoogleEndpointDevice.ts +74 -0
- package/src/models/GoogleEndpointDeviceRequest.ts +74 -0
- package/src/models/Hardware.ts +108 -0
- package/src/models/HardwareRequest.ts +108 -0
- package/src/models/MDMConfigRequest.ts +85 -0
- package/src/models/MDMConfigResponse.ts +66 -0
- package/src/models/ModelEnum.ts +4 -0
- package/src/models/Network.ts +99 -0
- package/src/models/NetworkInterface.ts +91 -0
- package/src/models/NetworkInterfaceRequest.ts +91 -0
- package/src/models/NetworkRequest.ts +99 -0
- package/src/models/OperatingSystem.ts +101 -0
- package/src/models/OperatingSystemRequest.ts +101 -0
- package/src/models/PaginatedAgentConnectorList.ts +99 -0
- package/src/models/PaginatedConnectorList.ts +99 -0
- package/src/models/PaginatedDeviceGroupList.ts +99 -0
- package/src/models/PaginatedEnrollmentTokenList.ts +99 -0
- package/src/models/PaginatedGoogleEndpointDeviceList.ts +99 -0
- package/src/models/PatchedAgentConnectorRequest.ts +137 -0
- package/src/models/PatchedDeviceGroupRequest.ts +65 -0
- package/src/models/PatchedEndpointDeviceRequest.ts +53 -5
- package/src/models/PatchedEnrollmentTokenRequest.ts +97 -0
- package/src/models/PatchedGoogleEndpointDeviceRequest.ts +73 -0
- package/src/models/Process.ts +83 -0
- package/src/models/ProcessRequest.ts +83 -0
- package/src/models/Software.ts +91 -0
- package/src/models/SoftwareRequest.ts +91 -0
- package/src/models/index.ts +43 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.12.0-rc1
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { DeviceFactsOSFamily } from './DeviceFactsOSFamily';
|
|
17
|
+
import {
|
|
18
|
+
DeviceFactsOSFamilyFromJSON,
|
|
19
|
+
DeviceFactsOSFamilyFromJSONTyped,
|
|
20
|
+
DeviceFactsOSFamilyToJSON,
|
|
21
|
+
DeviceFactsOSFamilyToJSONTyped,
|
|
22
|
+
} from './DeviceFactsOSFamily';
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @export
|
|
27
|
+
* @interface OperatingSystemRequest
|
|
28
|
+
*/
|
|
29
|
+
export interface OperatingSystemRequest {
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {DeviceFactsOSFamily}
|
|
33
|
+
* @memberof OperatingSystemRequest
|
|
34
|
+
*/
|
|
35
|
+
family: DeviceFactsOSFamily;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof OperatingSystemRequest
|
|
40
|
+
*/
|
|
41
|
+
name?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof OperatingSystemRequest
|
|
46
|
+
*/
|
|
47
|
+
version?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof OperatingSystemRequest
|
|
52
|
+
*/
|
|
53
|
+
arch: string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Check if a given object implements the OperatingSystemRequest interface.
|
|
60
|
+
*/
|
|
61
|
+
export function instanceOfOperatingSystemRequest(value: object): value is OperatingSystemRequest {
|
|
62
|
+
if (!('family' in value) || value['family'] === undefined) return false;
|
|
63
|
+
if (!('arch' in value) || value['arch'] === undefined) return false;
|
|
64
|
+
return true;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function OperatingSystemRequestFromJSON(json: any): OperatingSystemRequest {
|
|
68
|
+
return OperatingSystemRequestFromJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function OperatingSystemRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): OperatingSystemRequest {
|
|
72
|
+
if (json == null) {
|
|
73
|
+
return json;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'family': DeviceFactsOSFamilyFromJSON(json['family']),
|
|
78
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
79
|
+
'version': json['version'] == null ? undefined : json['version'],
|
|
80
|
+
'arch': json['arch'],
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export function OperatingSystemRequestToJSON(json: any): OperatingSystemRequest {
|
|
85
|
+
return OperatingSystemRequestToJSONTyped(json, false);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export function OperatingSystemRequestToJSONTyped(value?: OperatingSystemRequest | null, ignoreDiscriminator: boolean = false): any {
|
|
89
|
+
if (value == null) {
|
|
90
|
+
return value;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return {
|
|
94
|
+
|
|
95
|
+
'family': DeviceFactsOSFamilyToJSON(value['family']),
|
|
96
|
+
'name': value['name'],
|
|
97
|
+
'version': value['version'],
|
|
98
|
+
'arch': value['arch'],
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.12.0-rc1
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Pagination } from './Pagination';
|
|
17
|
+
import {
|
|
18
|
+
PaginationFromJSON,
|
|
19
|
+
PaginationFromJSONTyped,
|
|
20
|
+
PaginationToJSON,
|
|
21
|
+
PaginationToJSONTyped,
|
|
22
|
+
} from './Pagination';
|
|
23
|
+
import type { AgentConnector } from './AgentConnector';
|
|
24
|
+
import {
|
|
25
|
+
AgentConnectorFromJSON,
|
|
26
|
+
AgentConnectorFromJSONTyped,
|
|
27
|
+
AgentConnectorToJSON,
|
|
28
|
+
AgentConnectorToJSONTyped,
|
|
29
|
+
} from './AgentConnector';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface PaginatedAgentConnectorList
|
|
35
|
+
*/
|
|
36
|
+
export interface PaginatedAgentConnectorList {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Pagination}
|
|
40
|
+
* @memberof PaginatedAgentConnectorList
|
|
41
|
+
*/
|
|
42
|
+
pagination: Pagination;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Array<AgentConnector>}
|
|
46
|
+
* @memberof PaginatedAgentConnectorList
|
|
47
|
+
*/
|
|
48
|
+
results: Array<AgentConnector>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {{ [key: string]: any; }}
|
|
52
|
+
* @memberof PaginatedAgentConnectorList
|
|
53
|
+
*/
|
|
54
|
+
autocomplete: { [key: string]: any; };
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Check if a given object implements the PaginatedAgentConnectorList interface.
|
|
59
|
+
*/
|
|
60
|
+
export function instanceOfPaginatedAgentConnectorList(value: object): value is PaginatedAgentConnectorList {
|
|
61
|
+
if (!('pagination' in value) || value['pagination'] === undefined) return false;
|
|
62
|
+
if (!('results' in value) || value['results'] === undefined) return false;
|
|
63
|
+
if (!('autocomplete' in value) || value['autocomplete'] === undefined) return false;
|
|
64
|
+
return true;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function PaginatedAgentConnectorListFromJSON(json: any): PaginatedAgentConnectorList {
|
|
68
|
+
return PaginatedAgentConnectorListFromJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function PaginatedAgentConnectorListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedAgentConnectorList {
|
|
72
|
+
if (json == null) {
|
|
73
|
+
return json;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'pagination': PaginationFromJSON(json['pagination']),
|
|
78
|
+
'results': ((json['results'] as Array<any>).map(AgentConnectorFromJSON)),
|
|
79
|
+
'autocomplete': json['autocomplete'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function PaginatedAgentConnectorListToJSON(json: any): PaginatedAgentConnectorList {
|
|
84
|
+
return PaginatedAgentConnectorListToJSONTyped(json, false);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function PaginatedAgentConnectorListToJSONTyped(value?: PaginatedAgentConnectorList | null, ignoreDiscriminator: boolean = false): any {
|
|
88
|
+
if (value == null) {
|
|
89
|
+
return value;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return {
|
|
93
|
+
|
|
94
|
+
'pagination': PaginationToJSON(value['pagination']),
|
|
95
|
+
'results': ((value['results'] as Array<any>).map(AgentConnectorToJSON)),
|
|
96
|
+
'autocomplete': value['autocomplete'],
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.12.0-rc1
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Connector } from './Connector';
|
|
17
|
+
import {
|
|
18
|
+
ConnectorFromJSON,
|
|
19
|
+
ConnectorFromJSONTyped,
|
|
20
|
+
ConnectorToJSON,
|
|
21
|
+
ConnectorToJSONTyped,
|
|
22
|
+
} from './Connector';
|
|
23
|
+
import type { Pagination } from './Pagination';
|
|
24
|
+
import {
|
|
25
|
+
PaginationFromJSON,
|
|
26
|
+
PaginationFromJSONTyped,
|
|
27
|
+
PaginationToJSON,
|
|
28
|
+
PaginationToJSONTyped,
|
|
29
|
+
} from './Pagination';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface PaginatedConnectorList
|
|
35
|
+
*/
|
|
36
|
+
export interface PaginatedConnectorList {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Pagination}
|
|
40
|
+
* @memberof PaginatedConnectorList
|
|
41
|
+
*/
|
|
42
|
+
pagination: Pagination;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Array<Connector>}
|
|
46
|
+
* @memberof PaginatedConnectorList
|
|
47
|
+
*/
|
|
48
|
+
results: Array<Connector>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {{ [key: string]: any; }}
|
|
52
|
+
* @memberof PaginatedConnectorList
|
|
53
|
+
*/
|
|
54
|
+
autocomplete: { [key: string]: any; };
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Check if a given object implements the PaginatedConnectorList interface.
|
|
59
|
+
*/
|
|
60
|
+
export function instanceOfPaginatedConnectorList(value: object): value is PaginatedConnectorList {
|
|
61
|
+
if (!('pagination' in value) || value['pagination'] === undefined) return false;
|
|
62
|
+
if (!('results' in value) || value['results'] === undefined) return false;
|
|
63
|
+
if (!('autocomplete' in value) || value['autocomplete'] === undefined) return false;
|
|
64
|
+
return true;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function PaginatedConnectorListFromJSON(json: any): PaginatedConnectorList {
|
|
68
|
+
return PaginatedConnectorListFromJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function PaginatedConnectorListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedConnectorList {
|
|
72
|
+
if (json == null) {
|
|
73
|
+
return json;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'pagination': PaginationFromJSON(json['pagination']),
|
|
78
|
+
'results': ((json['results'] as Array<any>).map(ConnectorFromJSON)),
|
|
79
|
+
'autocomplete': json['autocomplete'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function PaginatedConnectorListToJSON(json: any): PaginatedConnectorList {
|
|
84
|
+
return PaginatedConnectorListToJSONTyped(json, false);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function PaginatedConnectorListToJSONTyped(value?: PaginatedConnectorList | null, ignoreDiscriminator: boolean = false): any {
|
|
88
|
+
if (value == null) {
|
|
89
|
+
return value;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return {
|
|
93
|
+
|
|
94
|
+
'pagination': PaginationToJSON(value['pagination']),
|
|
95
|
+
'results': ((value['results'] as Array<any>).map(ConnectorToJSON)),
|
|
96
|
+
'autocomplete': value['autocomplete'],
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.12.0-rc1
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Pagination } from './Pagination';
|
|
17
|
+
import {
|
|
18
|
+
PaginationFromJSON,
|
|
19
|
+
PaginationFromJSONTyped,
|
|
20
|
+
PaginationToJSON,
|
|
21
|
+
PaginationToJSONTyped,
|
|
22
|
+
} from './Pagination';
|
|
23
|
+
import type { DeviceGroup } from './DeviceGroup';
|
|
24
|
+
import {
|
|
25
|
+
DeviceGroupFromJSON,
|
|
26
|
+
DeviceGroupFromJSONTyped,
|
|
27
|
+
DeviceGroupToJSON,
|
|
28
|
+
DeviceGroupToJSONTyped,
|
|
29
|
+
} from './DeviceGroup';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface PaginatedDeviceGroupList
|
|
35
|
+
*/
|
|
36
|
+
export interface PaginatedDeviceGroupList {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Pagination}
|
|
40
|
+
* @memberof PaginatedDeviceGroupList
|
|
41
|
+
*/
|
|
42
|
+
pagination: Pagination;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Array<DeviceGroup>}
|
|
46
|
+
* @memberof PaginatedDeviceGroupList
|
|
47
|
+
*/
|
|
48
|
+
results: Array<DeviceGroup>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {{ [key: string]: any; }}
|
|
52
|
+
* @memberof PaginatedDeviceGroupList
|
|
53
|
+
*/
|
|
54
|
+
autocomplete: { [key: string]: any; };
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Check if a given object implements the PaginatedDeviceGroupList interface.
|
|
59
|
+
*/
|
|
60
|
+
export function instanceOfPaginatedDeviceGroupList(value: object): value is PaginatedDeviceGroupList {
|
|
61
|
+
if (!('pagination' in value) || value['pagination'] === undefined) return false;
|
|
62
|
+
if (!('results' in value) || value['results'] === undefined) return false;
|
|
63
|
+
if (!('autocomplete' in value) || value['autocomplete'] === undefined) return false;
|
|
64
|
+
return true;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function PaginatedDeviceGroupListFromJSON(json: any): PaginatedDeviceGroupList {
|
|
68
|
+
return PaginatedDeviceGroupListFromJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function PaginatedDeviceGroupListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedDeviceGroupList {
|
|
72
|
+
if (json == null) {
|
|
73
|
+
return json;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'pagination': PaginationFromJSON(json['pagination']),
|
|
78
|
+
'results': ((json['results'] as Array<any>).map(DeviceGroupFromJSON)),
|
|
79
|
+
'autocomplete': json['autocomplete'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function PaginatedDeviceGroupListToJSON(json: any): PaginatedDeviceGroupList {
|
|
84
|
+
return PaginatedDeviceGroupListToJSONTyped(json, false);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function PaginatedDeviceGroupListToJSONTyped(value?: PaginatedDeviceGroupList | null, ignoreDiscriminator: boolean = false): any {
|
|
88
|
+
if (value == null) {
|
|
89
|
+
return value;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return {
|
|
93
|
+
|
|
94
|
+
'pagination': PaginationToJSON(value['pagination']),
|
|
95
|
+
'results': ((value['results'] as Array<any>).map(DeviceGroupToJSON)),
|
|
96
|
+
'autocomplete': value['autocomplete'],
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.12.0-rc1
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { EnrollmentToken } from './EnrollmentToken';
|
|
17
|
+
import {
|
|
18
|
+
EnrollmentTokenFromJSON,
|
|
19
|
+
EnrollmentTokenFromJSONTyped,
|
|
20
|
+
EnrollmentTokenToJSON,
|
|
21
|
+
EnrollmentTokenToJSONTyped,
|
|
22
|
+
} from './EnrollmentToken';
|
|
23
|
+
import type { Pagination } from './Pagination';
|
|
24
|
+
import {
|
|
25
|
+
PaginationFromJSON,
|
|
26
|
+
PaginationFromJSONTyped,
|
|
27
|
+
PaginationToJSON,
|
|
28
|
+
PaginationToJSONTyped,
|
|
29
|
+
} from './Pagination';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface PaginatedEnrollmentTokenList
|
|
35
|
+
*/
|
|
36
|
+
export interface PaginatedEnrollmentTokenList {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Pagination}
|
|
40
|
+
* @memberof PaginatedEnrollmentTokenList
|
|
41
|
+
*/
|
|
42
|
+
pagination: Pagination;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Array<EnrollmentToken>}
|
|
46
|
+
* @memberof PaginatedEnrollmentTokenList
|
|
47
|
+
*/
|
|
48
|
+
results: Array<EnrollmentToken>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {{ [key: string]: any; }}
|
|
52
|
+
* @memberof PaginatedEnrollmentTokenList
|
|
53
|
+
*/
|
|
54
|
+
autocomplete: { [key: string]: any; };
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Check if a given object implements the PaginatedEnrollmentTokenList interface.
|
|
59
|
+
*/
|
|
60
|
+
export function instanceOfPaginatedEnrollmentTokenList(value: object): value is PaginatedEnrollmentTokenList {
|
|
61
|
+
if (!('pagination' in value) || value['pagination'] === undefined) return false;
|
|
62
|
+
if (!('results' in value) || value['results'] === undefined) return false;
|
|
63
|
+
if (!('autocomplete' in value) || value['autocomplete'] === undefined) return false;
|
|
64
|
+
return true;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function PaginatedEnrollmentTokenListFromJSON(json: any): PaginatedEnrollmentTokenList {
|
|
68
|
+
return PaginatedEnrollmentTokenListFromJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function PaginatedEnrollmentTokenListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedEnrollmentTokenList {
|
|
72
|
+
if (json == null) {
|
|
73
|
+
return json;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'pagination': PaginationFromJSON(json['pagination']),
|
|
78
|
+
'results': ((json['results'] as Array<any>).map(EnrollmentTokenFromJSON)),
|
|
79
|
+
'autocomplete': json['autocomplete'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function PaginatedEnrollmentTokenListToJSON(json: any): PaginatedEnrollmentTokenList {
|
|
84
|
+
return PaginatedEnrollmentTokenListToJSONTyped(json, false);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function PaginatedEnrollmentTokenListToJSONTyped(value?: PaginatedEnrollmentTokenList | null, ignoreDiscriminator: boolean = false): any {
|
|
88
|
+
if (value == null) {
|
|
89
|
+
return value;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return {
|
|
93
|
+
|
|
94
|
+
'pagination': PaginationToJSON(value['pagination']),
|
|
95
|
+
'results': ((value['results'] as Array<any>).map(EnrollmentTokenToJSON)),
|
|
96
|
+
'autocomplete': value['autocomplete'],
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* authentik
|
|
5
|
+
* Making authentication simple.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 2025.12.0-rc1
|
|
8
|
+
* Contact: hello@goauthentik.io
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
import type { Pagination } from './Pagination';
|
|
17
|
+
import {
|
|
18
|
+
PaginationFromJSON,
|
|
19
|
+
PaginationFromJSONTyped,
|
|
20
|
+
PaginationToJSON,
|
|
21
|
+
PaginationToJSONTyped,
|
|
22
|
+
} from './Pagination';
|
|
23
|
+
import type { GoogleEndpointDevice } from './GoogleEndpointDevice';
|
|
24
|
+
import {
|
|
25
|
+
GoogleEndpointDeviceFromJSON,
|
|
26
|
+
GoogleEndpointDeviceFromJSONTyped,
|
|
27
|
+
GoogleEndpointDeviceToJSON,
|
|
28
|
+
GoogleEndpointDeviceToJSONTyped,
|
|
29
|
+
} from './GoogleEndpointDevice';
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface PaginatedGoogleEndpointDeviceList
|
|
35
|
+
*/
|
|
36
|
+
export interface PaginatedGoogleEndpointDeviceList {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {Pagination}
|
|
40
|
+
* @memberof PaginatedGoogleEndpointDeviceList
|
|
41
|
+
*/
|
|
42
|
+
pagination: Pagination;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {Array<GoogleEndpointDevice>}
|
|
46
|
+
* @memberof PaginatedGoogleEndpointDeviceList
|
|
47
|
+
*/
|
|
48
|
+
results: Array<GoogleEndpointDevice>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {{ [key: string]: any; }}
|
|
52
|
+
* @memberof PaginatedGoogleEndpointDeviceList
|
|
53
|
+
*/
|
|
54
|
+
autocomplete: { [key: string]: any; };
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Check if a given object implements the PaginatedGoogleEndpointDeviceList interface.
|
|
59
|
+
*/
|
|
60
|
+
export function instanceOfPaginatedGoogleEndpointDeviceList(value: object): value is PaginatedGoogleEndpointDeviceList {
|
|
61
|
+
if (!('pagination' in value) || value['pagination'] === undefined) return false;
|
|
62
|
+
if (!('results' in value) || value['results'] === undefined) return false;
|
|
63
|
+
if (!('autocomplete' in value) || value['autocomplete'] === undefined) return false;
|
|
64
|
+
return true;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export function PaginatedGoogleEndpointDeviceListFromJSON(json: any): PaginatedGoogleEndpointDeviceList {
|
|
68
|
+
return PaginatedGoogleEndpointDeviceListFromJSONTyped(json, false);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export function PaginatedGoogleEndpointDeviceListFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedGoogleEndpointDeviceList {
|
|
72
|
+
if (json == null) {
|
|
73
|
+
return json;
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
|
|
77
|
+
'pagination': PaginationFromJSON(json['pagination']),
|
|
78
|
+
'results': ((json['results'] as Array<any>).map(GoogleEndpointDeviceFromJSON)),
|
|
79
|
+
'autocomplete': json['autocomplete'],
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export function PaginatedGoogleEndpointDeviceListToJSON(json: any): PaginatedGoogleEndpointDeviceList {
|
|
84
|
+
return PaginatedGoogleEndpointDeviceListToJSONTyped(json, false);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export function PaginatedGoogleEndpointDeviceListToJSONTyped(value?: PaginatedGoogleEndpointDeviceList | null, ignoreDiscriminator: boolean = false): any {
|
|
88
|
+
if (value == null) {
|
|
89
|
+
return value;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return {
|
|
93
|
+
|
|
94
|
+
'pagination': PaginationToJSON(value['pagination']),
|
|
95
|
+
'results': ((value['results'] as Array<any>).map(GoogleEndpointDeviceToJSON)),
|
|
96
|
+
'autocomplete': value['autocomplete'],
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|