/** * @license * Copyright 2023 Open Ag Data Alliance * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export declare const tree: { readonly bookmarks: { readonly _type: "application/vnd.oada.bookmarks.1+json"; readonly services: { readonly _type: "application/vnd.oada.services.1+json"; readonly _rev: 0; readonly '*': { readonly _type: "application/vnd.oada.service.1+json"; readonly _rev: 0; readonly queues: { readonly _type: "application/vnd.oada.service.queues.1+json"; readonly '*': { readonly _type: "application/vnd.oada.service.queue.1+json"; }; }; readonly jobs: { readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly pending: { readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly '*': { readonly _type: "application/vnd.oada.service.job.1+json"; }; }; readonly success: { readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly _rev: 0; readonly 'day-index': { readonly '*': { readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly _rev: 0; readonly '*': { readonly _type: "application/vnd.oada.service.job.1+json"; readonly _rev: 0; }; }; }; }; readonly failure: { readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly _rev: 0; readonly 'day-index': { readonly '*': { readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly _rev: 0; readonly '*': { readonly _type: "application/vnd.oada.service.job.1+json"; readonly _rev: 0; }; }; }; }; readonly 'typed-failure': { readonly '*': { readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly _rev: 0; readonly 'day-index': { readonly '*': { readonly _rev: 0; readonly _type: "application/vnd.oada.service.jobs.1+json"; readonly '*': { readonly _type: "application/vnd.oada.service.job.1+json"; readonly _rev: 0; }; }; }; }; }; readonly reports: { readonly _type: "application/vnd.oada.service.reports.1+json"; readonly '*': { readonly _type: "application/vnd.oada.service.report.1+json"; readonly 'day-index': { readonly '*': { readonly _type: "application/vnd.oada.service.jobs.1+json"; }; }; }; }; }; }; }; }; };