@flightctl/ui-components 1.1.0-rc1 → 1.1.0-rc4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/components/Repository/CreateRepository/CreateRepositoryForm.css +5 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/types/imagebuilder/index.d.ts +2 -0
- package/dist/types/imagebuilder/index.d.ts.map +1 -1
- package/dist/types/imagebuilder/index.js +3 -1
- package/dist/types/imagebuilder/index.js.map +1 -1
- package/dist/types/imagebuilder/models/ApiVersion.d.ts +8 -0
- package/dist/types/imagebuilder/models/ApiVersion.d.ts.map +1 -0
- package/dist/types/imagebuilder/models/ApiVersion.js +16 -0
- package/dist/types/imagebuilder/models/ApiVersion.js.map +1 -0
- package/dist/types/imagebuilder/models/ImageBuild.d.ts +2 -4
- package/dist/types/imagebuilder/models/ImageBuild.d.ts.map +1 -1
- package/dist/types/imagebuilder/models/ImageBuildList.d.ts +2 -4
- package/dist/types/imagebuilder/models/ImageBuildList.d.ts.map +1 -1
- package/dist/types/imagebuilder/models/ImageExport.d.ts +2 -4
- package/dist/types/imagebuilder/models/ImageExport.d.ts.map +1 -1
- package/dist/types/imagebuilder/models/ImageExportList.d.ts +2 -4
- package/dist/types/imagebuilder/models/ImageExportList.d.ts.map +1 -1
- package/dist/types/imagebuilder/models/Status.d.ts +28 -0
- package/dist/types/imagebuilder/models/Status.d.ts.map +1 -0
- package/dist/types/imagebuilder/models/Status.js +3 -0
- package/dist/types/imagebuilder/models/Status.js.map +1 -0
- package/dist/types/index.d.ts +8 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +3 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/models/ApiVersion.d.ts +9 -0
- package/dist/types/models/ApiVersion.d.ts.map +1 -0
- package/dist/types/models/ApiVersion.js +17 -0
- package/dist/types/models/ApiVersion.js.map +1 -0
- package/dist/types/models/ApplicationProviderBase.d.ts +12 -0
- package/dist/types/models/ApplicationProviderBase.d.ts.map +1 -0
- package/dist/types/models/ApplicationProviderBase.js +3 -0
- package/dist/types/models/ApplicationProviderBase.js.map +1 -0
- package/dist/types/models/ApplicationProviderSpec.d.ts +5 -15
- package/dist/types/models/ApplicationProviderSpec.d.ts.map +1 -1
- package/dist/types/models/ApplicationUser.d.ts +7 -0
- package/dist/types/models/ApplicationUser.d.ts.map +1 -0
- package/dist/types/models/ApplicationUser.js +3 -0
- package/dist/types/models/ApplicationUser.js.map +1 -0
- package/dist/types/models/AuthConfig.d.ts +2 -4
- package/dist/types/models/AuthConfig.d.ts.map +1 -1
- package/dist/types/models/AuthProvider.d.ts +2 -4
- package/dist/types/models/AuthProvider.d.ts.map +1 -1
- package/dist/types/models/AuthProviderList.d.ts +2 -4
- package/dist/types/models/AuthProviderList.d.ts.map +1 -1
- package/dist/types/models/CertificateSigningRequest.d.ts +2 -4
- package/dist/types/models/CertificateSigningRequest.d.ts.map +1 -1
- package/dist/types/models/CertificateSigningRequestList.d.ts +2 -4
- package/dist/types/models/CertificateSigningRequestList.d.ts.map +1 -1
- package/dist/types/models/ComposeApplication.d.ts +7 -0
- package/dist/types/models/ComposeApplication.d.ts.map +1 -0
- package/dist/types/models/ComposeApplication.js +3 -0
- package/dist/types/models/ComposeApplication.js.map +1 -0
- package/dist/types/models/ContainerApplication.d.ts +18 -0
- package/dist/types/models/ContainerApplication.d.ts.map +1 -0
- package/dist/types/models/ContainerApplication.js +3 -0
- package/dist/types/models/ContainerApplication.js.map +1 -0
- package/dist/types/models/ContainerApplicationProperties.d.ts +13 -0
- package/dist/types/models/ContainerApplicationProperties.d.ts.map +1 -0
- package/dist/types/models/ContainerApplicationProperties.js +3 -0
- package/dist/types/models/ContainerApplicationProperties.js.map +1 -0
- package/dist/types/models/Device.d.ts +2 -4
- package/dist/types/models/Device.d.ts.map +1 -1
- package/dist/types/models/DeviceList.d.ts +2 -4
- package/dist/types/models/DeviceList.d.ts.map +1 -1
- package/dist/types/models/EnrollmentRequest.d.ts +2 -4
- package/dist/types/models/EnrollmentRequest.d.ts.map +1 -1
- package/dist/types/models/EnrollmentRequestList.d.ts +2 -4
- package/dist/types/models/EnrollmentRequestList.d.ts.map +1 -1
- package/dist/types/models/Event.d.ts +2 -4
- package/dist/types/models/Event.d.ts.map +1 -1
- package/dist/types/models/Event.js.map +1 -1
- package/dist/types/models/EventList.d.ts +2 -4
- package/dist/types/models/EventList.d.ts.map +1 -1
- package/dist/types/models/Fleet.d.ts +2 -4
- package/dist/types/models/Fleet.d.ts.map +1 -1
- package/dist/types/models/FleetList.d.ts +2 -4
- package/dist/types/models/FleetList.d.ts.map +1 -1
- package/dist/types/models/HelmApplication.d.ts +20 -0
- package/dist/types/models/HelmApplication.d.ts.map +1 -0
- package/dist/types/models/HelmApplication.js +3 -0
- package/dist/types/models/HelmApplication.js.map +1 -0
- package/dist/types/models/ImageApplicationProviderSpec.d.ts +2 -22
- package/dist/types/models/ImageApplicationProviderSpec.d.ts.map +1 -1
- package/dist/types/models/InlineApplicationProviderSpec.d.ts +2 -3
- package/dist/types/models/InlineApplicationProviderSpec.d.ts.map +1 -1
- package/dist/types/models/Organization.d.ts +2 -4
- package/dist/types/models/Organization.d.ts.map +1 -1
- package/dist/types/models/OrganizationList.d.ts +2 -4
- package/dist/types/models/OrganizationList.d.ts.map +1 -1
- package/dist/types/models/QuadletApplication.d.ts +8 -0
- package/dist/types/models/QuadletApplication.d.ts.map +1 -0
- package/dist/types/models/QuadletApplication.js +3 -0
- package/dist/types/models/QuadletApplication.js.map +1 -0
- package/dist/types/models/Repository.d.ts +2 -4
- package/dist/types/models/Repository.d.ts.map +1 -1
- package/dist/types/models/RepositoryList.d.ts +2 -4
- package/dist/types/models/RepositoryList.d.ts.map +1 -1
- package/dist/types/models/ResourceSync.d.ts +2 -4
- package/dist/types/models/ResourceSync.d.ts.map +1 -1
- package/dist/types/models/ResourceSyncList.d.ts +2 -4
- package/dist/types/models/ResourceSyncList.d.ts.map +1 -1
- package/dist/types/models/Status.d.ts +2 -4
- package/dist/types/models/Status.d.ts.map +1 -1
- package/dist/types/models/TemplateVersion.d.ts +2 -4
- package/dist/types/models/TemplateVersion.d.ts.map +1 -1
- package/dist/types/models/TemplateVersionList.d.ts +2 -4
- package/dist/types/models/TemplateVersionList.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/AuthProviderDetails/AuthProviderDetailsTab.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/AuthProviderDetails/DeleteAuthProviderModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/AuthProviderDetails/DeleteAuthProviderModal.js +3 -3
- package/dist/ui-components/src/components/AuthProvider/AuthProviderDetails/DeleteAuthProviderModal.js.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/AuthProviderDetails/RoleAssigmentDetails.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/AuthProviderRow.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/CreateAuthProvider.js +3 -3
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/CreateAuthProvider.js.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/CreateAuthProviderForm.d.ts +1 -1
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/CreateAuthProviderForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/CreateAuthProviderForm.js +9 -9
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/CreateAuthProviderForm.js.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/types.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/utils.d.ts +2 -2
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/utils.js +90 -60
- package/dist/ui-components/src/components/AuthProvider/CreateAuthProvider/utils.js.map +1 -1
- package/dist/ui-components/src/components/AuthProvider/TestConnectionModal/TestConnectionModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/DetailsNotFound.d.ts.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/DetailsPage.d.ts.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/DetailsPageActions.d.ts.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/DetailsPageActions.js +10 -10
- package/dist/ui-components/src/components/DetailsPage/DetailsPageActions.js.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/DetailsPageCard.js +1 -1
- package/dist/ui-components/src/components/DetailsPage/DetailsPageCard.js.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/Tables/ApplicationsTable.d.ts.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/Tables/ApplicationsTable.js +1 -1
- package/dist/ui-components/src/components/DetailsPage/Tables/ApplicationsTable.js.map +1 -1
- package/dist/ui-components/src/components/DetailsPage/Tables/SystemdUnitsTable.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/AddDeviceModal/AddDeviceModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceAliasEdit.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceAliasEdit.js +9 -9
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceAliasEdit.js.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceApplications.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceDetailsPage.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceDetailsPage.js +12 -11
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceDetailsPage.js.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceDetailsTab.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceDetailsTabContent/StatusContent.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceDetailsTabContent/SystemResourcesContent.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceFleet.d.ts +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceFleet.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceOs.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/DeviceSystemdUnits.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/TerminalTab.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DeviceDetails/TerminalTab.js +12 -8
- package/dist/ui-components/src/components/Device/DeviceDetails/TerminalTab.js.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DecommissionedDeviceTableRow.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DecommissionedDevicesTable.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DecommissionedDevicesTable.js +3 -3
- package/dist/ui-components/src/components/Device/DevicesPage/DecommissionedDevicesTable.js.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DeviceFilterSelect.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DeviceNameOnlyToolbarFilter.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DeviceTableToolbar.js +5 -6
- package/dist/ui-components/src/components/Device/DevicesPage/DeviceTableToolbar.js.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DeviceToolbarFilters.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DeviceToolbarFilters.js +4 -4
- package/dist/ui-components/src/components/Device/DevicesPage/DeviceToolbarFilters.js.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/DevicesEmptyStates.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/EnrolledDeviceTableRow.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/EnrolledDeviceTableRow.js +5 -1
- package/dist/ui-components/src/components/Device/DevicesPage/EnrolledDeviceTableRow.js.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/EnrolledDevicesTable.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/EnrolledDevicesTable.js +3 -3
- package/dist/ui-components/src/components/Device/DevicesPage/EnrolledDevicesTable.js.map +1 -1
- package/dist/ui-components/src/components/Device/DevicesPage/useDevices.d.ts +8 -8
- package/dist/ui-components/src/components/Device/DevicesPage/useDevices.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/EditDeviceWizard.js +7 -4
- package/dist/ui-components/src/components/Device/EditDeviceWizard/EditDeviceWizard.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/deviceSpecUtils.d.ts +3 -3
- package/dist/ui-components/src/components/Device/EditDeviceWizard/deviceSpecUtils.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/deviceSpecUtils.js +312 -361
- package/dist/ui-components/src/components/Device/EditDeviceWizard/deviceSpecUtils.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationContainerForm.d.ts +2 -4
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationContainerForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationContainerForm.js +26 -27
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationContainerForm.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationHelmForm.d.ts +2 -4
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationHelmForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationHelmForm.js +5 -4
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationHelmForm.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationImageForm.d.ts +2 -4
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationImageForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationImageForm.js +2 -2
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationImageForm.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationInlineForm.d.ts +4 -4
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationInlineForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationInlineForm.js +20 -23
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationInlineForm.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationIntegritySettings.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationIntegritySettings.js +5 -5
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationIntegritySettings.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationTemplates.d.ts +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationTemplates.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationTemplates.js +25 -45
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationTemplates.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVariablesForm.d.ts +8 -0
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVariablesForm.d.ts.map +1 -0
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVariablesForm.js +37 -0
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVariablesForm.js.map +1 -0
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVolumeForm.d.ts +1 -3
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVolumeForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVolumeForm.js +5 -8
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ApplicationVolumeForm.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ConfigInlineTemplateForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ConfigK8sSecretTemplateForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ConfigWithRepositoryTemplateForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ConfigurationTemplates.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/DeviceTemplateStep.d.ts +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/DeviceTemplateStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/DeviceUpdateStep.d.ts +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/DeviceUpdateStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/GeneralInfoStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ReviewApplications.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ReviewDeviceStep.d.ts +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ReviewDeviceStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ReviewTrackedSystemdServices.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/ReviewUpdatePolicy.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/SystemdUnitsForm.d.ts +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/steps/SystemdUnitsForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/useEditDevice.js +3 -3
- package/dist/ui-components/src/components/Device/EditDeviceWizard/useEditDevice.js.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/utils.d.ts +18 -18
- package/dist/ui-components/src/components/Device/EditDeviceWizard/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/utils.js +4 -1
- package/dist/ui-components/src/components/Device/EditDeviceWizard/utils.js.map +1 -1
- package/dist/ui-components/src/components/EnrollmentRequest/EnrollmentRequestDetails/EnrollmentRequestDetails.js +3 -3
- package/dist/ui-components/src/components/EnrollmentRequest/EnrollmentRequestDetails/EnrollmentRequestDetails.js.map +1 -1
- package/dist/ui-components/src/components/EnrollmentRequest/EnrollmentRequestList.d.ts.map +1 -1
- package/dist/ui-components/src/components/EnrollmentRequest/EnrollmentRequestList.js +3 -3
- package/dist/ui-components/src/components/EnrollmentRequest/EnrollmentRequestList.js.map +1 -1
- package/dist/ui-components/src/components/EnrollmentRequest/EnrollmentRequestTableToolbar.d.ts.map +1 -1
- package/dist/ui-components/src/components/EnrollmentRequest/useEnrollmentRequests.d.ts.map +1 -1
- package/dist/ui-components/src/components/ErrorAlert/ErrorAlert.d.ts +4 -2
- package/dist/ui-components/src/components/ErrorAlert/ErrorAlert.d.ts.map +1 -1
- package/dist/ui-components/src/components/ErrorAlert/ErrorAlert.js +2 -2
- package/dist/ui-components/src/components/ErrorAlert/ErrorAlert.js.map +1 -1
- package/dist/ui-components/src/components/Events/EventItem.d.ts.map +1 -1
- package/dist/ui-components/src/components/Events/EventsCard.d.ts.map +1 -1
- package/dist/ui-components/src/components/Events/useEvents.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/CreateFleetWizard.js +4 -4
- package/dist/ui-components/src/components/Fleet/CreateFleet/CreateFleetWizard.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/CreateFleetWizardFooter.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/fleetSpecUtils.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/DeviceLabelSelector.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/DeviceLabelSelector.js +3 -3
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/DeviceLabelSelector.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/GeneralInfoStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/ReviewStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/UpdatePolicyStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/UpdateStepDisruptionBudget.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/UpdateStepRolloutPolicy.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/UpdateStepUpdatePolicy.d.ts +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/UpdateStepUpdatePolicy.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/UpdateStepUpdatePolicy.js +3 -3
- package/dist/ui-components/src/components/Fleet/CreateFleet/steps/UpdateStepUpdatePolicy.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/useEditFleet.js +3 -3
- package/dist/ui-components/src/components/Fleet/CreateFleet/useEditFleet.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/utils.d.ts +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/CreateFleet/utils.js +12 -4
- package/dist/ui-components/src/components/Fleet/CreateFleet/utils.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/DeleteFleetModal/DeleteFleetModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/DeleteFleetModal/DeleteFleetModal.js +6 -6
- package/dist/ui-components/src/components/Fleet/DeleteFleetModal/DeleteFleetModal.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetDetailsContent.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetDevicesCharts.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetDevicesCount.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetOwnerLink.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetRestoreBanner.d.ts +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetRestoreBanner.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetYaml.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetYaml.js +1 -1
- package/dist/ui-components/src/components/Fleet/FleetDetails/FleetYaml.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/FleetStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/ImportFleetWizard.js +9 -5
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/ImportFleetWizard.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/steps/RepositoryStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/steps/RepositoryStep.js +3 -1
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/steps/RepositoryStep.js.map +1 -1
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/steps/ResourceSyncStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/steps/ReviewStep.d.ts +1 -1
- package/dist/ui-components/src/components/Fleet/ImportFleetWizard/steps/ReviewStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/useFleets.d.ts.map +1 -1
- package/dist/ui-components/src/components/Fleet/useFleets.js +1 -1
- package/dist/ui-components/src/components/Fleet/useFleets.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CancelImageBuildModal/CancelImageBuildModal.d.ts +7 -0
- package/dist/ui-components/src/components/ImageBuilds/CancelImageBuildModal/CancelImageBuildModal.d.ts.map +1 -0
- package/dist/ui-components/src/components/ImageBuilds/CancelImageBuildModal/CancelImageBuildModal.js +40 -0
- package/dist/ui-components/src/components/ImageBuilds/CancelImageBuildModal/CancelImageBuildModal.js.map +1 -0
- package/dist/ui-components/src/components/ImageBuilds/ConfirmImageExportModal/ConfirmImageExportModal.d.ts +8 -0
- package/dist/ui-components/src/components/ImageBuilds/ConfirmImageExportModal/ConfirmImageExportModal.d.ts.map +1 -0
- package/dist/ui-components/src/components/ImageBuilds/ConfirmImageExportModal/ConfirmImageExportModal.js +37 -0
- package/dist/ui-components/src/components/ImageBuilds/ConfirmImageExportModal/ConfirmImageExportModal.js.map +1 -0
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/CreateImageBuildWizard.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/CreateImageBuildWizard.js +7 -6
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/CreateImageBuildWizard.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/OutputImageStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/OutputImageStep.js +4 -2
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/OutputImageStep.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/RegistrationStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/RegistrationStep.js +13 -10
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/RegistrationStep.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/ReviewStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/ReviewStep.js +4 -2
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/ReviewStep.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/SourceImageStep.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/SourceImageStep.js +7 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/steps/SourceImageStep.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/types.d.ts +3 -5
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/types.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/useEditImageBuild.js +3 -3
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/useEditImageBuild.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/utils.d.ts +3 -2
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/utils.js +171 -36
- package/dist/ui-components/src/components/ImageBuilds/CreateImageBuildWizard/utils.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/DeleteImageBuildModal/DeleteImageBuildModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/DeleteImageBuildModal/DeleteImageBuildModal.js +3 -3
- package/dist/ui-components/src/components/ImageBuilds/DeleteImageBuildModal/DeleteImageBuildModal.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildAndExportStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsPage.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsPage.js +23 -12
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsPage.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsTab.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsTab.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildExportsGallery.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildExportsGallery.js +120 -44
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildExportsGallery.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildLogsTab.d.ts +1 -0
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildLogsTab.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildLogsTab.js +17 -18
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildLogsTab.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildYaml.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildYaml.js +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildDetails/ImageBuildYaml.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildRow.d.ts +5 -2
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildRow.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildRow.js +22 -12
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildRow.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildsPage.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildsPage.js +17 -8
- package/dist/ui-components/src/components/ImageBuilds/ImageBuildsPage.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageExportCards.d.ts +10 -9
- package/dist/ui-components/src/components/ImageBuilds/ImageExportCards.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageExportCards.js +122 -26
- package/dist/ui-components/src/components/ImageBuilds/ImageExportCards.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageUrl.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/ImageUrlCard.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/OciRegistriesContext.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/useImageBuildLogs.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/useImageBuildLogs.js +7 -7
- package/dist/ui-components/src/components/ImageBuilds/useImageBuildLogs.js.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/useImageBuilds.d.ts.map +1 -1
- package/dist/ui-components/src/components/ImageBuilds/useImageBuilds.js +4 -1
- package/dist/ui-components/src/components/ImageBuilds/useImageBuilds.js.map +1 -1
- package/dist/ui-components/src/components/ListPage/ListPageActions.d.ts.map +1 -1
- package/dist/ui-components/src/components/ListPage/ListPageActions.js +25 -12
- package/dist/ui-components/src/components/ListPage/ListPageActions.js.map +1 -1
- package/dist/ui-components/src/components/ListPage/types.d.ts +0 -1
- package/dist/ui-components/src/components/ListPage/types.d.ts.map +1 -1
- package/dist/ui-components/src/components/Login/ProviderSelector.d.ts.map +1 -1
- package/dist/ui-components/src/components/Login/TokenLoginForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Login/TokenLoginForm.js +6 -6
- package/dist/ui-components/src/components/Login/TokenLoginForm.js.map +1 -1
- package/dist/ui-components/src/components/Masthead/CommandLineToolsPage.js +4 -4
- package/dist/ui-components/src/components/Masthead/CommandLineToolsPage.js.map +1 -1
- package/dist/ui-components/src/components/OverviewPage/Cards/Status/ApplicationStatusChart.d.ts.map +1 -1
- package/dist/ui-components/src/components/OverviewPage/Cards/Status/DeviceStatusChart.d.ts.map +1 -1
- package/dist/ui-components/src/components/OverviewPage/Cards/Status/SystemUpdateStatusChart.d.ts.map +1 -1
- package/dist/ui-components/src/components/OverviewPage/Cards/Status/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/CreateRepository/CreateRepository.js +6 -6
- package/dist/ui-components/src/components/Repository/CreateRepository/CreateRepository.js.map +1 -1
- package/dist/ui-components/src/components/Repository/CreateRepository/CreateRepositoryForm.d.ts +5 -3
- package/dist/ui-components/src/components/Repository/CreateRepository/CreateRepositoryForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/CreateRepository/CreateRepositoryForm.js +26 -19
- package/dist/ui-components/src/components/Repository/CreateRepository/CreateRepositoryForm.js.map +1 -1
- package/dist/ui-components/src/components/Repository/CreateRepository/CreateResourceSyncsForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/CreateRepository/utils.d.ts +10 -9
- package/dist/ui-components/src/components/Repository/CreateRepository/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/CreateRepository/utils.js +19 -12
- package/dist/ui-components/src/components/Repository/CreateRepository/utils.js.map +1 -1
- package/dist/ui-components/src/components/Repository/RepositoryDetails/DeleteRepositoryModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/RepositoryDetails/DeleteRepositoryModal.js +10 -10
- package/dist/ui-components/src/components/Repository/RepositoryDetails/DeleteRepositoryModal.js.map +1 -1
- package/dist/ui-components/src/components/Repository/RepositoryDetails/RepositoryGeneralDetailsCard.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/RepositoryDetails/RepositoryResourceSyncsCard.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/RepositoryDetails/RepositorySource.d.ts +2 -2
- package/dist/ui-components/src/components/Repository/RepositoryDetails/RepositorySource.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/RepositoryDetails/RepositorySourceList.d.ts.map +1 -1
- package/dist/ui-components/src/components/Repository/RepositoryDetails/RepositorySourceList.js +3 -3
- package/dist/ui-components/src/components/Repository/RepositoryDetails/RepositorySourceList.js.map +1 -1
- package/dist/ui-components/src/components/Repository/useRepositories.d.ts +1 -8
- package/dist/ui-components/src/components/Repository/useRepositories.d.ts.map +1 -1
- package/dist/ui-components/src/components/ResourceSync/RepositoryResourceSyncList.d.ts.map +1 -1
- package/dist/ui-components/src/components/ResourceSync/RepositoryResourceSyncList.js +6 -6
- package/dist/ui-components/src/components/ResourceSync/RepositoryResourceSyncList.js.map +1 -1
- package/dist/ui-components/src/components/ResourceSync/ResourceSyncStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/ResourceSync/ResourceSyncToRepository.js +3 -3
- package/dist/ui-components/src/components/ResourceSync/ResourceSyncToRepository.js.map +1 -1
- package/dist/ui-components/src/components/Status/ApplicationStatus.d.ts +1 -1
- package/dist/ui-components/src/components/Status/ApplicationStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/ApplicationSummaryStatus.d.ts +1 -1
- package/dist/ui-components/src/components/Status/ApplicationSummaryStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/DeviceLifecycleStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/DeviceResourceStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/DeviceStatus.d.ts +1 -1
- package/dist/ui-components/src/components/Status/DeviceStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/EnrollmentRequestStatus.d.ts +1 -1
- package/dist/ui-components/src/components/Status/EnrollmentRequestStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/IntegrityStatus.d.ts +1 -1
- package/dist/ui-components/src/components/Status/IntegrityStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/RepositoryStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/StatusDisplay.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/SystemUpdateStatus.d.ts +1 -1
- package/dist/ui-components/src/components/Status/SystemUpdateStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/SystemdStatus.d.ts.map +1 -1
- package/dist/ui-components/src/components/Status/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/SystemRestore/PendingSyncDevicesAlert.d.ts.map +1 -1
- package/dist/ui-components/src/components/SystemRestore/SuspendedDevicesAlert.d.ts.map +1 -1
- package/dist/ui-components/src/components/SystemRestore/SystemRestoreBanners.d.ts +2 -2
- package/dist/ui-components/src/components/SystemRestore/SystemRestoreBanners.d.ts.map +1 -1
- package/dist/ui-components/src/components/Table/Table.js +3 -4
- package/dist/ui-components/src/components/Table/Table.js.map +1 -1
- package/dist/ui-components/src/components/Table/TableActions.d.ts.map +1 -1
- package/dist/ui-components/src/components/Table/TableTextSearch.js +2 -3
- package/dist/ui-components/src/components/Table/TableTextSearch.js.map +1 -1
- package/dist/ui-components/src/components/charts/DonutChart.d.ts +1 -1
- package/dist/ui-components/src/components/charts/DonutChart.d.ts.map +1 -1
- package/dist/ui-components/src/components/charts/DonutChart.js +1 -1
- package/dist/ui-components/src/components/charts/DonutChart.js.map +1 -1
- package/dist/ui-components/src/components/charts/utils.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/CodeEditor/CodeEditorTheme.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/CodeEditor/Shortcut.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/CodeEditor/YamlEditor.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/CodeEditor/YamlEditor.js +3 -3
- package/dist/ui-components/src/components/common/CodeEditor/YamlEditor.js.map +1 -1
- package/dist/ui-components/src/components/common/CodeEditor/YamlEditorBase.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/CodeEditor/YamlEditorBase.js +3 -3
- package/dist/ui-components/src/components/common/CodeEditor/YamlEditorBase.js.map +1 -1
- package/dist/ui-components/src/components/common/CodeEditor/useShortcutPopover.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/CopyButton.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/EditableLabelControl.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/FlightCtlDescriptionList.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/FlightCtlDescriptionList.js +1 -4
- package/dist/ui-components/src/components/common/FlightCtlDescriptionList.js.map +1 -1
- package/dist/ui-components/src/components/common/FlightCtlWizardFooter.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/LabelsView.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/LearnMoreLink.d.ts +1 -1
- package/dist/ui-components/src/components/common/LearnMoreLink.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/OrganizationGuard.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/OrganizationGuard.js +7 -7
- package/dist/ui-components/src/components/common/OrganizationGuard.js.map +1 -1
- package/dist/ui-components/src/components/common/OrganizationSelector.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/OrganizationSelector.js +6 -6
- package/dist/ui-components/src/components/common/OrganizationSelector.js.map +1 -1
- package/dist/ui-components/src/components/common/PageNavigation.d.ts +1 -1
- package/dist/ui-components/src/components/common/PageNavigation.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/PageWithPermissions.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/PermissionsContext.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/PermissionsContext.js +3 -3
- package/dist/ui-components/src/components/common/PermissionsContext.js.map +1 -1
- package/dist/ui-components/src/components/common/ResourceLink.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/ResourceListEmptyState.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/WithHelperText.d.ts +1 -1
- package/dist/ui-components/src/components/common/WithHelperText.d.ts.map +1 -1
- package/dist/ui-components/src/components/common/WithTooltip.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/CheckboxField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/CheckboxField.js +16 -18
- package/dist/ui-components/src/components/form/CheckboxField.js.map +1 -1
- package/dist/ui-components/src/components/form/ExpandableFormSection.d.ts +2 -2
- package/dist/ui-components/src/components/form/ExpandableFormSection.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/FieldHelperText.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/FilterSelect.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/FlightCtlForm.d.ts +1 -1
- package/dist/ui-components/src/components/form/FlightCtlForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/FormSelect.d.ts +1 -1
- package/dist/ui-components/src/components/form/FormSelect.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/FormSelect.js +2 -3
- package/dist/ui-components/src/components/form/FormSelect.js.map +1 -1
- package/dist/ui-components/src/components/form/FormSelectTypeahead.d.ts +1 -1
- package/dist/ui-components/src/components/form/FormSelectTypeahead.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/FormSelectTypeahead.js +4 -5
- package/dist/ui-components/src/components/form/FormSelectTypeahead.js.map +1 -1
- package/dist/ui-components/src/components/form/LabelsField.d.ts +1 -1
- package/dist/ui-components/src/components/form/LabelsField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/LabelsField.js +14 -15
- package/dist/ui-components/src/components/form/LabelsField.js.map +1 -1
- package/dist/ui-components/src/components/form/ListItemField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/ListItemField.js +12 -12
- package/dist/ui-components/src/components/form/ListItemField.js.map +1 -1
- package/dist/ui-components/src/components/form/NameField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/NameField.js +8 -10
- package/dist/ui-components/src/components/form/NameField.js.map +1 -1
- package/dist/ui-components/src/components/form/NumberField.js +3 -4
- package/dist/ui-components/src/components/form/NumberField.js.map +1 -1
- package/dist/ui-components/src/components/form/RadioField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/RadioField.js +6 -7
- package/dist/ui-components/src/components/form/RadioField.js.map +1 -1
- package/dist/ui-components/src/components/form/RepositorySelect.d.ts +5 -2
- package/dist/ui-components/src/components/form/RepositorySelect.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/RepositorySelect.js +2 -2
- package/dist/ui-components/src/components/form/RepositorySelect.js.map +1 -1
- package/dist/ui-components/src/components/form/RichValidationTextField.js +8 -10
- package/dist/ui-components/src/components/form/RichValidationTextField.js.map +1 -1
- package/dist/ui-components/src/components/form/SwitchField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/SwitchField.js +6 -7
- package/dist/ui-components/src/components/form/SwitchField.js.map +1 -1
- package/dist/ui-components/src/components/form/TextAreaField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/TextAreaField.js +6 -7
- package/dist/ui-components/src/components/form/TextAreaField.js.map +1 -1
- package/dist/ui-components/src/components/form/TextField.js +6 -7
- package/dist/ui-components/src/components/form/TextField.js.map +1 -1
- package/dist/ui-components/src/components/form/TextListField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/TextListField.js +14 -15
- package/dist/ui-components/src/components/form/TextListField.js.map +1 -1
- package/dist/ui-components/src/components/form/UploadField.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/UploadField.js +28 -20
- package/dist/ui-components/src/components/form/UploadField.js.map +1 -1
- package/dist/ui-components/src/components/form/validations.d.ts +27 -20
- package/dist/ui-components/src/components/form/validations.d.ts.map +1 -1
- package/dist/ui-components/src/components/form/validations.js +79 -33
- package/dist/ui-components/src/components/form/validations.js.map +1 -1
- package/dist/ui-components/src/components/modals/ApproveDeviceModal/ApproveDeviceModal.js +3 -3
- package/dist/ui-components/src/components/modals/ApproveDeviceModal/ApproveDeviceModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/ApproveDeviceModal/DeviceLabelMatch.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/CreateRepositoryModal/CreateRepositoryModal.d.ts +4 -1
- package/dist/ui-components/src/components/modals/CreateRepositoryModal/CreateRepositoryModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/CreateRepositoryModal/CreateRepositoryModal.js +2 -1
- package/dist/ui-components/src/components/modals/CreateRepositoryModal/CreateRepositoryModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/DecommissionModal/DecommissionModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/DecommissionModal/DecommissionModal.js +3 -3
- package/dist/ui-components/src/components/modals/DecommissionModal/DecommissionModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/DeleteModal/DeleteModal.js +3 -3
- package/dist/ui-components/src/components/modals/DeleteModal/DeleteModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/EditLabelsModal/EditLabelsForm.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/EditLabelsModal/EditLabelsForm.js +6 -6
- package/dist/ui-components/src/components/modals/EditLabelsModal/EditLabelsForm.js.map +1 -1
- package/dist/ui-components/src/components/modals/LoginCommandModal/LoginCommandModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/LoginCommandModal/LoginCommandModal.js +6 -6
- package/dist/ui-components/src/components/modals/LoginCommandModal/LoginCommandModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/ResumeDevicesModal/ResumeDevicesModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/ResumeDevicesModal/ResumeDevicesModal.js +3 -3
- package/dist/ui-components/src/components/modals/ResumeDevicesModal/ResumeDevicesModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassApproveDeviceModal/MassApproveDeviceModal.js +6 -6
- package/dist/ui-components/src/components/modals/massModals/MassApproveDeviceModal/MassApproveDeviceModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDecommissionDeviceModal/MassDecommissionDeviceModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDecommissionDeviceModal/MassDecommissionDeviceModal.js +6 -6
- package/dist/ui-components/src/components/modals/massModals/MassDecommissionDeviceModal/MassDecommissionDeviceModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDeleteDeviceModal/MassDeleteDeviceModal.js +6 -6
- package/dist/ui-components/src/components/modals/massModals/MassDeleteDeviceModal/MassDeleteDeviceModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDeleteFleetModal/MassDeleteFleetModal.js +6 -6
- package/dist/ui-components/src/components/modals/massModals/MassDeleteFleetModal/MassDeleteFleetModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDeleteImageBuildModal/MassDeleteImageBuildModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDeleteImageBuildModal/MassDeleteImageBuildModal.js +6 -6
- package/dist/ui-components/src/components/modals/massModals/MassDeleteImageBuildModal/MassDeleteImageBuildModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDeleteRepositoryModal/MassDeleteRepositoryModal.js +14 -14
- package/dist/ui-components/src/components/modals/massModals/MassDeleteRepositoryModal/MassDeleteRepositoryModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/MassDeleteResourceSyncModal/MassDeleteResourceSyncModal.js +6 -6
- package/dist/ui-components/src/components/modals/massModals/MassDeleteResourceSyncModal/MassDeleteResourceSyncModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/ResumeDevicesModal/MassResumeDevicesModal.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/ResumeDevicesModal/MassResumeDevicesModal.js +8 -8
- package/dist/ui-components/src/components/modals/massModals/ResumeDevicesModal/MassResumeDevicesModal.js.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/ResumeDevicesModal/ResumeAllDevicesConfirmationDialog.d.ts.map +1 -1
- package/dist/ui-components/src/components/modals/massModals/ResumeDevicesModal/ResumeAllDevicesConfirmationDialog.js +3 -3
- package/dist/ui-components/src/components/modals/massModals/ResumeDevicesModal/ResumeAllDevicesConfirmationDialog.js.map +1 -1
- package/dist/ui-components/src/constants.d.ts +5 -6
- package/dist/ui-components/src/constants.d.ts.map +1 -1
- package/dist/ui-components/src/constants.js +19 -11
- package/dist/ui-components/src/constants.js.map +1 -1
- package/dist/ui-components/src/hooks/useAlertsEnabled.js +3 -3
- package/dist/ui-components/src/hooks/useAlertsEnabled.js.map +1 -1
- package/dist/ui-components/src/hooks/useAppContext.js +6 -6
- package/dist/ui-components/src/hooks/useAppContext.js.map +1 -1
- package/dist/ui-components/src/hooks/useAppLinks.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useDeviceLabelMatch.js +3 -3
- package/dist/ui-components/src/hooks/useDeviceLabelMatch.js.map +1 -1
- package/dist/ui-components/src/hooks/useDeviceSpecSystemInfo.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useDocumentTitle.js +1 -2
- package/dist/ui-components/src/hooks/useDocumentTitle.js.map +1 -1
- package/dist/ui-components/src/hooks/useFetch.d.ts +5 -5
- package/dist/ui-components/src/hooks/useFetch.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useFetch.js +3 -1
- package/dist/ui-components/src/hooks/useFetch.js.map +1 -1
- package/dist/ui-components/src/hooks/useFetchPeriodically.d.ts +1 -1
- package/dist/ui-components/src/hooks/useFetchPeriodically.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useFetchPeriodically.js +4 -4
- package/dist/ui-components/src/hooks/useFetchPeriodically.js.map +1 -1
- package/dist/ui-components/src/hooks/useNavigate.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useNavigate.js +2 -3
- package/dist/ui-components/src/hooks/useNavigate.js.map +1 -1
- package/dist/ui-components/src/hooks/useSystemRestoreContext.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useTablePagination.d.ts +1 -1
- package/dist/ui-components/src/hooks/useTablePagination.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useTableSelect.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useTableTextSearch.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useTemplateVersion.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useThemePreferences.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useTimeZones.js +3 -3
- package/dist/ui-components/src/hooks/useTimeZones.js.map +1 -1
- package/dist/ui-components/src/hooks/useUserPreferences.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useWebSocket.d.ts.map +1 -1
- package/dist/ui-components/src/hooks/useWebSocket.js +25 -4
- package/dist/ui-components/src/hooks/useWebSocket.js.map +1 -1
- package/dist/ui-components/src/types/deviceSpec.d.ts +44 -76
- package/dist/ui-components/src/types/deviceSpec.d.ts.map +1 -1
- package/dist/ui-components/src/types/deviceSpec.js +13 -26
- package/dist/ui-components/src/types/deviceSpec.js.map +1 -1
- package/dist/ui-components/src/types/extraTypes.d.ts +1 -7
- package/dist/ui-components/src/types/extraTypes.d.ts.map +1 -1
- package/dist/ui-components/src/types/extraTypes.js.map +1 -1
- package/dist/ui-components/src/types/rbac.d.ts +7 -1
- package/dist/ui-components/src/types/rbac.d.ts.map +1 -1
- package/dist/ui-components/src/types/rbac.js +6 -0
- package/dist/ui-components/src/types/rbac.js.map +1 -1
- package/dist/ui-components/src/types/typeUtils.js +2 -3
- package/dist/ui-components/src/types/typeUtils.js.map +1 -1
- package/dist/ui-components/src/utils/api.d.ts.map +1 -1
- package/dist/ui-components/src/utils/apiCalls.d.ts.map +1 -1
- package/dist/ui-components/src/utils/apiCalls.js +6 -7
- package/dist/ui-components/src/utils/apiCalls.js.map +1 -1
- package/dist/ui-components/src/utils/apps.d.ts.map +1 -1
- package/dist/ui-components/src/utils/authProvider.d.ts.map +1 -1
- package/dist/ui-components/src/utils/dates.d.ts.map +1 -1
- package/dist/ui-components/src/utils/devices.d.ts.map +1 -1
- package/dist/ui-components/src/utils/error.d.ts.map +1 -1
- package/dist/ui-components/src/utils/imageBuilds.d.ts +1 -0
- package/dist/ui-components/src/utils/imageBuilds.d.ts.map +1 -1
- package/dist/ui-components/src/utils/imageBuilds.js +23 -33
- package/dist/ui-components/src/utils/imageBuilds.js.map +1 -1
- package/dist/ui-components/src/utils/k8sProvider.d.ts.map +1 -1
- package/dist/ui-components/src/utils/labels.d.ts.map +1 -1
- package/dist/ui-components/src/utils/organizationStorage.d.ts.map +1 -1
- package/dist/ui-components/src/utils/patch.d.ts +1 -1
- package/dist/ui-components/src/utils/patch.d.ts.map +1 -1
- package/dist/ui-components/src/utils/patch.js +1 -1
- package/dist/ui-components/src/utils/patch.js.map +1 -1
- package/dist/ui-components/src/utils/query.d.ts.map +1 -1
- package/dist/ui-components/src/utils/resource.d.ts.map +1 -1
- package/dist/ui-components/src/utils/search.d.ts +2 -1
- package/dist/ui-components/src/utils/search.d.ts.map +1 -1
- package/dist/ui-components/src/utils/search.js +2 -2
- package/dist/ui-components/src/utils/search.js.map +1 -1
- package/dist/ui-components/src/utils/status/applications.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/common.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/devices.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/enrollmentRequest.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/fleet.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/integrity.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/repository.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/system.d.ts.map +1 -1
- package/dist/ui-components/src/utils/status/systemd.d.ts.map +1 -1
- package/dist/ui-components/src/utils/time.d.ts.map +1 -1
- package/dist/ui-components/src/utils/tooltip.d.ts.map +1 -1
- package/package.json +6 -4
- package/src/components/AuthProvider/CreateAuthProvider/utils.ts +2 -2
- package/src/components/DetailsPage/Tables/ApplicationsTable.tsx +2 -2
- package/src/components/Device/DeviceDetails/DeviceDetailsPage.tsx +10 -4
- package/src/components/Device/DeviceDetails/TerminalTab.tsx +9 -1
- package/src/components/Device/EditDeviceWizard/deviceSpecUtils.ts +361 -425
- package/src/components/Device/EditDeviceWizard/steps/ApplicationContainerForm.tsx +19 -29
- package/src/components/Device/EditDeviceWizard/steps/ApplicationHelmForm.tsx +5 -13
- package/src/components/Device/EditDeviceWizard/steps/ApplicationImageForm.tsx +2 -16
- package/src/components/Device/EditDeviceWizard/steps/ApplicationInlineForm.tsx +8 -7
- package/src/components/Device/EditDeviceWizard/steps/ApplicationIntegritySettings.tsx +5 -5
- package/src/components/Device/EditDeviceWizard/steps/ApplicationTemplates.tsx +29 -101
- package/src/components/Device/EditDeviceWizard/steps/ApplicationVariablesForm.tsx +87 -0
- package/src/components/Device/EditDeviceWizard/steps/ApplicationVolumeForm.tsx +5 -10
- package/src/components/ErrorAlert/ErrorAlert.tsx +13 -3
- package/src/components/Fleet/CreateFleet/utils.ts +4 -5
- package/src/components/Fleet/ImportFleetWizard/steps/RepositoryStep.tsx +11 -8
- package/src/components/ImageBuilds/CancelImageBuildModal/CancelImageBuildModal.tsx +81 -0
- package/src/components/ImageBuilds/ConfirmImageExportModal/ConfirmImageExportModal.tsx +61 -0
- package/src/components/ImageBuilds/CreateImageBuildWizard/CreateImageBuildWizard.tsx +8 -3
- package/src/components/ImageBuilds/CreateImageBuildWizard/steps/OutputImageStep.tsx +4 -1
- package/src/components/ImageBuilds/CreateImageBuildWizard/steps/RegistrationStep.tsx +18 -10
- package/src/components/ImageBuilds/CreateImageBuildWizard/steps/ReviewStep.tsx +5 -1
- package/src/components/ImageBuilds/CreateImageBuildWizard/steps/SourceImageStep.tsx +13 -1
- package/src/components/ImageBuilds/CreateImageBuildWizard/types.ts +3 -6
- package/src/components/ImageBuilds/CreateImageBuildWizard/utils.ts +189 -38
- package/src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsPage.tsx +36 -17
- package/src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsTab.tsx +2 -4
- package/src/components/ImageBuilds/ImageBuildDetails/ImageBuildExportsGallery.tsx +131 -44
- package/src/components/ImageBuilds/ImageBuildDetails/ImageBuildLogsTab.tsx +22 -26
- package/src/components/ImageBuilds/ImageBuildRow.tsx +41 -20
- package/src/components/ImageBuilds/ImageBuildsPage.tsx +34 -15
- package/src/components/ImageBuilds/ImageExportCards.tsx +198 -80
- package/src/components/Repository/CreateRepository/CreateRepositoryForm.css +5 -1
- package/src/components/Repository/CreateRepository/CreateRepositoryForm.tsx +52 -29
- package/src/components/Repository/CreateRepository/utils.ts +7 -6
- package/src/components/form/RepositorySelect.tsx +5 -0
- package/src/components/form/UploadField.tsx +29 -30
- package/src/components/form/validations.ts +156 -106
- package/src/components/modals/CreateRepositoryModal/CreateRepositoryModal.tsx +5 -1
- package/src/constants.ts +19 -6
- package/src/hooks/useWebSocket.ts +25 -3
- package/src/types/deviceSpec.ts +68 -108
- package/src/types/extraTypes.ts +2 -12
- package/src/types/rbac.ts +6 -0
- package/src/utils/imageBuilds.ts +22 -32
- package/src/utils/search.ts +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"root":["../src/constants.ts","../src/typings.d.ts","../src/components/AuthProvider/useAuthProviders.ts","../src/components/AuthProvider/CreateAuthProvider/types.ts","../src/components/AuthProvider/CreateAuthProvider/utils.ts","../src/components/Device/DevicesPage/types.ts","../src/components/Device/DevicesPage/useDeviceBackendFilters.ts","../src/components/Device/DevicesPage/useDevices.ts","../src/components/Device/EditDeviceWizard/deviceSpecUtils.ts","../src/components/Device/EditDeviceWizard/useEditDevice.ts","../src/components/Device/EditDeviceWizard/utils.ts","../src/components/EnrollmentRequest/useEnrollmentRequests.ts","../src/components/Events/useEvents.ts","../src/components/Fleet/useFleets.ts","../src/components/Fleet/CreateFleet/fleetSpecUtils.ts","../src/components/Fleet/CreateFleet/useEditFleet.ts","../src/components/Fleet/CreateFleet/utils.ts","../src/components/Fleet/ImportFleetWizard/types.ts","../src/components/ImageBuilds/useImageBuildLogs.ts","../src/components/ImageBuilds/useImageBuilds.ts","../src/components/ImageBuilds/CreateImageBuildWizard/types.ts","../src/components/ImageBuilds/CreateImageBuildWizard/useEditImageBuild.ts","../src/components/ImageBuilds/CreateImageBuildWizard/utils.ts","../src/components/ListPage/types.ts","../src/components/OverviewPage/Cards/Status/utils.ts","../src/components/Repository/useRepositories.ts","../src/components/Repository/CreateRepository/types.ts","../src/components/Repository/CreateRepository/utils.ts","../src/components/Status/utils.ts","../src/components/charts/utils.ts","../src/components/common/CodeEditor/CodeEditorTheme.ts","../src/components/form/validations.ts","../src/hooks/timeZones.ts","../src/hooks/useAlertsEnabled.ts","../src/hooks/useAppLinks.ts","../src/hooks/useDeviceLabelMatch.ts","../src/hooks/useDocumentTitle.ts","../src/hooks/useFetch.ts","../src/hooks/useFetchPeriodically.ts","../src/hooks/usePendingEnrollmentRequestsCount.ts","../src/hooks/useTablePagination.ts","../src/hooks/useTableSelect.ts","../src/hooks/useTableTextSearch.ts","../src/hooks/useTemplateVersion.ts","../src/hooks/useThemePreferences.ts","../src/hooks/useTimeZones.ts","../src/hooks/useTranslation.ts","../src/hooks/useUserPreferences.ts","../src/hooks/useWebSocket.ts","../src/types/deviceSpec.ts","../src/types/extraTypes.ts","../src/types/rbac.ts","../src/types/typeUtils.ts","../src/utils/api.ts","../src/utils/apiCalls.ts","../src/utils/apps.ts","../src/utils/authProvider.ts","../src/utils/dates.ts","../src/utils/devices.ts","../src/utils/error.ts","../src/utils/imageBuilds.ts","../src/utils/k8sProvider.ts","../src/utils/labels.ts","../src/utils/organizationStorage.ts","../src/utils/patch.ts","../src/utils/query.ts","../src/utils/resource.ts","../src/utils/search.ts","../src/utils/time.ts","../src/utils/tooltip.ts","../src/utils/status/applications.ts","../src/utils/status/common.ts","../src/utils/status/devices.ts","../src/utils/status/enrollmentRequest.ts","../src/utils/status/fleet.ts","../src/utils/status/integrity.ts","../src/utils/status/repository.ts","../src/utils/status/system.ts","../src/utils/status/systemd.ts","../src/components/AuthProvider/AuthProviderRow.tsx","../src/components/AuthProvider/AuthProvidersPage.tsx","../src/components/AuthProvider/AuthProviderDetails/AuthProviderDetails.tsx","../src/components/AuthProvider/AuthProviderDetails/AuthProviderDetailsTab.tsx","../src/components/AuthProvider/AuthProviderDetails/DeleteAuthProviderModal.tsx","../src/components/AuthProvider/AuthProviderDetails/RoleAssigmentDetails.tsx","../src/components/AuthProvider/CreateAuthProvider/AuthOrganizationAssignment.tsx","../src/components/AuthProvider/CreateAuthProvider/AuthProviderHelperText.tsx","../src/components/AuthProvider/CreateAuthProvider/CreateAuthProvider.tsx","../src/components/AuthProvider/CreateAuthProvider/CreateAuthProviderForm.tsx","../src/components/AuthProvider/CreateAuthProvider/Oauth2ProviderFields.tsx","../src/components/AuthProvider/CreateAuthProvider/RoleAssignmentSection.tsx","../src/components/AuthProvider/TestConnectionModal/TestConnectionModal.tsx","../src/components/DetailsPage/DetailsNotFound.tsx","../src/components/DetailsPage/DetailsPage.tsx","../src/components/DetailsPage/DetailsPageActions.tsx","../src/components/DetailsPage/DetailsPageCard.tsx","../src/components/DetailsPage/Tables/ApplicationsTable.tsx","../src/components/DetailsPage/Tables/ConditionsTable.tsx","../src/components/DetailsPage/Tables/SystemdUnitsTable.tsx","../src/components/Device/AddDeviceModal/AddDeviceModal.tsx","../src/components/Device/DeviceDetails/DeviceAliasEdit.tsx","../src/components/Device/DeviceDetails/DeviceApplications.tsx","../src/components/Device/DeviceDetails/DeviceDetailsPage.tsx","../src/components/Device/DeviceDetails/DeviceDetailsTab.tsx","../src/components/Device/DeviceDetails/DeviceFleet.tsx","../src/components/Device/DeviceDetails/DeviceOs.tsx","../src/components/Device/DeviceDetails/DeviceSystemdUnits.tsx","../src/components/Device/DeviceDetails/TerminalTab.tsx","../src/components/Device/DeviceDetails/DeviceDetailsTabContent/StatusContent.tsx","../src/components/Device/DeviceDetails/DeviceDetailsTabContent/SystemResourcesContent.tsx","../src/components/Device/DevicesPage/DecommissionedDeviceTableRow.tsx","../src/components/Device/DevicesPage/DecommissionedDevicesTable.tsx","../src/components/Device/DevicesPage/DeviceFilterSelect.tsx","../src/components/Device/DevicesPage/DeviceNameOnlyToolbarFilter.tsx","../src/components/Device/DevicesPage/DeviceTableToolbar.tsx","../src/components/Device/DevicesPage/DeviceToolbarFilters.tsx","../src/components/Device/DevicesPage/DevicesEmptyStates.tsx","../src/components/Device/DevicesPage/DevicesPage.tsx","../src/components/Device/DevicesPage/EnrolledDeviceTableRow.tsx","../src/components/Device/DevicesPage/EnrolledDevicesTable.tsx","../src/components/Device/EditDeviceWizard/EditDeviceWizard.tsx","../src/components/Device/EditDeviceWizard/EditDeviceWizardFooter.tsx","../src/components/Device/EditDeviceWizard/EditDeviceWizardNav.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationContainerForm.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationHelmForm.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationImageForm.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationInlineForm.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationIntegritySettings.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationTemplates.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationVariablesForm.tsx","../src/components/Device/EditDeviceWizard/steps/ApplicationVolumeForm.tsx","../src/components/Device/EditDeviceWizard/steps/ConfigInlineTemplateForm.tsx","../src/components/Device/EditDeviceWizard/steps/ConfigK8sSecretTemplateForm.tsx","../src/components/Device/EditDeviceWizard/steps/ConfigWithRepositoryTemplateForm.tsx","../src/components/Device/EditDeviceWizard/steps/ConfigurationTemplates.tsx","../src/components/Device/EditDeviceWizard/steps/DeviceTemplateStep.tsx","../src/components/Device/EditDeviceWizard/steps/DeviceUpdateStep.tsx","../src/components/Device/EditDeviceWizard/steps/GeneralInfoStep.tsx","../src/components/Device/EditDeviceWizard/steps/ReviewApplications.tsx","../src/components/Device/EditDeviceWizard/steps/ReviewDeviceStep.tsx","../src/components/Device/EditDeviceWizard/steps/ReviewTrackedSystemdServices.tsx","../src/components/Device/EditDeviceWizard/steps/ReviewUpdatePolicy.tsx","../src/components/Device/EditDeviceWizard/steps/SystemdUnitsForm.tsx","../src/components/EnrollmentRequest/EnrollmentRequestList.tsx","../src/components/EnrollmentRequest/EnrollmentRequestTableRow.tsx","../src/components/EnrollmentRequest/EnrollmentRequestTableToolbar.tsx","../src/components/EnrollmentRequest/PendingEnrollmentRequestsBadge.tsx","../src/components/EnrollmentRequest/EnrollmentRequestDetails/EnrollmentRequestDetails.tsx","../src/components/ErrorAlert/ErrorAlert.tsx","../src/components/Events/EventItem.tsx","../src/components/Events/EventsCard.tsx","../src/components/Fleet/FleetResourceSyncs.tsx","../src/components/Fleet/FleetRow.tsx","../src/components/Fleet/FleetStatus.tsx","../src/components/Fleet/FleetsPage.tsx","../src/components/Fleet/CreateFleet/CreateFleetWizard.tsx","../src/components/Fleet/CreateFleet/CreateFleetWizardFooter.tsx","../src/components/Fleet/CreateFleet/steps/DeviceLabelSelector.tsx","../src/components/Fleet/CreateFleet/steps/GeneralInfoStep.tsx","../src/components/Fleet/CreateFleet/steps/ReviewStep.tsx","../src/components/Fleet/CreateFleet/steps/UpdatePolicyStep.tsx","../src/components/Fleet/CreateFleet/steps/UpdateStepDisruptionBudget.tsx","../src/components/Fleet/CreateFleet/steps/UpdateStepRolloutPolicy.tsx","../src/components/Fleet/CreateFleet/steps/UpdateStepUpdatePolicy.tsx","../src/components/Fleet/DeleteFleetModal/DeleteFleetModal.tsx","../src/components/Fleet/FleetDetails/FleetDetailsContent.tsx","../src/components/Fleet/FleetDetails/FleetDetailsPage.tsx","../src/components/Fleet/FleetDetails/FleetDevicesCharts.tsx","../src/components/Fleet/FleetDetails/FleetDevicesCount.tsx","../src/components/Fleet/FleetDetails/FleetOwnerLink.tsx","../src/components/Fleet/FleetDetails/FleetRestoreBanner.tsx","../src/components/Fleet/FleetDetails/FleetYaml.tsx","../src/components/Fleet/ImportFleetWizard/ImportFleetWizard.tsx","../src/components/Fleet/ImportFleetWizard/steps/RepositoryStep.tsx","../src/components/Fleet/ImportFleetWizard/steps/ResourceSyncStep.tsx","../src/components/Fleet/ImportFleetWizard/steps/ReviewStep.tsx","../src/components/ImageBuilds/ImageBuildAndExportStatus.tsx","../src/components/ImageBuilds/ImageBuildRow.tsx","../src/components/ImageBuilds/ImageBuildsPage.tsx","../src/components/ImageBuilds/ImageExportCards.tsx","../src/components/ImageBuilds/ImageUrl.tsx","../src/components/ImageBuilds/ImageUrlCard.tsx","../src/components/ImageBuilds/OciRegistriesContext.tsx","../src/components/ImageBuilds/CancelImageBuildModal/CancelImageBuildModal.tsx","../src/components/ImageBuilds/ConfirmImageExportModal/ConfirmImageExportModal.tsx","../src/components/ImageBuilds/CreateImageBuildWizard/CreateImageBuildWizard.tsx","../src/components/ImageBuilds/CreateImageBuildWizard/CreateImageBuildWizardFooter.tsx","../src/components/ImageBuilds/CreateImageBuildWizard/steps/OutputImageStep.tsx","../src/components/ImageBuilds/CreateImageBuildWizard/steps/RegistrationStep.tsx","../src/components/ImageBuilds/CreateImageBuildWizard/steps/ReviewStep.tsx","../src/components/ImageBuilds/CreateImageBuildWizard/steps/SourceImageStep.tsx","../src/components/ImageBuilds/DeleteImageBuildModal/DeleteImageBuildModal.tsx","../src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsPage.tsx","../src/components/ImageBuilds/ImageBuildDetails/ImageBuildDetailsTab.tsx","../src/components/ImageBuilds/ImageBuildDetails/ImageBuildExportsGallery.tsx","../src/components/ImageBuilds/ImageBuildDetails/ImageBuildLogsTab.tsx","../src/components/ImageBuilds/ImageBuildDetails/ImageBuildYaml.tsx","../src/components/ListPage/ListPage.tsx","../src/components/ListPage/ListPageActions.tsx","../src/components/ListPage/ListPageBody.tsx","../src/components/Login/ProviderSelector.tsx","../src/components/Login/TokenLoginForm.tsx","../src/components/Masthead/CommandLineToolsPage.tsx","../src/components/Masthead/UserPreferencesModal.tsx","../src/components/Masthead/UserPreferencesProvider.tsx","../src/components/NavItem/NavItem.tsx","../src/components/OverviewPage/Overview.tsx","../src/components/OverviewPage/OverviewPage.tsx","../src/components/OverviewPage/Cards/Alerts/AlertsCard.tsx","../src/components/OverviewPage/Cards/Alerts/AlertsEmptyState.tsx","../src/components/OverviewPage/Cards/Status/ApplicationStatusChart.tsx","../src/components/OverviewPage/Cards/Status/DeviceStatusChart.tsx","../src/components/OverviewPage/Cards/Status/StatusCard.tsx","../src/components/OverviewPage/Cards/Status/StatusCardFilters.tsx","../src/components/OverviewPage/Cards/Status/SystemUpdateStatusChart.tsx","../src/components/OverviewPage/Cards/Tasks/TasksCard.tsx","../src/components/Repository/RepositoryList.tsx","../src/components/Repository/CreateRepository/CreateRepository.tsx","../src/components/Repository/CreateRepository/CreateRepositoryForm.tsx","../src/components/Repository/CreateRepository/CreateResourceSyncsForm.tsx","../src/components/Repository/RepositoryDetails/DeleteRepositoryModal.tsx","../src/components/Repository/RepositoryDetails/RepositoryDetails.tsx","../src/components/Repository/RepositoryDetails/RepositoryGeneralDetailsCard.tsx","../src/components/Repository/RepositoryDetails/RepositoryResourceSyncsCard.tsx","../src/components/Repository/RepositoryDetails/RepositorySource.tsx","../src/components/Repository/RepositoryDetails/RepositorySourceList.tsx","../src/components/ResourceSync/RepositoryResourceSyncList.tsx","../src/components/ResourceSync/ResourceSyncStatus.tsx","../src/components/ResourceSync/ResourceSyncToRepository.tsx","../src/components/Status/ApplicationStatus.tsx","../src/components/Status/ApplicationSummaryStatus.tsx","../src/components/Status/DeviceLifecycleStatus.tsx","../src/components/Status/DeviceResourceStatus.tsx","../src/components/Status/DeviceStatus.tsx","../src/components/Status/EnrollmentRequestStatus.tsx","../src/components/Status/IntegrityStatus.tsx","../src/components/Status/RepositoryStatus.tsx","../src/components/Status/StatusDisplay.tsx","../src/components/Status/SystemUpdateStatus.tsx","../src/components/Status/SystemdStatus.tsx","../src/components/SystemRestore/PendingSyncDevicesAlert.tsx","../src/components/SystemRestore/SuspendedDevicesAlert.tsx","../src/components/SystemRestore/SystemRestoreBanners.tsx","../src/components/Table/Table.tsx","../src/components/Table/TableActions.tsx","../src/components/Table/TablePagination.tsx","../src/components/Table/TableTextSearch.tsx","../src/components/TabsNav/TabsNav.tsx","../src/components/Terminal/Terminal.tsx","../src/components/charts/DonutChart.tsx","../src/components/common/AccessDenied.tsx","../src/components/common/CopyButton.tsx","../src/components/common/EditableLabelControl.tsx","../src/components/common/ErrorBoundary.tsx","../src/components/common/FlightCtlDescriptionList.tsx","../src/components/common/FlightCtlWizardFooter.tsx","../src/components/common/LabelsView.tsx","../src/components/common/LearnMoreLink.tsx","../src/components/common/LeaveFormConfirmation.tsx","../src/components/common/OrganizationGuard.tsx","../src/components/common/OrganizationSelector.tsx","../src/components/common/PageNavigation.tsx","../src/components/common/PageWithPermissions.tsx","../src/components/common/PermissionsContext.tsx","../src/components/common/ResourceLink.tsx","../src/components/common/ResourceListEmptyState.tsx","../src/components/common/WithHelperText.tsx","../src/components/common/WithTooltip.tsx","../src/components/common/CodeEditor/Shortcut.tsx","../src/components/common/CodeEditor/YamlEditor.tsx","../src/components/common/CodeEditor/YamlEditorBase.tsx","../src/components/common/CodeEditor/useShortcutPopover.tsx","../src/components/form/CheckboxField.tsx","../src/components/form/ExpandableFormSection.tsx","../src/components/form/FieldHelperText.tsx","../src/components/form/FilterSelect.tsx","../src/components/form/FlightCtlForm.tsx","../src/components/form/FormSelect.tsx","../src/components/form/FormSelectTypeahead.tsx","../src/components/form/LabelsField.tsx","../src/components/form/ListItemField.tsx","../src/components/form/NameField.tsx","../src/components/form/NumberField.tsx","../src/components/form/RadioField.tsx","../src/components/form/RepositorySelect.tsx","../src/components/form/RichValidationTextField.tsx","../src/components/form/SwitchField.tsx","../src/components/form/TextAreaField.tsx","../src/components/form/TextField.tsx","../src/components/form/TextListField.tsx","../src/components/form/UploadField.tsx","../src/components/modals/ApproveDeviceModal/ApproveDeviceForm.tsx","../src/components/modals/ApproveDeviceModal/ApproveDeviceModal.tsx","../src/components/modals/ApproveDeviceModal/DeviceLabelMatch.tsx","../src/components/modals/CreateRepositoryModal/CreateRepositoryModal.tsx","../src/components/modals/DecommissionModal/DecommissionModal.tsx","../src/components/modals/DeleteModal/DeleteModal.tsx","../src/components/modals/EditLabelsModal/EditLabelsForm.tsx","../src/components/modals/LoginCommandModal/LoginCommandModal.tsx","../src/components/modals/ResumeDevicesModal/ResumeDevicesModal.tsx","../src/components/modals/massModals/MassApproveDeviceModal/MassApproveDeviceModal.tsx","../src/components/modals/massModals/MassDecommissionDeviceModal/MassDecommissionDeviceModal.tsx","../src/components/modals/massModals/MassDeleteDeviceModal/MassDeleteDeviceModal.tsx","../src/components/modals/massModals/MassDeleteFleetModal/MassDeleteFleetModal.tsx","../src/components/modals/massModals/MassDeleteImageBuildModal/MassDeleteImageBuildModal.tsx","../src/components/modals/massModals/MassDeleteRepositoryModal/MassDeleteRepositoryModal.tsx","../src/components/modals/massModals/MassDeleteResourceSyncModal/MassDeleteResourceSyncModal.tsx","../src/components/modals/massModals/ResumeDevicesModal/MassResumeDevicesModal.tsx","../src/components/modals/massModals/ResumeDevicesModal/ResumeAllDevicesConfirmationDialog.tsx","../src/hooks/useAppContext.tsx","../src/hooks/useDeviceSpecSystemInfo.tsx","../src/hooks/useNavigate.tsx","../src/hooks/useSystemRestoreContext.tsx","../__mocks__/fileMock.js","../__mocks__/styleMock.js"],"version":"5.9.3"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { ApiVersion } from './models/ApiVersion';
|
|
1
2
|
export { BindingType } from './models/BindingType';
|
|
2
3
|
export type { EarlyBinding } from './models/EarlyBinding';
|
|
3
4
|
export { ExportFormatType } from './models/ExportFormatType';
|
|
@@ -25,4 +26,5 @@ export type { ImageExportSpec } from './models/ImageExportSpec';
|
|
|
25
26
|
export type { ImageExportStatus } from './models/ImageExportStatus';
|
|
26
27
|
export type { LateBinding } from './models/LateBinding';
|
|
27
28
|
export { ResourceKind } from './models/ResourceKind';
|
|
29
|
+
export type { Status } from './models/Status';
|
|
28
30
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../types/imagebuilder/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AACxF,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../types/imagebuilder/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AACxF,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,YAAY,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.ResourceKind = exports.ImageExportSourceType = exports.ImageExportFormatPhase = exports.ImageExportConditionType = exports.ImageExportConditionReason = exports.ImageBuildConditionType = exports.ImageBuildConditionReason = exports.ExportFormatType = exports.BindingType = void 0;
|
|
7
|
+
exports.ResourceKind = exports.ImageExportSourceType = exports.ImageExportFormatPhase = exports.ImageExportConditionType = exports.ImageExportConditionReason = exports.ImageBuildConditionType = exports.ImageBuildConditionReason = exports.ExportFormatType = exports.BindingType = exports.ApiVersion = void 0;
|
|
8
|
+
var ApiVersion_1 = require("./models/ApiVersion");
|
|
9
|
+
Object.defineProperty(exports, "ApiVersion", { enumerable: true, get: function () { return ApiVersion_1.ApiVersion; } });
|
|
8
10
|
var BindingType_1 = require("./models/BindingType");
|
|
9
11
|
Object.defineProperty(exports, "BindingType", { enumerable: true, get: function () { return BindingType_1.BindingType; } });
|
|
10
12
|
var ExportFormatType_1 = require("./models/ExportFormatType");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/imagebuilder/index.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;;;AAEpB,oDAAmD;AAA1C,0GAAA,WAAW,OAAA;AAEpB,8DAA6D;AAApD,oHAAA,gBAAgB,OAAA;AAIzB,gFAA+E;AAAtE,sIAAA,yBAAyB,OAAA;AAClC,4EAA2E;AAAlE,kIAAA,uBAAuB,OAAA;AAUhC,kFAAiF;AAAxE,wIAAA,0BAA0B,OAAA;AACnC,8EAA6E;AAApE,oIAAA,wBAAwB,OAAA;AACjC,0EAAyE;AAAhE,gIAAA,sBAAsB,OAAA;AAG/B,wEAAuE;AAA9D,8HAAA,qBAAqB,OAAA;AAI9B,sDAAqD;AAA5C,4GAAA,YAAY,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/imagebuilder/index.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;;;AAEpB,kDAAiD;AAAxC,wGAAA,UAAU,OAAA;AACnB,oDAAmD;AAA1C,0GAAA,WAAW,OAAA;AAEpB,8DAA6D;AAApD,oHAAA,gBAAgB,OAAA;AAIzB,gFAA+E;AAAtE,sIAAA,yBAAyB,OAAA;AAClC,4EAA2E;AAAlE,kIAAA,uBAAuB,OAAA;AAUhC,kFAAiF;AAAxE,wIAAA,0BAA0B,OAAA;AACnC,8EAA6E;AAApE,oIAAA,wBAAwB,OAAA;AACjC,0EAAyE;AAAhE,gIAAA,sBAAsB,OAAA;AAG/B,wEAAuE;AAA9D,8HAAA,qBAAqB,OAAA;AAI9B,sDAAqD;AAA5C,4GAAA,YAAY,OAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum ApiVersion {
|
|
5
|
+
ApiVersionV1alpha1 = "v1alpha1",
|
|
6
|
+
ApiVersionFlightctlIoV1alpha1 = "flightctl.io/v1alpha1"
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=ApiVersion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVersion.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ApiVersion.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,oBAAY,UAAU;IACpB,kBAAkB,aAAa;IAC/B,6BAA6B,0BAA0B;CACxD"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApiVersion = void 0;
|
|
4
|
+
/* generated using openapi-typescript-codegen -- do no edit */
|
|
5
|
+
/* istanbul ignore file */
|
|
6
|
+
/* tslint:disable */
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
/**
|
|
9
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
10
|
+
*/
|
|
11
|
+
var ApiVersion;
|
|
12
|
+
(function (ApiVersion) {
|
|
13
|
+
ApiVersion["ApiVersionV1alpha1"] = "v1alpha1";
|
|
14
|
+
ApiVersion["ApiVersionFlightctlIoV1alpha1"] = "flightctl.io/v1alpha1";
|
|
15
|
+
})(ApiVersion || (exports.ApiVersion = ApiVersion = {}));
|
|
16
|
+
//# sourceMappingURL=ApiVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVersion.js","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ApiVersion.ts"],"names":[],"mappings":";;;AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB;;GAEG;AACH,IAAY,UAGX;AAHD,WAAY,UAAU;IACpB,6CAA+B,CAAA;IAC/B,qEAAuD,CAAA;AACzD,CAAC,EAHW,UAAU,0BAAV,UAAU,QAGrB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { ObjectMeta } from '../../models/ObjectMeta';
|
|
2
3
|
import type { ImageBuildSpec } from './ImageBuildSpec';
|
|
3
4
|
import type { ImageBuildStatus } from './ImageBuildStatus';
|
|
@@ -6,10 +7,7 @@ import type { ImageExport } from './ImageExport';
|
|
|
6
7
|
* ImageBuild represents a build request for a container image.
|
|
7
8
|
*/
|
|
8
9
|
export type ImageBuild = {
|
|
9
|
-
|
|
10
|
-
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
11
|
-
*/
|
|
12
|
-
apiVersion: string;
|
|
10
|
+
apiVersion: ApiVersion;
|
|
13
11
|
/**
|
|
14
12
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
|
|
15
13
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageBuild.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageBuild.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB
|
|
1
|
+
{"version":3,"file":"ImageBuild.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageBuild.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CACnC,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { ListMeta } from '../../models/ListMeta';
|
|
2
3
|
import type { ImageBuild } from './ImageBuild';
|
|
3
4
|
/**
|
|
4
5
|
* ImageBuildList is a list of ImageBuild resources.
|
|
5
6
|
*/
|
|
6
7
|
export type ImageBuildList = {
|
|
7
|
-
|
|
8
|
-
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
|
|
13
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageBuildList.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageBuildList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B
|
|
1
|
+
{"version":3,"file":"ImageBuildList.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageBuildList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC1B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { ObjectMeta } from '../../models/ObjectMeta';
|
|
2
3
|
import type { ImageExportSpec } from './ImageExportSpec';
|
|
3
4
|
import type { ImageExportStatus } from './ImageExportStatus';
|
|
@@ -5,10 +6,7 @@ import type { ImageExportStatus } from './ImageExportStatus';
|
|
|
5
6
|
* ImageExport represents an export request to convert and push images to different formats.
|
|
6
7
|
*/
|
|
7
8
|
export type ImageExport = {
|
|
8
|
-
|
|
9
|
-
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
10
|
-
*/
|
|
11
|
-
apiVersion: string;
|
|
9
|
+
apiVersion: ApiVersion;
|
|
12
10
|
/**
|
|
13
11
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
|
|
14
12
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageExport.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageExport.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB
|
|
1
|
+
{"version":3,"file":"ImageExport.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageExport.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,eAAe,CAAC;IACtB,MAAM,CAAC,EAAE,iBAAiB,CAAC;CAC5B,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { ListMeta } from '../../models/ListMeta';
|
|
2
3
|
import type { ImageExport } from './ImageExport';
|
|
3
4
|
/**
|
|
4
5
|
* ImageExportList is a list of ImageExport resources.
|
|
5
6
|
*/
|
|
6
7
|
export type ImageExportList = {
|
|
7
|
-
|
|
8
|
-
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
|
|
13
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageExportList.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageExportList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B
|
|
1
|
+
{"version":3,"file":"ImageExportList.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/ImageExportList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAC3B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
2
|
+
/**
|
|
3
|
+
* Status is a return value for calls that don't return other objects.
|
|
4
|
+
*/
|
|
5
|
+
export type Status = {
|
|
6
|
+
apiVersion: ApiVersion;
|
|
7
|
+
/**
|
|
8
|
+
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
|
|
9
|
+
*/
|
|
10
|
+
kind: string;
|
|
11
|
+
/**
|
|
12
|
+
* Suggested HTTP return code for this status, 0 if not set.
|
|
13
|
+
*/
|
|
14
|
+
code: number;
|
|
15
|
+
/**
|
|
16
|
+
* A human-readable description of the status of this operation.
|
|
17
|
+
*/
|
|
18
|
+
message: string;
|
|
19
|
+
/**
|
|
20
|
+
* A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
|
|
21
|
+
*/
|
|
22
|
+
reason: string;
|
|
23
|
+
/**
|
|
24
|
+
* Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
|
|
25
|
+
*/
|
|
26
|
+
status: string;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=Status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Status.d.ts","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/Status.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Status.js","sourceRoot":"","sources":["../../../../../types/imagebuilder/models/Status.ts"],"names":[],"mappings":""}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
export type { AapProviderSpec } from './models/AapProviderSpec';
|
|
2
2
|
export type { AbsolutePath } from './models/AbsolutePath';
|
|
3
|
+
export { ApiVersion } from './models/ApiVersion';
|
|
3
4
|
export type { ApplicationContent } from './models/ApplicationContent';
|
|
4
5
|
export type { ApplicationEnvVars } from './models/ApplicationEnvVars';
|
|
5
6
|
export type { ApplicationPort } from './models/ApplicationPort';
|
|
7
|
+
export type { ApplicationProviderBase } from './models/ApplicationProviderBase';
|
|
6
8
|
export type { ApplicationProviderSpec } from './models/ApplicationProviderSpec';
|
|
7
9
|
export type { ApplicationResourceLimits } from './models/ApplicationResourceLimits';
|
|
8
10
|
export type { ApplicationResources } from './models/ApplicationResources';
|
|
9
11
|
export { ApplicationsSummaryStatusType } from './models/ApplicationsSummaryStatusType';
|
|
10
12
|
export { ApplicationStatusType } from './models/ApplicationStatusType';
|
|
13
|
+
export type { ApplicationUser } from './models/ApplicationUser';
|
|
11
14
|
export type { ApplicationVolume } from './models/ApplicationVolume';
|
|
12
15
|
export type { ApplicationVolumeProviderSpec } from './models/ApplicationVolumeProviderSpec';
|
|
13
16
|
export { ApplicationVolumeReclaimPolicy } from './models/ApplicationVolumeReclaimPolicy';
|
|
@@ -30,11 +33,14 @@ export type { CertificateSigningRequest } from './models/CertificateSigningReque
|
|
|
30
33
|
export type { CertificateSigningRequestList } from './models/CertificateSigningRequestList';
|
|
31
34
|
export type { CertificateSigningRequestSpec } from './models/CertificateSigningRequestSpec';
|
|
32
35
|
export type { CertificateSigningRequestStatus } from './models/CertificateSigningRequestStatus';
|
|
36
|
+
export type { ComposeApplication } from './models/ComposeApplication';
|
|
33
37
|
export type { Condition } from './models/Condition';
|
|
34
38
|
export type { ConditionBase } from './models/ConditionBase';
|
|
35
39
|
export { ConditionStatus } from './models/ConditionStatus';
|
|
36
40
|
export { ConditionType } from './models/ConditionType';
|
|
37
41
|
export type { ConfigProviderSpec } from './models/ConfigProviderSpec';
|
|
42
|
+
export type { ContainerApplication } from './models/ContainerApplication';
|
|
43
|
+
export type { ContainerApplicationProperties } from './models/ContainerApplicationProperties';
|
|
38
44
|
export type { CpuResourceMonitorSpec } from './models/CpuResourceMonitorSpec';
|
|
39
45
|
export type { CronExpression } from './models/CronExpression';
|
|
40
46
|
export type { CustomDeviceInfo } from './models/CustomDeviceInfo';
|
|
@@ -109,6 +115,7 @@ export type { FleetStatus } from './models/FleetStatus';
|
|
|
109
115
|
export type { GitConfigProviderSpec } from './models/GitConfigProviderSpec';
|
|
110
116
|
export type { GitHubIntrospectionSpec } from './models/GitHubIntrospectionSpec';
|
|
111
117
|
export type { GitRepoSpec } from './models/GitRepoSpec';
|
|
118
|
+
export type { HelmApplication } from './models/HelmApplication';
|
|
112
119
|
export type { HookAction } from './models/HookAction';
|
|
113
120
|
export type { HookActionRun } from './models/HookActionRun';
|
|
114
121
|
export type { HookCondition } from './models/HookCondition';
|
|
@@ -152,6 +159,7 @@ export type { PatchRequest } from './models/PatchRequest';
|
|
|
152
159
|
export type { Percentage } from './models/Percentage';
|
|
153
160
|
export type { Permission } from './models/Permission';
|
|
154
161
|
export type { PermissionList } from './models/PermissionList';
|
|
162
|
+
export type { QuadletApplication } from './models/QuadletApplication';
|
|
155
163
|
export type { ReferencedRepositoryUpdatedDetails } from './models/ReferencedRepositoryUpdatedDetails';
|
|
156
164
|
export type { RelativePath } from './models/RelativePath';
|
|
157
165
|
export type { Repository } from './models/Repository';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../types/index.ts"],"names":[],"mappings":"AAKA,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AACvF,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AAC5F,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AACzF,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,iCAAiC,EAAE,MAAM,4CAA4C,CAAC;AACpG,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AACtF,YAAY,EAAE,iCAAiC,EAAE,MAAM,4CAA4C,CAAC;AACpG,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAClG,YAAY,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,YAAY,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAC5C,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AAC5F,YAAY,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AAC5F,YAAY,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAChG,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,YAAY,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAChG,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,YAAY,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AACtF,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AACzF,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAC7F,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAC;AACxG,OAAO,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAC;AACnG,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AAC5F,YAAY,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAChG,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AACvC,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,YAAY,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAC5C,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,YAAY,EAAE,iCAAiC,EAAE,MAAM,4CAA4C,CAAC;AACpG,YAAY,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAC;AACtG,YAAY,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F,YAAY,EAAE,iCAAiC,EAAE,MAAM,4CAA4C,CAAC;AACpG,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAC;AACjF,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F,YAAY,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AAC5F,YAAY,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,oCAAoC,EAAE,MAAM,+CAA+C,CAAC;AAC1G,YAAY,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAC1E,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,kCAAkC,EAAE,MAAM,6CAA6C,CAAC;AACtG,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACtD,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAC/E,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,YAAY,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,YAAY,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,YAAY,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,YAAY,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,YAAY,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,YAAY,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,YAAY,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC5E,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,YAAY,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,YAAY,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,YAAY,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAChD,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../types/index.ts"],"names":[],"mappings":"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"}
|
package/dist/types/index.js
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.TokenResponse = exports.TokenRequest = exports.SystemdLoadStateType = exports.SystemdEnableStateType = exports.SystemdActiveStateType = exports.RolloutStrategy = exports.ResourceKind = exports.ResourceAlertSeverityType = exports.RepoSpecType = exports.OciRepoSpec = exports.OciAuthType = exports.MatchExpression = exports.ImagePullPolicy = exports.FleetRolloutStartedDetails = exports.FileOperation = exports.Event = exports.EncodingType = exports.DeviceUpdatedStatusType = exports.DeviceSummaryStatusType = exports.DeviceResourceStatusType = exports.DeviceMultipleOwnersResolvedDetails = exports.DeviceLifecycleStatusType = exports.DeviceLifecycleHookType = exports.DeviceIntegrityStatusSummaryType = exports.DeviceIntegrityCheckStatusType = exports.DeviceDecommissionTargetType = exports.ConditionType = exports.ConditionStatus = exports.AppType = exports.ApplicationVolumeReclaimPolicy = exports.ApplicationStatusType = exports.ApplicationsSummaryStatusType = void 0;
|
|
7
|
+
exports.TokenResponse = exports.TokenRequest = exports.SystemdLoadStateType = exports.SystemdEnableStateType = exports.SystemdActiveStateType = exports.RolloutStrategy = exports.ResourceKind = exports.ResourceAlertSeverityType = exports.RepoSpecType = exports.OciRepoSpec = exports.OciAuthType = exports.MatchExpression = exports.ImagePullPolicy = exports.FleetRolloutStartedDetails = exports.FileOperation = exports.Event = exports.EncodingType = exports.DeviceUpdatedStatusType = exports.DeviceSummaryStatusType = exports.DeviceResourceStatusType = exports.DeviceMultipleOwnersResolvedDetails = exports.DeviceLifecycleStatusType = exports.DeviceLifecycleHookType = exports.DeviceIntegrityStatusSummaryType = exports.DeviceIntegrityCheckStatusType = exports.DeviceDecommissionTargetType = exports.ConditionType = exports.ConditionStatus = exports.AppType = exports.ApplicationVolumeReclaimPolicy = exports.ApplicationStatusType = exports.ApplicationsSummaryStatusType = exports.ApiVersion = void 0;
|
|
8
|
+
var ApiVersion_1 = require("./models/ApiVersion");
|
|
9
|
+
Object.defineProperty(exports, "ApiVersion", { enumerable: true, get: function () { return ApiVersion_1.ApiVersion; } });
|
|
8
10
|
var ApplicationsSummaryStatusType_1 = require("./models/ApplicationsSummaryStatusType");
|
|
9
11
|
Object.defineProperty(exports, "ApplicationsSummaryStatusType", { enumerable: true, get: function () { return ApplicationsSummaryStatusType_1.ApplicationsSummaryStatusType; } });
|
|
10
12
|
var ApplicationStatusType_1 = require("./models/ApplicationStatusType");
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/index.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/index.ts"],"names":[],"mappings":";AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;;;AAIpB,kDAAiD;AAAxC,wGAAA,UAAU,OAAA;AAQnB,wFAAuF;AAA9E,8IAAA,6BAA6B,OAAA;AACtC,wEAAuE;AAA9D,8HAAA,qBAAqB,OAAA;AAI9B,0FAAyF;AAAhF,gJAAA,8BAA8B,OAAA;AAEvC,4CAA2C;AAAlC,kGAAA,OAAO,OAAA;AAqBhB,4DAA2D;AAAlD,kHAAA,eAAe,OAAA;AACxB,wDAAuD;AAA9C,8GAAA,aAAa,OAAA;AAatB,sFAAqF;AAA5E,4IAAA,4BAA4B,OAAA;AAErC,0FAAyF;AAAhF,gJAAA,8BAA8B,OAAA;AAEvC,8FAA6F;AAApF,oJAAA,gCAAgC,OAAA;AAEzC,4EAA2E;AAAlE,kIAAA,uBAAuB,OAAA;AAEhC,gFAA+E;AAAtE,sIAAA,yBAAyB,OAAA;AAGlC,oGAAmG;AAA1F,0JAAA,mCAAmC,OAAA;AAK5C,8EAA6E;AAApE,oIAAA,wBAAwB,OAAA;AAOjC,4EAA2E;AAAlE,kIAAA,uBAAuB,OAAA;AAGhC,4EAA2E;AAAlE,kIAAA,uBAAuB,OAAA;AAMhC,sDAAqD;AAA5C,4GAAA,YAAY,OAAA;AAWrB,wCAAuC;AAA9B,8FAAA,KAAK,OAAA;AAMd,wDAAuD;AAA9C,8GAAA,aAAa,OAAA;AAStB,kFAAiF;AAAxE,wIAAA,0BAA0B,OAAA;AAkBnC,4DAA2D;AAAlD,kHAAA,eAAe,OAAA;AAaxB,4DAA2D;AAAlD,kHAAA,eAAe,OAAA;AASxB,oDAAmD;AAA1C,0GAAA,WAAW,OAAA;AACpB,oDAAmD;AAA1C,0GAAA,WAAW,OAAA;AAiBpB,sDAAqD;AAA5C,4GAAA,YAAY,OAAA;AAErB,gFAA+E;AAAtE,sIAAA,yBAAyB,OAAA;AAClC,sDAAqD;AAA5C,4GAAA,YAAY,OAAA;AAYrB,4DAA2D;AAAlD,kHAAA,eAAe,OAAA;AAGxB,0EAAyE;AAAhE,gIAAA,sBAAsB,OAAA;AAC/B,0EAAyE;AAAhE,gIAAA,sBAAsB,OAAA;AAC/B,sEAAqE;AAA5D,4HAAA,oBAAoB,OAAA;AAO7B,sDAAqD;AAA5C,4GAAA,YAAY,OAAA;AACrB,wDAAuD;AAA9C,8GAAA,aAAa,OAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
3
|
+
*/
|
|
4
|
+
export declare enum ApiVersion {
|
|
5
|
+
ApiVersionV1beta1 = "v1beta1",
|
|
6
|
+
ApiVersionFlightctlIoV1beta1 = "flightctl.io/v1beta1",
|
|
7
|
+
ApiVersionEmpty = ""
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=ApiVersion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVersion.d.ts","sourceRoot":"","sources":["../../../../types/models/ApiVersion.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,oBAAY,UAAU;IACpB,iBAAiB,YAAY;IAC7B,4BAA4B,yBAAyB;IACrD,eAAe,KAAK;CACrB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ApiVersion = void 0;
|
|
4
|
+
/* generated using openapi-typescript-codegen -- do no edit */
|
|
5
|
+
/* istanbul ignore file */
|
|
6
|
+
/* tslint:disable */
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
/**
|
|
9
|
+
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
10
|
+
*/
|
|
11
|
+
var ApiVersion;
|
|
12
|
+
(function (ApiVersion) {
|
|
13
|
+
ApiVersion["ApiVersionV1beta1"] = "v1beta1";
|
|
14
|
+
ApiVersion["ApiVersionFlightctlIoV1beta1"] = "flightctl.io/v1beta1";
|
|
15
|
+
ApiVersion["ApiVersionEmpty"] = "";
|
|
16
|
+
})(ApiVersion || (exports.ApiVersion = ApiVersion = {}));
|
|
17
|
+
//# sourceMappingURL=ApiVersion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiVersion.js","sourceRoot":"","sources":["../../../../types/models/ApiVersion.ts"],"names":[],"mappings":";;;AAAA,8DAA8D;AAC9D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB;;GAEG;AACH,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,2CAA6B,CAAA;IAC7B,mEAAqD,CAAA;IACrD,kCAAoB,CAAA;AACtB,CAAC,EAJW,UAAU,0BAAV,UAAU,QAIrB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AppType } from './AppType';
|
|
2
|
+
/**
|
|
3
|
+
* Common properties for all application types.
|
|
4
|
+
*/
|
|
5
|
+
export type ApplicationProviderBase = {
|
|
6
|
+
/**
|
|
7
|
+
* The application name must be 1–253 characters long, start with a letter or number, and contain no whitespace.
|
|
8
|
+
*/
|
|
9
|
+
name?: string;
|
|
10
|
+
appType: AppType;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=ApplicationProviderBase.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationProviderBase.d.ts","sourceRoot":"","sources":["../../../../types/models/ApplicationProviderBase.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationProviderBase.js","sourceRoot":"","sources":["../../../../types/models/ApplicationProviderBase.ts"],"names":[],"mappings":""}
|
|
@@ -1,16 +1,6 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type {
|
|
3
|
-
import type {
|
|
4
|
-
import type {
|
|
5
|
-
export type ApplicationProviderSpec = (
|
|
6
|
-
/**
|
|
7
|
-
* The application name must be 1–253 characters long, start with a letter or number, and contain no whitespace.
|
|
8
|
-
*/
|
|
9
|
-
name?: string;
|
|
10
|
-
appType: AppType;
|
|
11
|
-
/**
|
|
12
|
-
* The username of the system user this application should be run under. This is not the same as the user within any containers of the application (if applicable). Defaults to the user that the agent runs as (generally root) if not specified.
|
|
13
|
-
*/
|
|
14
|
-
runAs?: string;
|
|
15
|
-
} & (ImageApplicationProviderSpec | InlineApplicationProviderSpec));
|
|
1
|
+
import type { ComposeApplication } from './ComposeApplication';
|
|
2
|
+
import type { ContainerApplication } from './ContainerApplication';
|
|
3
|
+
import type { HelmApplication } from './HelmApplication';
|
|
4
|
+
import type { QuadletApplication } from './QuadletApplication';
|
|
5
|
+
export type ApplicationProviderSpec = (ComposeApplication | QuadletApplication | ContainerApplication | HelmApplication);
|
|
16
6
|
//# sourceMappingURL=ApplicationProviderSpec.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../../../types/models/ApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"ApplicationProviderSpec.d.ts","sourceRoot":"","sources":["../../../../types/models/ApplicationProviderSpec.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,MAAM,MAAM,uBAAuB,GAAG,CAAC,kBAAkB,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,eAAe,CAAC,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type ApplicationUser = {
|
|
2
|
+
/**
|
|
3
|
+
* The username of the system user this application should be run under. This is not the same as the user within any containers of the application (if applicable). Defaults to the user that the agent runs as (generally root) if not specified.
|
|
4
|
+
*/
|
|
5
|
+
runAs?: string;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=ApplicationUser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationUser.d.ts","sourceRoot":"","sources":["../../../../types/models/ApplicationUser.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplicationUser.js","sourceRoot":"","sources":["../../../../types/models/ApplicationUser.ts"],"names":[],"mappings":""}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { AuthProvider } from './AuthProvider';
|
|
2
3
|
export type AuthConfig = {
|
|
3
|
-
|
|
4
|
-
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
5
|
-
*/
|
|
6
|
-
apiVersion: string;
|
|
4
|
+
apiVersion: ApiVersion;
|
|
7
5
|
/**
|
|
8
6
|
* List of all available authentication providers.
|
|
9
7
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthConfig.d.ts","sourceRoot":"","sources":["../../../../types/models/AuthConfig.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,MAAM,MAAM,UAAU,GAAG;IACvB
|
|
1
|
+
{"version":3,"file":"AuthConfig.d.ts","sourceRoot":"","sources":["../../../../types/models/AuthConfig.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAChC;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { AuthProviderSpec } from './AuthProviderSpec';
|
|
2
3
|
import type { ObjectMeta } from './ObjectMeta';
|
|
3
4
|
/**
|
|
4
5
|
* AuthProvider represents an authentication provider configuration supporting both OIDC and OAuth2.
|
|
5
6
|
*/
|
|
6
7
|
export type AuthProvider = {
|
|
7
|
-
|
|
8
|
-
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
|
|
13
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProvider.d.ts","sourceRoot":"","sources":["../../../../types/models/AuthProvider.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB
|
|
1
|
+
{"version":3,"file":"AuthProvider.d.ts","sourceRoot":"","sources":["../../../../types/models/AuthProvider.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,gBAAgB,CAAC;CACxB,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import type { ApiVersion } from './ApiVersion';
|
|
1
2
|
import type { AuthProvider } from './AuthProvider';
|
|
2
3
|
import type { ListMeta } from './ListMeta';
|
|
3
4
|
/**
|
|
4
5
|
* AuthProviderList is a list of auth providers.
|
|
5
6
|
*/
|
|
6
7
|
export type AuthProviderList = {
|
|
7
|
-
|
|
8
|
-
* APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources.
|
|
9
|
-
*/
|
|
10
|
-
apiVersion: string;
|
|
8
|
+
apiVersion: ApiVersion;
|
|
11
9
|
/**
|
|
12
10
|
* Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds.
|
|
13
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthProviderList.d.ts","sourceRoot":"","sources":["../../../../types/models/AuthProviderList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B
|
|
1
|
+
{"version":3,"file":"AuthProviderList.d.ts","sourceRoot":"","sources":["../../../../types/models/AuthProviderList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAC5B,CAAC"}
|