aimpress-chatbot/node_modules/botframework-connector/lib/tokenApi/models/parameters.js
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

132 lines
No EOL
2.6 KiB
JavaScript

"use strict";
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.userId = exports.state = exports.include = exports.finalRedirect = exports.emulatorUrl = exports.connectionName1 = exports.connectionName0 = exports.codeChallenge = exports.code = exports.channelId1 = exports.channelId0 = void 0;
exports.channelId0 = {
parameterPath: [
"options",
"channelId"
],
mapper: {
serializedName: "channelId",
type: {
name: "String"
}
}
};
exports.channelId1 = {
parameterPath: "channelId",
mapper: {
required: true,
serializedName: "channelId",
type: {
name: "String"
}
}
};
exports.code = {
parameterPath: [
"options",
"code"
],
mapper: {
serializedName: "code",
type: {
name: "String"
}
}
};
exports.codeChallenge = {
parameterPath: [
"options",
"codeChallenge"
],
mapper: {
serializedName: "code_challenge",
type: {
name: "String"
}
}
};
exports.connectionName0 = {
parameterPath: "connectionName",
mapper: {
required: true,
serializedName: "connectionName",
type: {
name: "String"
}
}
};
exports.connectionName1 = {
parameterPath: [
"options",
"connectionName"
],
mapper: {
serializedName: "connectionName",
type: {
name: "String"
}
}
};
exports.emulatorUrl = {
parameterPath: [
"options",
"emulatorUrl"
],
mapper: {
serializedName: "emulatorUrl",
type: {
name: "String"
}
}
};
exports.finalRedirect = {
parameterPath: [
"options",
"finalRedirect"
],
mapper: {
serializedName: "finalRedirect",
type: {
name: "String"
}
}
};
exports.include = {
parameterPath: [
"options",
"include"
],
mapper: {
serializedName: "include",
type: {
name: "String"
}
}
};
exports.state = {
parameterPath: "state",
mapper: {
required: true,
serializedName: "state",
type: {
name: "String"
}
}
};
exports.userId = {
parameterPath: "userId",
mapper: {
required: true,
serializedName: "userId",
type: {
name: "String"
}
}
};
//# sourceMappingURL=parameters.js.map