@microsoft/teamsfx-api 0.22.4-alpha.857e9ca79.0 → 0.22.4-alpha.8a27a2c7c.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 (82) hide show
  1. package/build/constants.d.ts +0 -6
  2. package/build/constants.d.ts.map +1 -1
  3. package/build/constants.js +1 -7
  4. package/build/constants.js.map +1 -1
  5. package/build/context.d.ts +9 -28
  6. package/build/context.d.ts.map +1 -1
  7. package/build/index.d.ts +4 -14
  8. package/build/index.d.ts.map +1 -1
  9. package/build/index.js +4 -15
  10. package/build/index.js.map +1 -1
  11. package/build/types.d.ts +29 -128
  12. package/build/types.d.ts.map +1 -1
  13. package/build/types.js +1 -87
  14. package/build/types.js.map +1 -1
  15. package/build/utils/telemetry.d.ts.map +1 -1
  16. package/package.json +4 -6
  17. package/build/action.d.ts +0 -109
  18. package/build/action.d.ts.map +0 -1
  19. package/build/action.js +0 -5
  20. package/build/action.js.map +0 -1
  21. package/build/bicep.d.ts +0 -19
  22. package/build/bicep.d.ts.map +0 -1
  23. package/build/bicep.js +0 -5
  24. package/build/bicep.js.map +0 -1
  25. package/build/component.d.ts +0 -31
  26. package/build/component.d.ts.map +0 -1
  27. package/build/component.js +0 -3
  28. package/build/component.js.map +0 -1
  29. package/build/core.d.ts +0 -50
  30. package/build/core.d.ts.map +0 -1
  31. package/build/core.js +0 -5
  32. package/build/core.js.map +0 -1
  33. package/build/schemas/envConfig.d.ts +0 -128
  34. package/build/schemas/envConfig.d.ts.map +0 -1
  35. package/build/schemas/envConfig.js +0 -9
  36. package/build/schemas/envConfig.js.map +0 -1
  37. package/build/schemas/envConfig.json +0 -162
  38. package/build/schemas/index.d.ts +0 -4
  39. package/build/schemas/index.d.ts.map +0 -1
  40. package/build/schemas/index.js +0 -10
  41. package/build/schemas/index.js.map +0 -1
  42. package/build/schemas/src/schemas/envConfig.json +0 -162
  43. package/build/v2/index.d.ts +0 -2
  44. package/build/v2/index.d.ts.map +0 -1
  45. package/build/v2/index.js +0 -7
  46. package/build/v2/index.js.map +0 -1
  47. package/build/v2/types.d.ts +0 -32
  48. package/build/v2/types.d.ts.map +0 -1
  49. package/build/v2/types.js +0 -5
  50. package/build/v2/types.js.map +0 -1
  51. package/build/v3/AzureResourceStates.d.ts +0 -58
  52. package/build/v3/AzureResourceStates.d.ts.map +0 -1
  53. package/build/v3/AzureResourceStates.js +0 -3
  54. package/build/v3/AzureResourceStates.js.map +0 -1
  55. package/build/v3/core.d.ts +0 -15
  56. package/build/v3/core.d.ts.map +0 -1
  57. package/build/v3/core.js +0 -5
  58. package/build/v3/core.js.map +0 -1
  59. package/build/v3/index.d.ts +0 -7
  60. package/build/v3/index.d.ts.map +0 -1
  61. package/build/v3/index.js +0 -12
  62. package/build/v3/index.js.map +0 -1
  63. package/build/v3/plugins.d.ts +0 -12
  64. package/build/v3/plugins.d.ts.map +0 -1
  65. package/build/v3/plugins.js +0 -5
  66. package/build/v3/plugins.js.map +0 -1
  67. package/build/v3/resourceStates.d.ts +0 -66
  68. package/build/v3/resourceStates.d.ts.map +0 -1
  69. package/build/v3/resourceStates.js +0 -5
  70. package/build/v3/resourceStates.js.map +0 -1
  71. package/build/v3/solution.d.ts +0 -40
  72. package/build/v3/solution.d.ts.map +0 -1
  73. package/build/v3/solution.js +0 -5
  74. package/build/v3/solution.js.map +0 -1
  75. package/build/v3/types.d.ts +0 -28
  76. package/build/v3/types.d.ts.map +0 -1
  77. package/build/v3/types.js +0 -5
  78. package/build/v3/types.js.map +0 -1
  79. package/build/vscode.d.ts +0 -22
  80. package/build/vscode.d.ts.map +0 -1
  81. package/build/vscode.js +0 -5
  82. package/build/vscode.js.map +0 -1
@@ -1,162 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-06/schema#",
3
- "type": "object",
4
- "description": "The schema of TeamsFx configuration.",
5
- "properties": {
6
- "$schema": {
7
- "type": "string"
8
- },
9
- "description": {
10
- "type": "string"
11
- },
12
- "auth": {
13
- "type": "object",
14
- "description": "Existing AAD app configuration.",
15
- "properties": {
16
- "clientId": {
17
- "type": "string",
18
- "description": "The client id of existing AAD app for Teams app.",
19
- "minLength": 1
20
- },
21
- "clientSecret": {
22
- "type": "string",
23
- "description": "The client secret of existing AAD app for Teams app.",
24
- "minLength": 1
25
- },
26
- "objectId": {
27
- "type": "string",
28
- "description": "The object id of existing AAD app for Teams app.",
29
- "minLength": 1
30
- },
31
- "accessAsUserScopeId": {
32
- "type": "string",
33
- "description": "The access_as_user scope id of existing AAD app for Teams app.",
34
- "minLength": 1
35
- },
36
- "frontendDomain": {
37
- "type": "string",
38
- "description": "The frontend domain for redirect URLs of existing AAD app for Teams app.",
39
- "minLength": 1
40
- },
41
- "botId": {
42
- "type": "string",
43
- "description": "The bot id for identifier URIs of existing AAD app for Teams app.",
44
- "minLength": 1
45
- },
46
- "botEndpoint": {
47
- "type": "string",
48
- "description": "The bot endpoint for redirect URLs of existing AAD app for Teams app.",
49
- "minLength": 1
50
- }
51
- },
52
- "dependencies": {
53
- "clientId": ["clientSecret", "objectId"],
54
- "clientSecret": ["clientId", "objectId"],
55
- "objectId": ["clientId", "clientSecret"],
56
- "accessAsUserScopeId": ["clientId", "clientSecret", "objectId"],
57
- "botId": ["botEndpoint"],
58
- "botEndpoint": ["botId"]
59
- }
60
- },
61
- "azure": {
62
- "type": "object",
63
- "description": "The Azure resource related configuration.",
64
- "properties": {
65
- "subscriptionId": {
66
- "type": "string",
67
- "description": "The default subscription to provision Azure resources.",
68
- "minLength": 1,
69
- "pattern": "^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$"
70
- },
71
- "resourceGroupName": {
72
- "type": "string",
73
- "description": "The default resource group of Azure resources.",
74
- "minLength": 1,
75
- "pattern": "^[-\\w\\._\\(\\)]+$"
76
- }
77
- }
78
- },
79
- "bot": {
80
- "type": "object",
81
- "description": "Existing bot AAD app configuration.",
82
- "properties": {
83
- "appId": {
84
- "type": "string",
85
- "description": "The id of existing bot AAD app.",
86
- "minLength": 1
87
- },
88
- "appPassword": {
89
- "type": "string",
90
- "description": "The password of existing bot AAD app.",
91
- "minLength": 1
92
- }
93
- },
94
- "dependencies": {
95
- "appId": ["appPassword"],
96
- "appPassword": ["appId"]
97
- }
98
- },
99
- "manifest": {
100
- "type": "object",
101
- "description": "The Teams App manifest related configuration.",
102
- "properties": {
103
- "appName": {
104
- "type": "object",
105
- "description": "Teams app name.",
106
- "properties": {
107
- "short": {
108
- "type": "string",
109
- "description": "A short display name for teams app.",
110
- "maxLength": 30,
111
- "minLength": 1
112
- },
113
- "full": {
114
- "type": "string",
115
- "description": "The full name for teams app.",
116
- "maxLength": 100
117
- }
118
- },
119
- "required": ["short"]
120
- },
121
- "description": {
122
- "type": "object",
123
- "description": "Description for Teams app.",
124
- "properties": {
125
- "short": {
126
- "type": "string",
127
- "description": "A short description of the app used when space is limited. Maximum length is 80 characters.",
128
- "maxLength": 80
129
- },
130
- "full": {
131
- "type": "string",
132
- "description": "The full description of the app. Maximum length is 4000 characters.",
133
- "maxLength": 4000
134
- }
135
- }
136
- },
137
- "icons": {
138
- "type": "object",
139
- "description": "Icons for Teams App.",
140
- "properties": {
141
- "color": {
142
- "type": "string",
143
- "description": "A relative file path to a full color PNG icon. Size 192x192.",
144
- "minLength": 1
145
- },
146
- "outline": {
147
- "type": "string",
148
- "description": "A relative file path to a transparent PNG outline icon. The border color needs to be white. Size 32x32.",
149
- "minLength": 1
150
- }
151
- }
152
- }
153
- },
154
- "required": ["appName"]
155
- },
156
- "skipAddingSqlUser": {
157
- "type": "boolean",
158
- "description": "Skip to add user during SQL provision."
159
- }
160
- },
161
- "required": ["manifest"]
162
- }
@@ -1,2 +0,0 @@
1
- export * from "./types";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/v2/index.ts"],"names":[],"mappings":"AAGA,cAAc,SAAS,CAAC"}
package/build/v2/index.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- const tslib_1 = require("tslib");
6
- tslib_1.__exportStar(require("./types"), exports);
7
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/v2/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,kDAAwB"}
@@ -1,32 +0,0 @@
1
- import { EnvInfo } from "../context";
2
- import { UserInteraction } from "../qm/ui";
3
- import { Inputs, Json, ProjectSettings } from "../types";
4
- import { CryptoProvider, ExpServiceProvider, LogProvider, PermissionRequestProvider, TelemetryReporter } from "../utils";
5
- export interface Context {
6
- userInteraction: UserInteraction;
7
- logProvider: LogProvider;
8
- telemetryReporter: TelemetryReporter;
9
- cryptoProvider: CryptoProvider;
10
- projectSetting: ProjectSettings;
11
- permissionRequestProvider?: PermissionRequestProvider;
12
- expServiceProvider?: ExpServiceProvider;
13
- }
14
- export interface LocalSettings extends Json {
15
- teamsApp: Record<string, string>;
16
- auth?: Record<string, string>;
17
- frontend?: Record<string, string>;
18
- backend?: Record<string, string>;
19
- bot?: Record<string, string>;
20
- }
21
- export declare type InputsWithProjectPath = Inputs & {
22
- projectPath: string;
23
- };
24
- export declare type EnvInfoV2 = Omit<EnvInfo, "state" | "config"> & {
25
- state: Json;
26
- } & {
27
- config: Json;
28
- };
29
- export declare type DeepReadonly<T> = {
30
- readonly [P in keyof T]: DeepReadonly<T[P]>;
31
- };
32
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/v2/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AACzD,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,WAAW,EACX,yBAAyB,EACzB,iBAAiB,EAClB,MAAM,UAAU,CAAC;AAElB,MAAM,WAAW,OAAO;IACtB,eAAe,EAAE,eAAe,CAAC;IACjC,WAAW,EAAE,WAAW,CAAC;IACzB,iBAAiB,EAAE,iBAAiB,CAAC;IACrC,cAAc,EAAE,cAAc,CAAC;IAC/B,cAAc,EAAE,eAAe,CAAC;IAChC,yBAAyB,CAAC,EAAE,yBAAyB,CAAC;IACtD,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;CACzC;AAED,MAAM,WAAW,aAAc,SAAQ,IAAI;IACzC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,GAAG,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC9B;AAED,oBAAY,qBAAqB,GAAG,MAAM,GAAG;IAAE,WAAW,EAAE,MAAM,CAAA;CAAE,CAAC;AAErE,oBAAY,SAAS,GAAG,IAAI,CAAC,OAAO,EAAE,OAAO,GAAG,QAAQ,CAAC,GAAG;IAAE,KAAK,EAAE,IAAI,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,IAAI,CAAA;CAAE,CAAC;AAI/F,oBAAY,YAAY,CAAC,CAAC,IAAI;IAC5B,QAAQ,EAAE,CAAC,IAAI,MAAM,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CAC5C,CAAC"}
package/build/v2/types.js DELETED
@@ -1,5 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- "use strict";
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/v2/types.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAClC,YAAY,CAAC"}
@@ -1,58 +0,0 @@
1
- import { AzureResource } from "./resourceStates";
2
- export interface AzureIdentity extends AzureResource {
3
- identityName: string;
4
- identityResourceId: string;
5
- identityClientId: string;
6
- }
7
- export interface FrontendHostingResource extends AzureResource {
8
- domain: string;
9
- endpoint: string;
10
- storageResourceId: string;
11
- }
12
- export interface AzureSQL extends AzureResource {
13
- admin: string;
14
- sqlResourceId: string;
15
- sqlEndpoint: string;
16
- databaseName: string;
17
- }
18
- export interface AzureBot extends AzureResource {
19
- botId: string;
20
- objectId: string;
21
- skuName: string;
22
- siteName: string;
23
- validDomain: string;
24
- appServicePlanName: string;
25
- botWebAppResourceId: string;
26
- siteEndpoint: string;
27
- botPassword: string;
28
- secretFields: "botPassword"[];
29
- }
30
- export interface AADApp extends AzureResource {
31
- clientId: string;
32
- objectId: string;
33
- oauth2PermissionScopeId: string;
34
- tenantId: string;
35
- oauthHost: string;
36
- oauthAuthority: string;
37
- applicationIdUris: string;
38
- clientSecret: string;
39
- secretFields: "clientSecret"[];
40
- }
41
- export interface AzureFunction extends AzureResource {
42
- functionAppResourceId: string;
43
- functionEndpoint: string;
44
- }
45
- export interface APIM extends AzureResource {
46
- apimClientAADObjectId: string;
47
- apimClientAADClientId: string;
48
- serviceResourceId: string;
49
- productResourceId: string;
50
- authServerResourceId: string;
51
- apimClientAADClientSecret: string;
52
- secretFields: "apimClientAADClientSecret"[];
53
- }
54
- export interface SimpleAuth extends AzureResource {
55
- endpoint: string;
56
- webAppResourceId: string;
57
- }
58
- //# sourceMappingURL=AzureResourceStates.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AzureResourceStates.d.ts","sourceRoot":"","sources":["../../src/v3/AzureResourceStates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAwB,SAAQ,aAAa;IAC5D,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,aAAa,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,MAAO,SAAQ,aAAa;IAC3C,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,cAAc,EAAE,CAAC;CAChC;AAED,MAAM,WAAW,aAAc,SAAQ,aAAa;IAClD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,IAAK,SAAQ,aAAa;IACzC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,yBAAyB,EAAE,MAAM,CAAC;IAClC,YAAY,EAAE,2BAA2B,EAAE,CAAC;CAC7C;AAED,MAAM,WAAW,UAAW,SAAQ,aAAa;IAC/C,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AzureResourceStates.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AzureResourceStates.js","sourceRoot":"","sources":["../../src/v3/AzureResourceStates.ts"],"names":[],"mappings":""}
@@ -1,15 +0,0 @@
1
- import { Result } from "neverthrow";
2
- import { Core } from "../core";
3
- import { FxError } from "../error";
4
- import { Void } from "../types";
5
- import { InputsWithProjectPath } from "../v2/types";
6
- export interface ICore extends Core {
7
- /**
8
- * add feature means add/modify files in local workspace folder:
9
- * 1. scaffold/update source code
10
- * 2. generate/update arm templates
11
- * 3. update teams app manifest file
12
- */
13
- addFeature?: (inputs: InputsWithProjectPath) => Promise<Result<Void, FxError>>;
14
- }
15
- //# sourceMappingURL=core.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../../src/v3/core.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,WAAW,KAAM,SAAQ,IAAI;IACjC;;;;;OAKG;IACH,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,qBAAqB,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;CAChF"}
package/build/v3/core.js DELETED
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=core.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"core.js","sourceRoot":"","sources":["../../src/v3/core.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -1,7 +0,0 @@
1
- export * from "./types";
2
- export * from "./resourceStates";
3
- export * from "./plugins";
4
- export * from "./solution";
5
- export * from "./core";
6
- export * from "./AzureResourceStates";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/v3/index.ts"],"names":[],"mappings":"AAGA,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,uBAAuB,CAAC"}
package/build/v3/index.js DELETED
@@ -1,12 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- const tslib_1 = require("tslib");
6
- tslib_1.__exportStar(require("./types"), exports);
7
- tslib_1.__exportStar(require("./resourceStates"), exports);
8
- tslib_1.__exportStar(require("./plugins"), exports);
9
- tslib_1.__exportStar(require("./solution"), exports);
10
- tslib_1.__exportStar(require("./core"), exports);
11
- tslib_1.__exportStar(require("./AzureResourceStates"), exports);
12
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/v3/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,kDAAwB;AACxB,2DAAiC;AACjC,oDAA0B;AAC1B,qDAA2B;AAC3B,iDAAuB;AACvB,gEAAsC"}
@@ -1,12 +0,0 @@
1
- import { Result } from "neverthrow";
2
- import { FxError } from "../error";
3
- import { Void } from "../types";
4
- import { Context, InputsWithProjectPath } from "../v2/types";
5
- import { ManifestCapability } from "./types";
6
- export interface AppManifestProvider {
7
- addCapabilities: (ctx: Context, inputs: InputsWithProjectPath, capabilities: ManifestCapability[]) => Promise<Result<Void, FxError>>;
8
- updateCapability: (ctx: Context, inputs: InputsWithProjectPath, capability: ManifestCapability) => Promise<Result<Void, FxError>>;
9
- deleteCapability: (ctx: Context, inputs: InputsWithProjectPath, capability: ManifestCapability) => Promise<Result<Void, FxError>>;
10
- capabilityExceedLimit: (ctx: Context, inputs: InputsWithProjectPath, capability: "staticTab" | "configurableTab" | "Bot" | "MessageExtension" | "WebApplicationInfo") => Promise<Result<boolean, FxError>>;
11
- }
12
- //# sourceMappingURL=plugins.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.d.ts","sourceRoot":"","sources":["../../src/v3/plugins.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,MAAM,WAAW,mBAAmB;IAClC,eAAe,EAAE,CACf,GAAG,EAAE,OAAO,EACZ,MAAM,EAAE,qBAAqB,EAC7B,YAAY,EAAE,kBAAkB,EAAE,KAC/B,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAEpC,gBAAgB,EAAE,CAChB,GAAG,EAAE,OAAO,EACZ,MAAM,EAAE,qBAAqB,EAC7B,UAAU,EAAE,kBAAkB,KAC3B,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAEpC,gBAAgB,EAAE,CAChB,GAAG,EAAE,OAAO,EACZ,MAAM,EAAE,qBAAqB,EAC7B,UAAU,EAAE,kBAAkB,KAC3B,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAEpC,qBAAqB,EAAE,CACrB,GAAG,EAAE,OAAO,EACZ,MAAM,EAAE,qBAAqB,EAC7B,UAAU,EAAE,WAAW,GAAG,iBAAiB,GAAG,KAAK,GAAG,kBAAkB,GAAG,oBAAoB,KAC5F,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;CACxC"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=plugins.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.js","sourceRoot":"","sources":["../../src/v3/plugins.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -1,66 +0,0 @@
1
- import { Json } from "../types";
2
- export interface CloudResource extends Json {
3
- /**
4
- * resource id is unique identifier for the cloud resource
5
- */
6
- resourceId?: string;
7
- /**
8
- * resource name is the string name for the resource
9
- */
10
- resourceName?: string;
11
- /**
12
- * endpoint url for access
13
- */
14
- endpoint?: string | string[];
15
- /**
16
- * secret fields names, if a property is defined as secret, the value will be encrypted and replaced in .userdata file
17
- */
18
- secretFields?: string[];
19
- }
20
- /**
21
- * ResourceStates contains all provision outputs of all resource plugins
22
- */
23
- export interface ResourceStates {
24
- /**
25
- * solution object contains common configs shared by all resources
26
- */
27
- solution: Json;
28
- /**
29
- * key is resource plugin name
30
- * value is cloud resource state object
31
- */
32
- [key: string]: CloudResource;
33
- }
34
- export declare type AzureResource = CloudResource;
35
- /**
36
- * Azure solution common config
37
- */
38
- export interface AzureSolutionConfig extends Json {
39
- resourceNameSuffix: string;
40
- resourceGroupName: string;
41
- tenantId: string;
42
- subscriptionId: string;
43
- subscriptionName: string;
44
- location: string;
45
- provisionSucceeded: boolean;
46
- needCreateResourceGroup: boolean;
47
- teamsAppTenantId: string;
48
- }
49
- export interface TeamsAppResource extends AzureResource {
50
- /**
51
- * M365 tenant id
52
- */
53
- tenantId: string;
54
- /**
55
- * teams app id
56
- */
57
- teamsAppId: string;
58
- }
59
- export interface TeamsFxAzureResourceStates extends ResourceStates {
60
- /**
61
- * Azure solution configs contains common configs shared by all resources
62
- */
63
- solution: AzureSolutionConfig;
64
- [key: string]: AzureResource;
65
- }
66
- //# sourceMappingURL=resourceStates.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceStates.d.ts","sourceRoot":"","sources":["../../src/v3/resourceStates.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAEhC,MAAM,WAAW,aAAc,SAAQ,IAAI;IACzC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC7B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,EAAE,IAAI,CAAC;IAEf;;;OAGG;IACH,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC;CAC9B;AAGD,oBAAY,aAAa,GAAG,aAAa,CAAC;AAE1C;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,IAAI;IAC/C,kBAAkB,EAAE,MAAM,CAAC;IAC3B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,uBAAuB,EAAE,OAAO,CAAC;IACjC,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,gBAAiB,SAAQ,aAAa;IACrD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,0BAA2B,SAAQ,cAAc;IAChE;;OAEG;IACH,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC;CAC9B"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=resourceStates.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resourceStates.js","sourceRoot":"","sources":["../../src/v3/resourceStates.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -1,40 +0,0 @@
1
- import { Result } from "neverthrow";
2
- import { FxError } from "../error";
3
- import { Func, QTreeNode } from "../qm/question";
4
- import { Inputs, Void } from "../types";
5
- import { M365TokenProvider, TokenProvider } from "../utils/login";
6
- import { Context, DeepReadonly, InputsWithProjectPath } from "../v2/types";
7
- import { EnvInfoV3 } from "./types";
8
- export interface SolutionAddFeatureInputs extends InputsWithProjectPath {
9
- features: string[];
10
- }
11
- export interface ISolution {
12
- name: string;
13
- /**
14
- * init
15
- */
16
- getQuestionsForInit?: (ctx: Context, inputs: Inputs) => Promise<Result<QTreeNode | undefined, FxError>>;
17
- init?: (ctx: Context, inputs: InputsWithProjectPath) => Promise<Result<Void, FxError>>;
18
- /**
19
- * add feature
20
- */
21
- getQuestionsForAddFeature?: (ctx: Context, inputs: InputsWithProjectPath) => Promise<Result<QTreeNode | undefined, FxError>>;
22
- /**
23
- * triggered by add feature event, this API aims to add/modify files in local workspace
24
- *
25
- * @param {Context} ctx - plugin's runtime context shared by all lifecycles.
26
- * @param {InputsWithProjectPath} inputs
27
- * @param {EnvInfoV3} envInfo optional
28
- * @returns Void
29
- */
30
- addFeature?: (ctx: Context, inputs: SolutionAddFeatureInputs) => Promise<Result<Void, FxError>>;
31
- getQuestionsForProvision?: (ctx: Context, inputs: InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV3>, tokenProvider: TokenProvider) => Promise<Result<QTreeNode | undefined, FxError>>;
32
- provisionResources?: (ctx: Context, inputs: InputsWithProjectPath, envInfo: EnvInfoV3, tokenProvider: TokenProvider) => Promise<Result<Void, FxError>>;
33
- getQuestionsForDeploy?: (ctx: Context, inputs: InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV3>, tokenProvider: TokenProvider) => Promise<Result<QTreeNode | undefined, FxError>>;
34
- deploy?: (ctx: Context, inputs: InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV3>, tokenProvider: TokenProvider) => Promise<Result<Void, FxError>>;
35
- getQuestionsForPublish?: (ctx: Context, inputs: InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV3>, tokenProvider: M365TokenProvider) => Promise<Result<QTreeNode | undefined, FxError>>;
36
- publishApplication: (ctx: Context, inputs: InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV3>, tokenProvider: M365TokenProvider) => Promise<Result<Void, FxError>>;
37
- getQuestionsForUserTask?: (ctx: Context, inputs: Inputs, func: Func, envInfo: DeepReadonly<EnvInfoV3>, tokenProvider: TokenProvider) => Promise<Result<QTreeNode | undefined, FxError>>;
38
- executeUserTask?: (ctx: Context, inputs: Inputs, func: Func, envInfo: EnvInfoV3, tokenProvider: TokenProvider) => Promise<Result<any, FxError>>;
39
- }
40
- //# sourceMappingURL=solution.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"solution.d.ts","sourceRoot":"","sources":["../../src/v3/solution.ts"],"names":[],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=solution.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"solution.js","sourceRoot":"","sources":["../../src/v3/solution.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
@@ -1,28 +0,0 @@
1
- import { IStaticTab, IConfigurableTab, IBot, IComposeExtension, IWebApplicationInfo } from "@microsoft/teams-manifest";
2
- import { EnvInfoV2 } from "../v2/types";
3
- import { ResourceStates } from "./resourceStates";
4
- export interface EnvInfoV3 extends EnvInfoV2 {
5
- state: ResourceStates;
6
- }
7
- export declare type ManifestCapability = {
8
- name: "staticTab";
9
- snippet?: IStaticTab;
10
- existingApp?: boolean;
11
- } | {
12
- name: "configurableTab";
13
- snippet?: IConfigurableTab;
14
- existingApp?: boolean;
15
- } | {
16
- name: "Bot";
17
- snippet?: IBot;
18
- existingApp?: boolean;
19
- } | {
20
- name: "MessageExtension";
21
- snippet?: IComposeExtension;
22
- existingApp?: boolean;
23
- } | {
24
- name: "WebApplicationInfo";
25
- snippet?: IWebApplicationInfo;
26
- existingApp?: boolean;
27
- };
28
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/v3/types.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,IAAI,EACJ,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EAAW,SAAS,EAAE,MAAM,aAAa,CAAC;AAEjD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,MAAM,WAAW,SAAU,SAAQ,SAAS;IAC1C,KAAK,EAAE,cAAc,CAAC;CACvB;AAGD,oBAAY,kBAAkB,GAC1B;IACE,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,CAAC,EAAE,UAAU,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GACD;IACE,IAAI,EAAE,iBAAiB,CAAC;IACxB,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GACD;IACE,IAAI,EAAE,KAAK,CAAC;IACZ,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GACD;IACE,IAAI,EAAE,kBAAkB,CAAC;IACzB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GACD;IACE,IAAI,EAAE,oBAAoB,CAAC;IAC3B,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC"}
package/build/v3/types.js DELETED
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/v3/types.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}
package/build/vscode.d.ts DELETED
@@ -1,22 +0,0 @@
1
- import { Result } from "neverthrow";
2
- import { FxError } from "./error";
3
- export interface VsCode {
4
- /**
5
- * configurations.json
6
- */
7
- addConfigurations: (configurations: any) => Promise<Result<null, FxError>>;
8
- /**
9
- * tasks.json
10
- */
11
- addTasks: (tasks: any) => Promise<Result<null, FxError>>;
12
- addInputs: (iputs: any) => Promise<Result<null, FxError>>;
13
- /**
14
- * settings.json
15
- */
16
- addSettings: (settings: any) => Promise<Result<null, FxError>>;
17
- /**
18
- * extensions.json
19
- */
20
- addRecommendations: (recommendations: any) => Promise<Result<null, FxError>>;
21
- }
22
- //# sourceMappingURL=vscode.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vscode.d.ts","sourceRoot":"","sources":["../src/vscode.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,MAAM,WAAW,MAAM;IACnB;;OAEG;IACH,iBAAiB,EAAE,CAAC,cAAc,EAAE,GAAG,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAE3E;;OAEG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IACzD,SAAS,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAE1D;;OAEG;IACH,WAAW,EAAE,CAAC,QAAQ,EAAE,GAAG,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAE/D;;OAEG;IACH,kBAAkB,EAAE,CAAC,eAAe,EAAE,GAAG,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;CAChF"}
package/build/vscode.js DELETED
@@ -1,5 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- "use strict";
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=vscode.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vscode.js","sourceRoot":"","sources":["../src/vscode.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAClC,YAAY,CAAC"}