@microsoft/app-manifest 1.0.0-alpha.0d2dd4439.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 +88 -0
  97. package/build/index.js +247 -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,429 @@
1
+ /**
2
+ * The root of the plugin manifest document is a JSON object that contains members that
3
+ * describe the plugin.
4
+ */
5
+ export interface APIPluginManifestV2D1 {
6
+ /**
7
+ * The schema version. Previous versions are `v1` and `v2`.
8
+ */
9
+ schema_version: "v2.1";
10
+ /**
11
+ * A short, human-readable name for the plugin. It MUST contain at least one nonwhitespace
12
+ * character. Characters beyond 20 MAY be ignored. This property is localizable.
13
+ */
14
+ name_for_human: string;
15
+ /**
16
+ * An identifier used to prevent name conflicts between function names from different
17
+ * plugins that are used within the same execution context. The value MUST match the regex
18
+ * ^[A-Za-z0-9_]+ as defined by [RFC9485]. This is a required member.
19
+ */
20
+ namespace: string;
21
+ /**
22
+ * The description for the plugin that is provided to the model. This description should
23
+ * describe what the plugin is for, and in what circumstances its functions are relevant.
24
+ * Characters beyond 2048 MAY be ignored. This property is localizable.
25
+ */
26
+ description_for_model?: string;
27
+ /**
28
+ * A human-readable description of the plugin. Characters beyond 100 MAY be ignored. This
29
+ * property is localizable.
30
+ */
31
+ description_for_human: string;
32
+ /**
33
+ * A URL used to fetch a logo that MAY be used by the orchestrator. Implementations MAY
34
+ * provide alternative methods to provide logos that meet their visual requirements. This
35
+ * property is localizable.
36
+ */
37
+ logo_url?: any;
38
+ /**
39
+ * An email address of a contact for safety/moderation, support, and deactivation.
40
+ */
41
+ contact_email?: any;
42
+ /**
43
+ * An absolute URL that locates a document containing the terms of service for the plugin.
44
+ * This property is localizable.
45
+ */
46
+ legal_info_url?: any;
47
+ /**
48
+ * An absolute URL that locates a document containing the privacy policy for the plugin.
49
+ * This property is localizable.
50
+ */
51
+ privacy_policy_url?: any;
52
+ /**
53
+ * A set of function objects describing the functions available to the plugin. Each function
54
+ * object name MUST be unique within the array. The order of the array isn't significant. If
55
+ * the `functions` property isn't present and there's an OpenAPI runtime, the functions are
56
+ * inferred from the OpenAPI operations.
57
+ */
58
+ functions?: FunctionObject[];
59
+ /**
60
+ * A set of runtime objects describing the runtimes used by the plugin.
61
+ */
62
+ runtimes?: OpenAPIRuntimeObject[];
63
+ /**
64
+ * Describes capabilities of the plugin.
65
+ */
66
+ capabilities?: PluginCapabilitiesObject;
67
+ [property: string]: any;
68
+ }
69
+ /**
70
+ * Describes capabilities of the plugin.
71
+ */
72
+ export interface PluginCapabilitiesObject {
73
+ /**
74
+ * Provides mappings for strings in different languages and locales. Certain properties can
75
+ * be localized using a [Liquid][] filter called `localize`.
76
+ */
77
+ localization?: {
78
+ [key: string]: any;
79
+ };
80
+ /**
81
+ * Conversation starters that can be displayed to the user for suggestions on how to invoke
82
+ * the plugin.
83
+ */
84
+ conversation_starters?: ConversationStarterObject[];
85
+ [property: string]: any;
86
+ }
87
+ /**
88
+ * An example of a question that the plugin can answer.
89
+ */
90
+ export interface ConversationStarterObject {
91
+ /**
92
+ * The text of the conversation starter. This property is localizable.
93
+ */
94
+ text: string;
95
+ /**
96
+ * The title of the conversation starter. This property is localizable.
97
+ */
98
+ title?: string;
99
+ [property: string]: any;
100
+ }
101
+ /**
102
+ * Information related to how the model should interact with a function.
103
+ */
104
+ export interface FunctionObject {
105
+ id?: string;
106
+ /**
107
+ * A string that uniquely identifies this function. Runtime objects MAY reference this
108
+ * identifier to bind the runtime to the function. When the function is bound to an OpenAPI
109
+ * runtime, the value must match an `operationId` value in the OpenAPI description.
110
+ */
111
+ name: string;
112
+ /**
113
+ * A description better tailored to the model, such as token context length considerations
114
+ * or keyword usage for improved plugin prompting.
115
+ */
116
+ description?: string;
117
+ /**
118
+ * An object that contains members that describe the parameters of a function in a runtime
119
+ * agnostic way. It mirrors the shape of [json-schema][] but only supports a small subset of
120
+ * the JSON schema capabilities. If the `parameters` property isn't present, functions
121
+ * described by a runtime object of type `OpenApi` use the OpenAPI description to determine
122
+ * the parameters. Each member in the JSON object is a function parameter object that
123
+ * describes the semantics of the parameter.
124
+ */
125
+ parameters?: FunctionParametersObject;
126
+ /**
127
+ * Describes the semantics of the value returned from the function.
128
+ */
129
+ returns?: ReturnObject;
130
+ /**
131
+ * Defines state objects for orchestrator states.
132
+ */
133
+ states?: FunctionStatesObject;
134
+ /**
135
+ * Contains a collection of data used to configure optional capabilities of the orchestrator
136
+ * while invoking the function.
137
+ */
138
+ capabilities?: FunctionCapabilitiesObject;
139
+ [property: string]: any;
140
+ }
141
+ /**
142
+ * Contains a collection of data used to configure optional capabilities of the orchestrator
143
+ * while invoking the function.
144
+ */
145
+ export interface FunctionCapabilitiesObject {
146
+ /**
147
+ * Describes a confirmation dialog that SHOULD be presented to the user before invoking the
148
+ * function.
149
+ */
150
+ confirmation?: ConfirmationObject;
151
+ /**
152
+ * Describes how the orchestrator can interpret the response payload and provide a visual
153
+ * rendering.
154
+ */
155
+ response_semantics?: ResponseSemanticsObject;
156
+ [property: string]: any;
157
+ }
158
+ /**
159
+ * Describes a confirmation dialog that SHOULD be presented to the user before invoking the
160
+ * function.
161
+ *
162
+ * Describes how the orchestrator asks the user to confirm before calling a function.
163
+ */
164
+ export interface ConfirmationObject {
165
+ /**
166
+ * Specifies the type of confirmation.
167
+ */
168
+ type?: ConfirmationType;
169
+ /**
170
+ * The title of the confirmation dialog. This property is localizable.
171
+ */
172
+ title?: string;
173
+ /**
174
+ * The text of the confirmation dialog. This property is localizable.
175
+ */
176
+ body?: string;
177
+ [property: string]: any;
178
+ }
179
+ /**
180
+ * Specifies the type of confirmation.
181
+ */
182
+ export type ConfirmationType = "None" | "AdaptiveCard";
183
+ /**
184
+ * Describes how the orchestrator can interpret the response payload and provide a visual
185
+ * rendering.
186
+ *
187
+ * Contains information to identify semantics of response payload and enable rendering that
188
+ * information in a rich visual experience using [adaptive cards](https://adaptivecards.io/).
189
+ */
190
+ export interface ResponseSemanticsObject {
191
+ /**
192
+ * A JSONPath [RFC9535][] query that identifies a set of elements from the function response
193
+ * to be rendered using the template specified in each item.
194
+ */
195
+ data_path: string;
196
+ /**
197
+ * Allows mapping of JSONPath queries to well-known data elements. Each JSONPath query is
198
+ * relative to a result value.
199
+ */
200
+ properties?: ResponseSemanticsPropertiesObject;
201
+ /**
202
+ * A JSON object that conforms with the [Adaptive Card
203
+ * Schema](https://adaptivecards.io/schemas/adaptive-card.json) and templating language.
204
+ * This Adaptive Card instance is used to render a result from the plugin response. This
205
+ * value is used if the `template_selector` isn't present or fails to resolve to an adaptive
206
+ * card.
207
+ */
208
+ static_template?: {
209
+ [key: string]: any;
210
+ };
211
+ /**
212
+ * A JSON string containing a JSONPath query that when applied to the response payload will
213
+ * return an [Adaptive Card
214
+ * Template](https://learn.microsoft.com/adaptive-cards/templating/language) that will be
215
+ * used to authenticate the user.
216
+ */
217
+ oauth_card_path?: string;
218
+ [property: string]: any;
219
+ }
220
+ /**
221
+ * Allows mapping of JSONPath queries to well-known data elements. Each JSONPath query is
222
+ * relative to a result value.
223
+ */
224
+ export interface ResponseSemanticsPropertiesObject {
225
+ /**
226
+ * Title of a citation for the result.
227
+ */
228
+ title?: string;
229
+ /**
230
+ * Subtitle of a citation for the result.
231
+ */
232
+ subtitle?: string;
233
+ /**
234
+ * URL of a citation for the result.
235
+ */
236
+ url?: string;
237
+ /**
238
+ * URL of a thumbnail image for the result.
239
+ */
240
+ thumbnail_url?: string;
241
+ /**
242
+ * Data sensitivity indicator of the result contents.
243
+ */
244
+ information_protection_label?: string;
245
+ /**
246
+ * A JSONPath query that returns an [Adaptive Card
247
+ * Template](https://learn.microsoft.com/adaptive-cards/templating/language) from the API
248
+ * response to be used for rendering the result.
249
+ */
250
+ template_selector?: string;
251
+ [property: string]: any;
252
+ }
253
+ /**
254
+ * An object that contains members that describe the parameters of a function in a runtime
255
+ * agnostic way. It mirrors the shape of [json-schema][] but only supports a small subset of
256
+ * the JSON schema capabilities. If the `parameters` property isn't present, functions
257
+ * described by a runtime object of type `OpenApi` use the OpenAPI description to determine
258
+ * the parameters. Each member in the JSON object is a function parameter object that
259
+ * describes the semantics of the parameter.
260
+ *
261
+ * An object that is used to identify the set of parameters that can be passed to the
262
+ * function. This object is structured to mirror the shape of a JSON Schema object but it
263
+ * only supports a subset of JSON Schema keywords.
264
+ */
265
+ export interface FunctionParametersObject {
266
+ /**
267
+ * The JSON Schema type.
268
+ */
269
+ type?: "object";
270
+ /**
271
+ * An object that maps parameter names to their definitions.
272
+ */
273
+ properties: {
274
+ [key: string]: any;
275
+ };
276
+ /**
277
+ * The names of properties that are required parameters. Unlike in JSON Schema, the values
278
+ * in this array MUST match the names listed in the `properties` property.
279
+ */
280
+ required?: string[];
281
+ [property: string]: any;
282
+ }
283
+ /**
284
+ * Describes the semantics of the value returned from the function.
285
+ *
286
+ * Contains the semantics of the value returned from the function.
287
+ *
288
+ * Indicates that the function returns a response that is compatible with the Rich Responses
289
+ * protocol.
290
+ */
291
+ export interface ReturnObject {
292
+ /**
293
+ * Specifies the type of the value returned by the API.
294
+ */
295
+ type?: "string";
296
+ /**
297
+ * A description of the value returned by the API.
298
+ */
299
+ description?: string;
300
+ $ref?: "https://copilot.microsoft.com/schemas/rich-response-v1.0.json";
301
+ [property: string]: any;
302
+ }
303
+ /**
304
+ * Specifies the type of the value returned by the API.
305
+ */
306
+ /**
307
+ * Defines state objects for orchestrator states.
308
+ */
309
+ export interface FunctionStatesObject {
310
+ /**
311
+ * The state in which the model can call functions and do computations.
312
+ */
313
+ reasoning?: StateObject;
314
+ /**
315
+ * The state in which the model can generate text that is shown to the user. The model can't
316
+ * invoke functions in the responding state.
317
+ */
318
+ responding?: StateObject;
319
+ [property: string]: any;
320
+ }
321
+ /**
322
+ * The state in which the model can call functions and do computations.
323
+ *
324
+ * Contains specific instructions for when a function is invoked in a specific orchestrator
325
+ * state.
326
+ *
327
+ * The state in which the model can generate text that is shown to the user. The model can't
328
+ * invoke functions in the responding state.
329
+ */
330
+ export interface StateObject {
331
+ /**
332
+ * Describes the purpose of a function when used in a specific orchestrator state.
333
+ */
334
+ description?: string;
335
+ /**
336
+ * A string or an array of strings that are used to provide instructions to the orchestrator
337
+ * on how to use this function while in a specific orchestrator state. Providing a single
338
+ * string indicates the intent to provide a complete set of instructions that would override
339
+ * any built-in function prompts. Providing an array of strings indicates the intent to
340
+ * augment the built-in function prompting mechanism.
341
+ */
342
+ instructions?: string[] | string;
343
+ /**
344
+ * A string or an array of strings that are used to provide examples to the orchestrator on
345
+ * how this function can be invoked.
346
+ */
347
+ examples?: string[] | string;
348
+ [property: string]: any;
349
+ }
350
+ /**
351
+ * Describes how the plugin invokes OpenAPI functions.
352
+ */
353
+ export interface OpenAPIRuntimeObject {
354
+ /**
355
+ * Identifies this runtime as an OpenAPI runtime.
356
+ */
357
+ type: "OpenApi";
358
+ /**
359
+ * Authentication information required to invoke the runtime.
360
+ */
361
+ auth: RuntimeAuthenticationObject;
362
+ /**
363
+ * The names of the functions that are available in this runtime. If this property is
364
+ * omitted, all functions described by the runtime are available. If a wildcard ("*") is
365
+ * specified as the only string, all functions are considered. More than one runtime MUST
366
+ * NOT declare support for the same function either implicitly or explicitly.
367
+ */
368
+ run_for_functions?: string[];
369
+ /**
370
+ * Contains the OpenAPI information required to invoke the runtime.
371
+ */
372
+ spec: OpenAPISpecificationObject;
373
+ [property: string]: any;
374
+ }
375
+ /**
376
+ * Authentication information required to invoke the runtime.
377
+ *
378
+ * Contains information used by the plugin to authenticate to the runtime.
379
+ */
380
+ export interface RuntimeAuthenticationObject {
381
+ /**
382
+ * Specifies the type of authentication required to invoke a function.
383
+ */
384
+ type?: TypeEnum;
385
+ /**
386
+ * Specifies the type of authentication required to invoke a function.
387
+ */
388
+ Type?: TypeEnum;
389
+ /**
390
+ * A value used when `type` is `OAuthPluginVault` or `ApiKeyPluginVault`. The `reference_id`
391
+ * value is acquired independently when providing the necessary authentication configuration
392
+ * values. This mechanism exists to prevent the need for storing secret values in the plugin
393
+ * manifest.
394
+ */
395
+ reference_id?: string;
396
+ [property: string]: any;
397
+ }
398
+ /**
399
+ * Specifies the type of authentication required to invoke a function.
400
+ */
401
+ export type TypeEnum = "None" | "OAuthPluginVault" | "ApiKeyPluginVault";
402
+ /**
403
+ * Contains the OpenAPI information required to invoke the runtime.
404
+ */
405
+ export interface OpenAPISpecificationObject {
406
+ /**
407
+ * The URL to fetch the OpenAPI specification, called with a GET request. This member is
408
+ * required unless `api_description` is present.
409
+ */
410
+ url?: string;
411
+ /**
412
+ * A string that contains an OpenAPI description. If this member is present, `url` isn't
413
+ * required and is ignored if present.
414
+ */
415
+ api_description?: string;
416
+ /**
417
+ * The progress style that is used to display the progress of the function.
418
+ */
419
+ progress_style?: ProgressStyle;
420
+ [property: string]: any;
421
+ }
422
+ /**
423
+ * The progress style that is used to display the progress of the function.
424
+ */
425
+ export type ProgressStyle = "None" | "ShowUsage" | "ShowUsageWithInput" | "ShowUsageWithInputAndOutput";
426
+ export declare class Convert {
427
+ static toAPIPluginManifestV2D1(json: string): APIPluginManifestV2D1;
428
+ static aPIPluginManifestV2D1ToJson(value: APIPluginManifestV2D1): string;
429
+ }