@microsoft/app-manifest 1.0.0-alpha.06e5f8c8f.0

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.
Files changed (106) hide show
  1. package/LICENSE +23 -0
  2. package/README.md +115 -0
  3. package/build/ManifestCommonProperties.d.ts +30 -0
  4. package/build/ManifestCommonProperties.js +5 -0
  5. package/build/ManifestCommonProperties.js.map +1 -0
  6. package/build/constants.d.ts +1 -0
  7. package/build/constants.js +7 -0
  8. package/build/constants.js.map +1 -0
  9. package/build/declarativeCopilotManifest.d.ts +67 -0
  10. package/build/declarativeCopilotManifest.js +15 -0
  11. package/build/declarativeCopilotManifest.js.map +1 -0
  12. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D0.d.ts +163 -0
  13. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D0.js +214 -0
  14. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D0.js.map +1 -0
  15. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D2.d.ts +185 -0
  16. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D2.js +220 -0
  17. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D2.js.map +1 -0
  18. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D3.d.ts +285 -0
  19. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D3.js +248 -0
  20. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D3.js.map +1 -0
  21. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D4.d.ts +292 -0
  22. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D4.js +259 -0
  23. package/build/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D4.js.map +1 -0
  24. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D1.d.ts +429 -0
  25. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D1.js +289 -0
  26. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D1.js.map +1 -0
  27. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D2.d.ts +439 -0
  28. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D2.js +298 -0
  29. package/build/generated-types/copilot/plugin/ApiPluginManifestV2D2.js.map +1 -0
  30. package/build/generated-types/index.d.ts +174 -0
  31. package/build/generated-types/index.js +444 -0
  32. package/build/generated-types/index.js.map +1 -0
  33. package/build/generated-types/teams/TeamsManifestV1D0.d.ts +268 -0
  34. package/build/generated-types/teams/TeamsManifestV1D0.js +265 -0
  35. package/build/generated-types/teams/TeamsManifestV1D0.js.map +1 -0
  36. package/build/generated-types/teams/TeamsManifestV1D1.d.ts +268 -0
  37. package/build/generated-types/teams/TeamsManifestV1D1.js +266 -0
  38. package/build/generated-types/teams/TeamsManifestV1D1.js.map +1 -0
  39. package/build/generated-types/teams/TeamsManifestV1D10.d.ts +589 -0
  40. package/build/generated-types/teams/TeamsManifestV1D10.js +448 -0
  41. package/build/generated-types/teams/TeamsManifestV1D10.js.map +1 -0
  42. package/build/generated-types/teams/TeamsManifestV1D11.d.ts +603 -0
  43. package/build/generated-types/teams/TeamsManifestV1D11.js +447 -0
  44. package/build/generated-types/teams/TeamsManifestV1D11.js.map +1 -0
  45. package/build/generated-types/teams/TeamsManifestV1D12.d.ts +638 -0
  46. package/build/generated-types/teams/TeamsManifestV1D12.js +461 -0
  47. package/build/generated-types/teams/TeamsManifestV1D12.js.map +1 -0
  48. package/build/generated-types/teams/TeamsManifestV1D13.d.ts +640 -0
  49. package/build/generated-types/teams/TeamsManifestV1D13.js +461 -0
  50. package/build/generated-types/teams/TeamsManifestV1D13.js.map +1 -0
  51. package/build/generated-types/teams/TeamsManifestV1D14.d.ts +651 -0
  52. package/build/generated-types/teams/TeamsManifestV1D14.js +467 -0
  53. package/build/generated-types/teams/TeamsManifestV1D14.js.map +1 -0
  54. package/build/generated-types/teams/TeamsManifestV1D15.d.ts +656 -0
  55. package/build/generated-types/teams/TeamsManifestV1D15.js +468 -0
  56. package/build/generated-types/teams/TeamsManifestV1D15.js.map +1 -0
  57. package/build/generated-types/teams/TeamsManifestV1D16.d.ts +659 -0
  58. package/build/generated-types/teams/TeamsManifestV1D16.js +471 -0
  59. package/build/generated-types/teams/TeamsManifestV1D16.js.map +1 -0
  60. package/build/generated-types/teams/TeamsManifestV1D17.d.ts +1212 -0
  61. package/build/generated-types/teams/TeamsManifestV1D17.js +733 -0
  62. package/build/generated-types/teams/TeamsManifestV1D17.js.map +1 -0
  63. package/build/generated-types/teams/TeamsManifestV1D19.d.ts +1238 -0
  64. package/build/generated-types/teams/TeamsManifestV1D19.js +742 -0
  65. package/build/generated-types/teams/TeamsManifestV1D19.js.map +1 -0
  66. package/build/generated-types/teams/TeamsManifestV1D2.d.ts +268 -0
  67. package/build/generated-types/teams/TeamsManifestV1D2.js +266 -0
  68. package/build/generated-types/teams/TeamsManifestV1D2.js.map +1 -0
  69. package/build/generated-types/teams/TeamsManifestV1D20.d.ts +1420 -0
  70. package/build/generated-types/teams/TeamsManifestV1D20.js +818 -0
  71. package/build/generated-types/teams/TeamsManifestV1D20.js.map +1 -0
  72. package/build/generated-types/teams/TeamsManifestV1D3.d.ts +280 -0
  73. package/build/generated-types/teams/TeamsManifestV1D3.js +279 -0
  74. package/build/generated-types/teams/TeamsManifestV1D3.js.map +1 -0
  75. package/build/generated-types/teams/TeamsManifestV1D4.d.ts +333 -0
  76. package/build/generated-types/teams/TeamsManifestV1D4.js +316 -0
  77. package/build/generated-types/teams/TeamsManifestV1D4.js.map +1 -0
  78. package/build/generated-types/teams/TeamsManifestV1D5.d.ts +423 -0
  79. package/build/generated-types/teams/TeamsManifestV1D5.js +357 -0
  80. package/build/generated-types/teams/TeamsManifestV1D5.js.map +1 -0
  81. package/build/generated-types/teams/TeamsManifestV1D6.d.ts +428 -0
  82. package/build/generated-types/teams/TeamsManifestV1D6.js +359 -0
  83. package/build/generated-types/teams/TeamsManifestV1D6.js.map +1 -0
  84. package/build/generated-types/teams/TeamsManifestV1D7.d.ts +444 -0
  85. package/build/generated-types/teams/TeamsManifestV1D7.js +369 -0
  86. package/build/generated-types/teams/TeamsManifestV1D7.js.map +1 -0
  87. package/build/generated-types/teams/TeamsManifestV1D8.d.ts +466 -0
  88. package/build/generated-types/teams/TeamsManifestV1D8.js +386 -0
  89. package/build/generated-types/teams/TeamsManifestV1D8.js.map +1 -0
  90. package/build/generated-types/teams/TeamsManifestV1D9.d.ts +532 -0
  91. package/build/generated-types/teams/TeamsManifestV1D9.js +420 -0
  92. package/build/generated-types/teams/TeamsManifestV1D9.js.map +1 -0
  93. package/build/generated-types/teams/TeamsManifestVDevPreview.d.ts +2219 -0
  94. package/build/generated-types/teams/TeamsManifestVDevPreview.js +1090 -0
  95. package/build/generated-types/teams/TeamsManifestVDevPreview.js.map +1 -0
  96. package/build/index.d.ts +87 -0
  97. package/build/index.js +243 -0
  98. package/build/index.js.map +1 -0
  99. package/build/manifest.d.ts +521 -0
  100. package/build/manifest.js +61 -0
  101. package/build/manifest.js.map +1 -0
  102. package/build/pluginManifest.d.ts +143 -0
  103. package/build/pluginManifest.js +3 -0
  104. package/build/pluginManifest.js.map +1 -0
  105. package/build/tsconfig.tsbuildinfo +1 -0
  106. package/package.json +68 -0
@@ -0,0 +1,285 @@
1
+ /**
2
+ * The root of the declarative agent manifest document is a JSON object that contains
3
+ * members that describe the declarative agent.
4
+ */
5
+ export interface DeclarativeAgentManifestV1D3 {
6
+ /**
7
+ * Required. Not localizable. The version of the schema this manifest is using.
8
+ */
9
+ version: "v1.3";
10
+ /**
11
+ * Optional. Not localizable.
12
+ */
13
+ id?: string;
14
+ /**
15
+ * Required. Localizable. The name of the declarative agent. It MUST contain at least one
16
+ * nonwhitespace character and MUST be 100 characters or less.
17
+ */
18
+ name: string;
19
+ /**
20
+ * Required. Localizable. The description of the declarative agent. It MUST contain at least
21
+ * one nonwhitespace character and MUST be 1,000 characters or less.
22
+ */
23
+ description: string;
24
+ /**
25
+ * Optional. Not localizable. The detailed instructions or guidelines on how the declarative
26
+ * agent should behave, its functions, and any behaviors to avoid. It MUST contain at least
27
+ * one nonwhitespace character and MUST be 8,000 characters or less.
28
+ */
29
+ instructions?: string;
30
+ /**
31
+ * Optional. Contains an array of objects that define capabilities of the declarative agent.
32
+ */
33
+ capabilities?: CapabilityElement[];
34
+ /**
35
+ * Optional. A list of examples of questions that the declarative agent can answer. There
36
+ * MUST NOT be more than six objects in the array.
37
+ */
38
+ conversation_starters?: ConversationStarterElement[];
39
+ /**
40
+ * Optional. A list of objects that identify API plugins that provide actions accessible to
41
+ * the declarative agent.
42
+ */
43
+ actions?: ActionElement[];
44
+ [property: string]: any;
45
+ }
46
+ /**
47
+ * Identifies an API plugin manifest for a plugin used as an action by the declarative agent.
48
+ */
49
+ export interface ActionElement {
50
+ /**
51
+ * Required. Not localizable. A unique identifier for the action. It MAY be represented by a
52
+ * GUID.
53
+ */
54
+ id: string;
55
+ /**
56
+ * Required. Not localizable. A path to the API plugin manifest for this action.
57
+ */
58
+ file: string;
59
+ [property: string]: any;
60
+ }
61
+ /**
62
+ * Represents a base capability object.
63
+ *
64
+ * Indicates that the declarative agent can search the web for grounding information.
65
+ *
66
+ * Indicates that the declarative agent can search a user's SharePoint and OneDrive for
67
+ * grounding information.
68
+ *
69
+ * Indicates that the declarative agent can search selected Microsoft Graph connectors for
70
+ * grounding information.
71
+ *
72
+ * Indicates that the declarative agent can generate and execute code.
73
+ *
74
+ * Indicates that the declarative agent can images and art based on the text input from the
75
+ * user.
76
+ *
77
+ * Indicates that the declarative agent can search through Teams channels, teams, meetings,
78
+ * 1:1 chats and group chats.
79
+ *
80
+ * A JSON object whose presence indicates that the DA will be able to search within Email
81
+ * Messages in the mailboxes user has access to.
82
+ *
83
+ * Indicates that the DA will be able to search people data in the organization.
84
+ */
85
+ export interface CapabilityElement {
86
+ /**
87
+ * Required. The name of the capability. Allowed values are WebSearch, CodeInterpreter,
88
+ * OneDriveAndSharePoint, GraphConnectors, TeamsMessages, Dataverse, Email, People and
89
+ * GraphicArt.
90
+ *
91
+ * Required. Must be set to WebSearch.
92
+ *
93
+ * Required. Must be set to OneDriveAndSharePoint.
94
+ *
95
+ * Required. Must be set to GraphConnectors.
96
+ *
97
+ * Required. Must be set to CodeInterpreter.
98
+ *
99
+ * Required. Must be set to GraphicArt.
100
+ *
101
+ * Required. Must be set to TeamsMessages.
102
+ *
103
+ * Required: Must be set to Dataverse
104
+ *
105
+ * Required: Must be set to Email
106
+ *
107
+ * Required. Must be set to People.
108
+ */
109
+ name: Name;
110
+ /**
111
+ * Optional. An array of sites used to constrain the content accessible to the DA to just
112
+ * the content identified via the items of array.
113
+ */
114
+ sites?: SiteElement[];
115
+ /**
116
+ * Optional. An array of objects that identify SharePoint or OneDrive sources using IDs.
117
+ */
118
+ items_by_sharepoint_ids?: ItemsBySharepointIDElement[];
119
+ /**
120
+ * Optional. An array of objects that identify SharePoint or OneDrive sources by URL.
121
+ */
122
+ items_by_url?: ItemsByURLElement[];
123
+ /**
124
+ * Optional. An array of objects that identify the Microsoft Graph connectors available to
125
+ * the declarative agent
126
+ */
127
+ connections?: ConnectionElement[];
128
+ /**
129
+ * This member can be used to constrain the content accessible to the DA to just the content
130
+ * identified via the members of each Teams url
131
+ */
132
+ urls?: URLElement[];
133
+ /**
134
+ * An array of Objects that represent the knowledge sources for the Dataverse in the
135
+ * Declarative Agent
136
+ */
137
+ knowledge_sources?: KnowledgeSourceElement[];
138
+ /**
139
+ * A JSON array of Folder Object. This member can be used to constrain the content
140
+ * accessible to the DA to just the emails present in the folders identified by members of
141
+ * each Folder Object.
142
+ */
143
+ folders?: FolderElement[];
144
+ /**
145
+ * A JSON string that contains SMTP address of the shared mailbox. The presence of this
146
+ * field indicates that the DA constrain its search for relevant emails only to that
147
+ * mailbox. Emails from user's primary mailbox is not searched when this field is present.
148
+ */
149
+ shared_mailbox?: string;
150
+ [property: string]: any;
151
+ }
152
+ /**
153
+ * Identifies a Microsoft Graph connector.
154
+ */
155
+ export interface ConnectionElement {
156
+ /**
157
+ * Required. Not localizable The unique identifier of the Microsoft Graph connector.
158
+ */
159
+ connection_id: string;
160
+ [property: string]: any;
161
+ }
162
+ export interface FolderElement {
163
+ /**
164
+ * A JSON string that identifies an email folder. This can either be id of the folder or one
165
+ * of the well known names.
166
+ */
167
+ folder_id: string;
168
+ [property: string]: any;
169
+ }
170
+ /**
171
+ * Contains one or more object identifiers that identify a SharePoint or OneDrive resource.
172
+ */
173
+ export interface ItemsBySharepointIDElement {
174
+ /**
175
+ * Optional. Not localizable. The GUID identifier of a SharePoint or OneDrive site.
176
+ */
177
+ site_id?: string;
178
+ /**
179
+ * Optional. Not localizable. The GUID identifier of a SharePoint or OneDrive web.
180
+ */
181
+ web_id?: string;
182
+ /**
183
+ * Optional. Not localizable. The GUID identifier of a SharePoint or OneDrive list.
184
+ */
185
+ list_id?: string;
186
+ /**
187
+ * Optional. Not localizable. The GUID identifier of a SharePoint or OneDrive item.
188
+ */
189
+ unique_id?: string;
190
+ /**
191
+ * Boolean value indicating whether to enable searching associated sites. This value is only
192
+ * applicable when the site_id value references a SharePoint HubSite.
193
+ */
194
+ search_associated_sites?: boolean;
195
+ /**
196
+ * A JSON String that uniquely identifies a part of a SharePoint item. e.g a OneNote page.
197
+ */
198
+ part_id?: string;
199
+ /**
200
+ * A String that qualifies the kind of part that the "part_id" refers to. Currently this
201
+ * value can only be equal to the string literal: "OneNotePart".
202
+ */
203
+ part_type?: "OneNotePart";
204
+ }
205
+ /**
206
+ * A String that qualifies the kind of part that the "part_id" refers to. Currently this
207
+ * value can only be equal to the string literal: "OneNotePart".
208
+ */
209
+ /**
210
+ * Represents the URL of a SharePoint or OneDrive resource.
211
+ */
212
+ export interface ItemsByURLElement {
213
+ /**
214
+ * Optional. Not localizable. An absolute URL to a SharePoint or OneDrive resource.
215
+ */
216
+ url?: string;
217
+ }
218
+ export interface KnowledgeSourceElement {
219
+ /**
220
+ * A unique identifier for the host in Dataverse.
221
+ */
222
+ host_name?: string;
223
+ /**
224
+ * A unique identifier that defines the configuration for how the copilot agent interacts
225
+ * with Dataverse knowledge.
226
+ */
227
+ skill?: string;
228
+ /**
229
+ * An array of table_name objects which contain table names in DataVerse to scope the
230
+ * knowledge of the Declarative Agent
231
+ */
232
+ tables?: TableElement[];
233
+ [property: string]: any;
234
+ }
235
+ export interface TableElement {
236
+ /**
237
+ * A string to represent the table name.
238
+ */
239
+ table_name?: string;
240
+ [property: string]: any;
241
+ }
242
+ export type Name = "WebSearch" | "CodeInterpreter" | "OneDriveAndSharePoint" | "GraphConnectors" | "GraphicArt" | "TeamsMessages" | "Dataverse" | "Email" | "People";
243
+ /**
244
+ * An object that identifies a site used to constrain the content accessible to the
245
+ * declarative agent.
246
+ */
247
+ export interface SiteElement {
248
+ /**
249
+ * An absolute URL to a site.
250
+ */
251
+ url: string;
252
+ [property: string]: any;
253
+ }
254
+ /**
255
+ * Identifies a Teams channel, team or meeting chat
256
+ */
257
+ export interface URLElement {
258
+ /**
259
+ * A string that contains a well formed, Teams url to a Teams channel, team or meeting chat
260
+ * (join url)
261
+ */
262
+ url: string;
263
+ [property: string]: any;
264
+ }
265
+ /**
266
+ * Contains hints that are displayed to the user to demonstrate how they can get started
267
+ * using the declarative agent.
268
+ */
269
+ export interface ConversationStarterElement {
270
+ /**
271
+ * Required. Localizable. A suggestion that the user can use to obtain the desired result
272
+ * from the DC. It MUST contain at least one nonwhitespace character.
273
+ */
274
+ text: string;
275
+ /**
276
+ * Optional. Localizable. A unique title for the conversation starter. It MUST contain at
277
+ * least one nonwhitespace character.
278
+ */
279
+ title?: string;
280
+ [property: string]: any;
281
+ }
282
+ export declare class Convert {
283
+ static toDeclarativeAgentManifestV1D3(json: string): DeclarativeAgentManifestV1D3;
284
+ static declarativeAgentManifestV1D3ToJson(value: DeclarativeAgentManifestV1D3): string;
285
+ }
@@ -0,0 +1,248 @@
1
+ "use strict";
2
+ // To parse this data:
3
+ //
4
+ // import { Convert, DeclarativeAgentManifestV1D3 } from "./file";
5
+ //
6
+ // const declarativeAgentManifestV1D3 = Convert.toDeclarativeAgentManifestV1D3(json);
7
+ //
8
+ // These functions will throw an error if the JSON doesn't
9
+ // match the expected interface, even if the JSON is valid.
10
+ Object.defineProperty(exports, "__esModule", { value: true });
11
+ exports.Convert = void 0;
12
+ // Converts JSON strings to/from your types
13
+ // and asserts the results of JSON.parse at runtime
14
+ class Convert {
15
+ static toDeclarativeAgentManifestV1D3(json) {
16
+ return cast(JSON.parse(json), r("DeclarativeAgentManifestV1D3"));
17
+ }
18
+ static declarativeAgentManifestV1D3ToJson(value) {
19
+ return JSON.stringify(uncast(value, r("DeclarativeAgentManifestV1D3")), null, 4);
20
+ }
21
+ }
22
+ exports.Convert = Convert;
23
+ function invalidValue(typ, val, key, parent = '') {
24
+ const prettyTyp = prettyTypeName(typ);
25
+ const parentText = parent ? ` on ${parent}` : '';
26
+ const keyText = key ? ` for key "${key}"` : '';
27
+ throw Error(`Invalid value${keyText}${parentText}. Expected ${prettyTyp} but got ${JSON.stringify(val)}`);
28
+ }
29
+ function prettyTypeName(typ) {
30
+ if (Array.isArray(typ)) {
31
+ if (typ.length === 2 && typ[0] === undefined) {
32
+ return `an optional ${prettyTypeName(typ[1])}`;
33
+ }
34
+ else {
35
+ return `one of [${typ.map(a => { return prettyTypeName(a); }).join(", ")}]`;
36
+ }
37
+ }
38
+ else if (typeof typ === "object" && typ.literal !== undefined) {
39
+ return typ.literal;
40
+ }
41
+ else {
42
+ return typeof typ;
43
+ }
44
+ }
45
+ function jsonToJSProps(typ) {
46
+ if (typ.jsonToJS === undefined) {
47
+ const map = {};
48
+ typ.props.forEach((p) => map[p.json] = { key: p.js, typ: p.typ });
49
+ typ.jsonToJS = map;
50
+ }
51
+ return typ.jsonToJS;
52
+ }
53
+ function jsToJSONProps(typ) {
54
+ if (typ.jsToJSON === undefined) {
55
+ const map = {};
56
+ typ.props.forEach((p) => map[p.js] = { key: p.json, typ: p.typ });
57
+ typ.jsToJSON = map;
58
+ }
59
+ return typ.jsToJSON;
60
+ }
61
+ function transform(val, typ, getProps, key = '', parent = '') {
62
+ function transformPrimitive(typ, val) {
63
+ if (typeof typ === typeof val)
64
+ return val;
65
+ return invalidValue(typ, val, key, parent);
66
+ }
67
+ function transformUnion(typs, val) {
68
+ // val must validate against one typ in typs
69
+ const l = typs.length;
70
+ for (let i = 0; i < l; i++) {
71
+ const typ = typs[i];
72
+ try {
73
+ return transform(val, typ, getProps);
74
+ }
75
+ catch (_) { }
76
+ }
77
+ return invalidValue(typs, val, key, parent);
78
+ }
79
+ function transformEnum(cases, val) {
80
+ if (cases.indexOf(val) !== -1)
81
+ return val;
82
+ return invalidValue(cases.map(a => { return l(a); }), val, key, parent);
83
+ }
84
+ function transformArray(typ, val) {
85
+ // val must be an array with no invalid elements
86
+ if (!Array.isArray(val))
87
+ return invalidValue(l("array"), val, key, parent);
88
+ return val.map(el => transform(el, typ, getProps));
89
+ }
90
+ function transformDate(val) {
91
+ if (val === null) {
92
+ return null;
93
+ }
94
+ const d = new Date(val);
95
+ if (isNaN(d.valueOf())) {
96
+ return invalidValue(l("Date"), val, key, parent);
97
+ }
98
+ return d;
99
+ }
100
+ function transformObject(props, additional, val) {
101
+ if (val === null || typeof val !== "object" || Array.isArray(val)) {
102
+ return invalidValue(l(ref || "object"), val, key, parent);
103
+ }
104
+ const result = {};
105
+ Object.getOwnPropertyNames(props).forEach(key => {
106
+ const prop = props[key];
107
+ const v = Object.prototype.hasOwnProperty.call(val, key) ? val[key] : undefined;
108
+ result[prop.key] = transform(v, prop.typ, getProps, key, ref);
109
+ });
110
+ Object.getOwnPropertyNames(val).forEach(key => {
111
+ if (!Object.prototype.hasOwnProperty.call(props, key)) {
112
+ result[key] = transform(val[key], additional, getProps, key, ref);
113
+ }
114
+ });
115
+ return result;
116
+ }
117
+ if (typ === "any")
118
+ return val;
119
+ if (typ === null) {
120
+ if (val === null)
121
+ return val;
122
+ return invalidValue(typ, val, key, parent);
123
+ }
124
+ if (typ === false)
125
+ return invalidValue(typ, val, key, parent);
126
+ let ref = undefined;
127
+ while (typeof typ === "object" && typ.ref !== undefined) {
128
+ ref = typ.ref;
129
+ typ = typeMap[typ.ref];
130
+ }
131
+ if (Array.isArray(typ))
132
+ return transformEnum(typ, val);
133
+ if (typeof typ === "object") {
134
+ return typ.hasOwnProperty("unionMembers") ? transformUnion(typ.unionMembers, val)
135
+ : typ.hasOwnProperty("arrayItems") ? transformArray(typ.arrayItems, val)
136
+ : typ.hasOwnProperty("props") ? transformObject(getProps(typ), typ.additional, val)
137
+ : invalidValue(typ, val, key, parent);
138
+ }
139
+ // Numbers can be parsed by Date but shouldn't be.
140
+ if (typ === Date && typeof val !== "number")
141
+ return transformDate(val);
142
+ return transformPrimitive(typ, val);
143
+ }
144
+ function cast(val, typ) {
145
+ return transform(val, typ, jsonToJSProps);
146
+ }
147
+ function uncast(val, typ) {
148
+ return transform(val, typ, jsToJSONProps);
149
+ }
150
+ function l(typ) {
151
+ return { literal: typ };
152
+ }
153
+ function a(typ) {
154
+ return { arrayItems: typ };
155
+ }
156
+ function u(...typs) {
157
+ return { unionMembers: typs };
158
+ }
159
+ function o(props, additional) {
160
+ return { props, additional };
161
+ }
162
+ function m(additional) {
163
+ return { props: [], additional };
164
+ }
165
+ function r(name) {
166
+ return { ref: name };
167
+ }
168
+ const typeMap = {
169
+ "DeclarativeAgentManifestV1D3": o([
170
+ { json: "version", js: "version", typ: r("Version") },
171
+ { json: "id", js: "id", typ: u(undefined, "") },
172
+ { json: "name", js: "name", typ: "" },
173
+ { json: "description", js: "description", typ: "" },
174
+ { json: "instructions", js: "instructions", typ: u(undefined, "") },
175
+ { json: "capabilities", js: "capabilities", typ: u(undefined, a(r("CapabilityElement"))) },
176
+ { json: "conversation_starters", js: "conversation_starters", typ: u(undefined, a(r("ConversationStarterElement"))) },
177
+ { json: "actions", js: "actions", typ: u(undefined, a(r("ActionElement"))) },
178
+ ], "any"),
179
+ "ActionElement": o([
180
+ { json: "id", js: "id", typ: "" },
181
+ { json: "file", js: "file", typ: "" },
182
+ ], "any"),
183
+ "CapabilityElement": o([
184
+ { json: "name", js: "name", typ: r("Name") },
185
+ { json: "sites", js: "sites", typ: u(undefined, a(r("SiteElement"))) },
186
+ { json: "items_by_sharepoint_ids", js: "items_by_sharepoint_ids", typ: u(undefined, a(r("ItemsBySharepointIDElement"))) },
187
+ { json: "items_by_url", js: "items_by_url", typ: u(undefined, a(r("ItemsByURLElement"))) },
188
+ { json: "connections", js: "connections", typ: u(undefined, a(r("ConnectionElement"))) },
189
+ { json: "urls", js: "urls", typ: u(undefined, a(r("URLElement"))) },
190
+ { json: "knowledge_sources", js: "knowledge_sources", typ: u(undefined, a(r("KnowledgeSourceElement"))) },
191
+ { json: "folders", js: "folders", typ: u(undefined, a(r("FolderElement"))) },
192
+ { json: "shared_mailbox", js: "shared_mailbox", typ: u(undefined, "") },
193
+ ], "any"),
194
+ "ConnectionElement": o([
195
+ { json: "connection_id", js: "connection_id", typ: "" },
196
+ ], "any"),
197
+ "FolderElement": o([
198
+ { json: "folder_id", js: "folder_id", typ: "" },
199
+ ], "any"),
200
+ "ItemsBySharepointIDElement": o([
201
+ { json: "site_id", js: "site_id", typ: u(undefined, "") },
202
+ { json: "web_id", js: "web_id", typ: u(undefined, "") },
203
+ { json: "list_id", js: "list_id", typ: u(undefined, "") },
204
+ { json: "unique_id", js: "unique_id", typ: u(undefined, "") },
205
+ { json: "search_associated_sites", js: "search_associated_sites", typ: u(undefined, true) },
206
+ { json: "part_id", js: "part_id", typ: u(undefined, "") },
207
+ { json: "part_type", js: "part_type", typ: u(undefined, r("PartType")) },
208
+ ], false),
209
+ "ItemsByURLElement": o([
210
+ { json: "url", js: "url", typ: u(undefined, "") },
211
+ ], false),
212
+ "KnowledgeSourceElement": o([
213
+ { json: "host_name", js: "host_name", typ: u(undefined, "") },
214
+ { json: "skill", js: "skill", typ: u(undefined, "") },
215
+ { json: "tables", js: "tables", typ: u(undefined, a(r("TableElement"))) },
216
+ ], "any"),
217
+ "TableElement": o([
218
+ { json: "table_name", js: "table_name", typ: u(undefined, "") },
219
+ ], "any"),
220
+ "SiteElement": o([
221
+ { json: "url", js: "url", typ: "" },
222
+ ], "any"),
223
+ "URLElement": o([
224
+ { json: "url", js: "url", typ: "" },
225
+ ], "any"),
226
+ "ConversationStarterElement": o([
227
+ { json: "text", js: "text", typ: "" },
228
+ { json: "title", js: "title", typ: u(undefined, "") },
229
+ ], "any"),
230
+ "PartType": [
231
+ "OneNotePart",
232
+ ],
233
+ "Name": [
234
+ "CodeInterpreter",
235
+ "Dataverse",
236
+ "Email",
237
+ "GraphConnectors",
238
+ "GraphicArt",
239
+ "OneDriveAndSharePoint",
240
+ "People",
241
+ "TeamsMessages",
242
+ "WebSearch",
243
+ ],
244
+ "Version": [
245
+ "v1.3",
246
+ ],
247
+ };
248
+ //# sourceMappingURL=DeclarativeAgentManifestV1D3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeclarativeAgentManifestV1D3.js","sourceRoot":"","sources":["../../../../src/generated-types/copilot/declarative-agent/DeclarativeAgentManifestV1D3.ts"],"names":[],"mappings":"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"}