UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

26 lines 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.organisationProactiveSettingsSchema = void 0; exports.organisationProactiveSettingsSchema = { title: "organisationProactiveSettingsSchema", type: "object", additionalProperties: false, required: ["clientId", "tenantCredentials", "provisioningState"], properties: { clientId: { type: "string" }, clientName: { type: "string" }, tenantCredentials: { type: "object", additionalProperties: false, required: ["clientKey", "clientSecret"], properties: { clientKey: { type: "string" }, clientSecret: { type: "string" } } }, provisioningState: { type: "string", enum: ["Active", "Inactive", "Failed", "pending"] }, provisionedAt: { type: "object", format: "date-time" }, taskId: { type: "string" } } }; //# sourceMappingURL=IOrganisationProactiveSettings.js.map