codeapp-js 1.0.1 → 1.1.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 (130) hide show
  1. package/AI/skills/autoreview/SKILL.md +69 -0
  2. package/AI/skills/connections/SKILL.md +4 -4
  3. package/AI/skills/dataverse/SKILL.md +4 -2
  4. package/AI/skills/frontend-design/SKILL.md +32 -20
  5. package/AI/skills/keyvault/SKILL.md +139 -0
  6. package/AI/skills/office365-groups/SKILL.md +46 -25
  7. package/AI/skills/office365-outlook/SKILL.md +56 -25
  8. package/AI/skills/office365-users/SKILL.md +41 -36
  9. package/AI/skills/sharepoint/SKILL.md +174 -31
  10. package/AI/skills/start/SKILL.md +38 -30
  11. package/codeApp/dist/connectors/autoreview.js +1654 -0
  12. package/codeApp/dist/connectors/office365groups.js +2995 -432
  13. package/{examples/outlook Demo/.power/schemas/office365/office365.Schema.json → codeApp/dist/connectors/office365outlook.js} +7439 -16
  14. package/codeApp/dist/connectors/office365users.js +2990 -349
  15. package/codeApp/dist/connectors/sharepoint.js +529 -308
  16. package/examples/combined demo/dist/connectors/office365outlook.js +28521 -0
  17. package/examples/combined demo/dist/connectors/office365users.js +3154 -0
  18. package/examples/combined demo/dist/index.js +2 -6
  19. package/examples/combined demo/power.config.json +1 -1
  20. package/examples/groups Demo/{.power/schemas/office365groups/office365groups.Schema.json → dist/connectors/office365groups.js } +3205 -2204
  21. package/examples/groups Demo/dist/index.js +1 -5
  22. package/examples/groups Demo/power.config.json +1 -1
  23. package/examples/myProfile/dist/connectors/office365users.js +3154 -0
  24. package/examples/myProfile/dist/index.js +1 -5
  25. package/examples/myProfile/power.config.json +1 -1
  26. package/examples/outlook Demo/dist/connectors/office365outlook.js +28521 -0
  27. package/examples/outlook Demo/dist/index.js +2 -5
  28. package/examples/outlook Demo/power.config.json +1 -1
  29. package/examples/sharePoint Demo/dist/connectors/sharepoint.js +687 -0
  30. package/examples/sharePoint Demo/dist/index.js +86 -127
  31. package/examples/sharePoint Demo/power.config.json +1 -1
  32. package/package.json +1 -1
  33. package/codeApp/.power/schemas/appschemas/dataSourcesInfo.ts +0 -6275
  34. package/codeApp/.power/schemas/jira/jira.Schema.json +0 -6903
  35. package/codeApp/.power/schemas/keyvault/keyvault.Schema.json +0 -1600
  36. package/codeApp/.power/schemas/office365groups/office365groups.Schema.json +0 -2204
  37. package/codeApp/.power/schemas/teams/teams.Schema.json +0 -11112
  38. package/codeApp/dist/connectors/outlook.js +0 -1393
  39. package/codeApp/src/generated/index.ts +0 -12
  40. package/codeApp/src/generated/models/AzureKeyVaultModel.ts +0 -107
  41. package/codeApp/src/generated/models/JiraModel.ts +0 -501
  42. package/codeApp/src/generated/models/Office365GroupsModel.ts +0 -363
  43. package/codeApp/src/generated/models/Office365OutlookModel.ts +0 -2046
  44. package/codeApp/src/generated/models/Office365UsersModel.ts +0 -254
  45. package/codeApp/src/generated/services/AzureKeyVaultService.ts +0 -257
  46. package/codeApp/src/generated/services/JiraService.ts +0 -1124
  47. package/codeApp/src/generated/services/Office365GroupsService.ts +0 -326
  48. package/codeApp/src/generated/services/Office365OutlookService.ts +0 -2476
  49. package/codeApp/src/generated/services/Office365UsersService.ts +0 -358
  50. package/examples/apps/kanban/dist/dataverse.js +0 -94
  51. package/examples/apps/kanban/dist/environmentVar.js +0 -55
  52. package/examples/apps/kanban/dist/index.css +0 -605
  53. package/examples/apps/kanban/dist/index.html +0 -21
  54. package/examples/apps/kanban/dist/index.js +0 -860
  55. package/examples/apps/kanban/dist/office365groups.js +0 -97
  56. package/examples/apps/kanban/dist/office365users.js +0 -451
  57. package/examples/apps/kanban/dist/outlook.js +0 -162
  58. package/examples/apps/kanban/dist/power-apps-data.js +0 -2953
  59. package/examples/apps/kanban/dist/sharepoint.js +0 -435
  60. package/examples/apps/kanban/power.config.json +0 -35
  61. package/examples/apps/kanban/src/generated/index.ts +0 -14
  62. package/examples/apps/kanban/src/generated/models/Office365GroupsModel.ts +0 -363
  63. package/examples/apps/kanban/src/generated/models/Office365OutlookModel.ts +0 -2046
  64. package/examples/apps/kanban/src/generated/models/Office365UsersModel.ts +0 -254
  65. package/examples/apps/kanban/src/generated/services/Office365GroupsService.ts +0 -326
  66. package/examples/apps/kanban/src/generated/services/Office365OutlookService.ts +0 -2476
  67. package/examples/apps/kanban/src/generated/services/Office365UsersService.ts +0 -358
  68. package/examples/apps/planning Poker/additional files/AgilePoker_1_0_0_1.zip +0 -0
  69. package/examples/apps/planning Poker/additional files/PokerTables_1_0_0_1.zip +0 -0
  70. package/examples/apps/planning Poker/additional files/customizations (tables).xml +0 -6429
  71. package/examples/apps/planning Poker/additional files/dataverse-tables.json +0 -165
  72. package/examples/apps/planning Poker/additional files/readme.md +0 -122
  73. package/examples/apps/planning Poker/dist/dataverse.js +0 -78
  74. package/examples/apps/planning Poker/dist/index.html +0 -198
  75. package/examples/apps/planning Poker/dist/index.js +0 -955
  76. package/examples/apps/planning Poker/dist/power-apps-data.js +0 -2953
  77. package/examples/apps/planning Poker/dist/styles.css +0 -815
  78. package/examples/apps/planning Poker/power.config.json +0 -50
  79. package/examples/apps/solution explorer/dist/codeapp.js +0 -1098
  80. package/examples/apps/solution explorer/dist/icon-512.png +0 -0
  81. package/examples/apps/solution explorer/dist/index.html +0 -80
  82. package/examples/apps/solution explorer/dist/index.js +0 -735
  83. package/examples/apps/solution explorer/dist/power-apps-data.js +0 -3007
  84. package/examples/apps/solution explorer/dist/styles.css +0 -571
  85. package/examples/apps/solution explorer/power.config.json +0 -151
  86. package/examples/apps/todo/dist/dataverse.js +0 -64
  87. package/examples/apps/todo/dist/icon192.png +0 -0
  88. package/examples/apps/todo/dist/index.html +0 -75
  89. package/examples/apps/todo/dist/index.js +0 -9
  90. package/examples/apps/todo/dist/power-apps-data.js +0 -2953
  91. package/examples/apps/todo/dist/renderer.js +0 -375
  92. package/examples/apps/todo/dist/styles.css +0 -691
  93. package/examples/apps/todo/power.config.json +0 -35
  94. package/examples/combined demo/.power/schemas/appschemas/dataSourcesInfo.ts +0 -6275
  95. package/examples/combined demo/.power/schemas/jira/jira.Schema.json +0 -6903
  96. package/examples/combined demo/.power/schemas/keyvault/keyvault.Schema.json +0 -1600
  97. package/examples/combined demo/.power/schemas/teams/teams.Schema.json +0 -11112
  98. package/examples/combined demo/dist/office365users.js +0 -513
  99. package/examples/combined demo/dist/outlook.js +0 -1393
  100. package/examples/combined demo/src/generated/index.ts +0 -12
  101. package/examples/combined demo/src/generated/models/AzureKeyVaultModel.ts +0 -107
  102. package/examples/combined demo/src/generated/models/JiraModel.ts +0 -501
  103. package/examples/combined demo/src/generated/models/Office365GroupsModel.ts +0 -363
  104. package/examples/combined demo/src/generated/models/Office365OutlookModel.ts +0 -2046
  105. package/examples/combined demo/src/generated/models/Office365UsersModel.ts +0 -254
  106. package/examples/combined demo/src/generated/services/AzureKeyVaultService.ts +0 -257
  107. package/examples/combined demo/src/generated/services/JiraService.ts +0 -1124
  108. package/examples/combined demo/src/generated/services/Office365GroupsService.ts +0 -326
  109. package/examples/combined demo/src/generated/services/Office365OutlookService.ts +0 -2476
  110. package/examples/combined demo/src/generated/services/Office365UsersService.ts +0 -358
  111. package/examples/groups Demo/.power/schemas/appschemas/dataSourcesInfo.ts +0 -613
  112. package/examples/groups Demo/dist/office365groups.js +0 -642
  113. package/examples/groups Demo/src/generated/index.ts +0 -10
  114. package/examples/groups Demo/src/generated/models/Office365GroupsModel.ts +0 -363
  115. package/examples/groups Demo/src/generated/services/Office365GroupsService.ts +0 -326
  116. package/examples/myProfile/dist/office365users.js +0 -517
  117. package/examples/outlook Demo/.power/schemas/appschemas/dataSourcesInfo.ts +0 -6512
  118. package/examples/outlook Demo/dist/outlook.js +0 -1393
  119. package/examples/outlook Demo/src/generated/index.ts +0 -10
  120. package/examples/outlook Demo/src/generated/models/Office365OutlookModel.ts +0 -2046
  121. package/examples/outlook Demo/src/generated/services/Office365OutlookService.ts +0 -2476
  122. package/examples/sharePoint Demo/dist/sharepoint.js +0 -466
  123. package/examples/sharePoint Demo/src/generated/index.ts +0 -14
  124. package/examples/sharePoint Demo/src/generated/models/Office365GroupsModel.ts +0 -363
  125. package/examples/sharePoint Demo/src/generated/models/Office365OutlookModel.ts +0 -2046
  126. package/examples/sharePoint Demo/src/generated/models/Office365UsersModel.ts +0 -254
  127. package/examples/sharePoint Demo/src/generated/services/Office365GroupsService.ts +0 -326
  128. package/examples/sharePoint Demo/src/generated/services/Office365OutlookService.ts +0 -2476
  129. package/examples/sharePoint Demo/src/generated/services/Office365UsersService.ts +0 -358
  130. package/readme.md +0 -590
@@ -1,363 +0,0 @@
1
- /*!
2
- * Copyright (C) Microsoft Corporation. All rights reserved.
3
- * This file is autogenerated. Do not edit this file directly.
4
- */
5
-
6
- export interface SensitivityLabelMetadata {
7
- // SensitivityLabel Id.
8
- sensitivityLabelId?: string;
9
- // SensitivityLabel name.
10
- name?: string;
11
- // SensitivityLabel displayName info
12
- displayName?: string;
13
- // SensitivityLabel details on tooltip.
14
- tooltip?: string;
15
- // SensitivityLabel priority.
16
- priority?: number;
17
- // SensitivityLabel color.
18
- color?: string;
19
- // is SensitivityLabel Encrypted.
20
- isEncrypted?: boolean;
21
- // Whether SensitivityLabel is Enabled.
22
- isEnabled?: boolean;
23
- // Whether SensitivityLabel is Parent.
24
- isParent?: boolean;
25
- // Parent SensitivityLabel Id.
26
- parentSensitivityLabelId?: string;
27
- }
28
-
29
- export interface ListGroupMembers_Response {
30
- // The OData context.
31
- "@odata.context"?: string;
32
- // Only used in Power Apps Canvas to genereate the `$skipToken` for pagination. Power Automate and Logic Apps must use the pagination setting.
33
- "@odata.nextLink"?: string;
34
- // value
35
- value?: {
36
- // Unique id of the user.
37
- id?: string;
38
- // User's display name.
39
- displayName?: string;
40
- // User's first name.
41
- givenName?: string;
42
- // User's job title.
43
- jobTitle?: string;
44
- // User's email address.
45
- mail?: string;
46
- // User's mobile number.
47
- mobilePhone?: string;
48
- // User's office address.
49
- officeLocation?: string;
50
- // User's last name.
51
- surname?: string;
52
- // UPN id of the user.
53
- userPrincipalName?: string;
54
- }[];
55
- }
56
-
57
- export interface OnGroupMemberAddedOrRemoved_ResponseItem {
58
- // Unique id of the user.
59
- id?: string;
60
- _removed?: {
61
- // Reason that caused the user to be removed from the group.
62
- reason?: string;
63
- };
64
- }
65
-
66
- export type OnGroupMemberAddedOrRemoved_Response = OnGroupMemberAddedOrRemoved_ResponseItem[];
67
-
68
- export interface ListOwnedGroups_Response {
69
- // The OData context.
70
- "@odata.context"?: string;
71
- // value
72
- value?: {
73
- // O365 group classification.
74
- classification?: string;
75
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
76
- createdDateTime?: string;
77
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
78
- deletedDateTime?: string;
79
- // More information about the group.
80
- description?: string;
81
- // O365 group name.
82
- displayName?: string;
83
- // Unique identifier of the group.
84
- id?: string;
85
- // Email address of the group.
86
- mail?: string;
87
- // True if mail is enabled for the group.
88
- mailEnabled?: boolean;
89
- // Group nickname.
90
- mailNickname?: string;
91
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
92
- onPremisesLastSyncDateTime?: string;
93
- // The on-premises security identifier.
94
- onPremisesSecurityIdentifier?: string;
95
- // True if on-premises sync is enabled for the group.
96
- onPremisesSyncEnabled?: string;
97
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
98
- renewedDateTime?: string;
99
- // True if the owner is security enabled.
100
- securityEnabled?: boolean;
101
- // The owner's visibility.
102
- visibility?: string;
103
- // List of Sensitivity Label Information
104
- sensitivityLabelInfo?: SensitivityLabelMetadata[];
105
- }[];
106
- }
107
-
108
- export interface ListOwnedGroups_V2_Response {
109
- // The OData context.
110
- "@odata.context"?: string;
111
- // value
112
- value?: {
113
- // O365 group classification.
114
- classification?: string;
115
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
116
- createdDateTime?: string;
117
- // More information about the group.
118
- description?: string;
119
- // O365 group name.
120
- displayName?: string;
121
- // Unique identifier of the group.
122
- id?: string;
123
- // Email address of the group.
124
- mail?: string;
125
- // True if mail is enabled for the group.
126
- mailEnabled?: boolean;
127
- // Group nickname.
128
- mailNickname?: string;
129
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
130
- onPremisesLastSyncDateTime?: string;
131
- // The on-premises security identifier.
132
- onPremisesSecurityIdentifier?: string;
133
- // True if on-premises sync is enabled for the group.
134
- onPremisesSyncEnabled?: string;
135
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
136
- renewedDateTime?: string;
137
- // True if the owner is security enabled.
138
- securityEnabled?: boolean;
139
- // The owner's visibility.
140
- visibility?: string;
141
- // List of Sensitivity Label Information
142
- sensitivityLabelInfo?: SensitivityLabelMetadata[];
143
- }[];
144
- }
145
-
146
- export interface ListGroups_Response {
147
- // The OData context.
148
- "@odata.context"?: string;
149
- // Only used in Power Apps Canvas to genereate the `$skipToken` for pagination. Power Automate and Logic Apps must use the pagination setting.
150
- "@odata.nextLink"?: string;
151
- // value
152
- value?: {
153
- // O365 group classification.
154
- classification?: string;
155
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
156
- createdDateTime?: string;
157
- // More information about the group.
158
- description?: string;
159
- // O365 group name.
160
- displayName?: string;
161
- // Unique identifier of the group.
162
- id?: string;
163
- // Email address of the group.
164
- mail?: string;
165
- // True if mail is enabled for the group.
166
- mailEnabled?: boolean;
167
- // Group nickname.
168
- mailNickname?: string;
169
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
170
- onPremisesLastSyncDateTime?: string;
171
- // The on-premises security identifier.
172
- onPremisesSecurityIdentifier?: string;
173
- // True if on-premises sync is enabled for the group.
174
- onPremisesSyncEnabled?: boolean;
175
- // yyyy-MM-ddTHH:mm:ss.fffZ (ISO8601 format, UTC timezone)
176
- renewedDateTime?: string;
177
- // True if the owner is security enabled.
178
- securityEnabled?: boolean;
179
- // The owner's visibility.
180
- visibility?: string;
181
- // List of Sensitivity Label Information
182
- sensitivityLabelInfo?: SensitivityLabelMetadata[];
183
- }[];
184
- }
185
-
186
- export interface CreateCalendarEvent_Response {
187
- // Unique id of the event.
188
- id?: string;
189
- // Time in minutes before event starts to remind.
190
- reminderMinutesBeforeStart?: number;
191
- // Set to true if the event has a reminder.
192
- isReminderOn?: boolean;
193
- // Title of the event.
194
- subject?: string;
195
- // The importance of the event: Low, Normal, or High.
196
- importance?: string;
197
- // True if the event is an all day event.
198
- isAllDay?: boolean;
199
- // True if a response was requested for the event.
200
- responseRequested?: boolean;
201
- // Status to show during the event.
202
- showAs?: string;
203
- // body
204
- body?: {
205
- // Text or Html.
206
- contentType?: string;
207
- // The content of the body of this event.
208
- content?: string;
209
- };
210
- // start
211
- start?: {
212
- // Start time of the event (example: '2016-11-01T14:30:00-07:00').
213
- dateTime?: string;
214
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
215
- timeZone?: string;
216
- };
217
- // end
218
- end?: {
219
- // End time of the event (example: '2016-11-01T15:30:00-07:00').
220
- dateTime?: string;
221
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
222
- timeZone?: string;
223
- };
224
- // location
225
- location?: {
226
- // The display name for the location of the event.
227
- displayName?: string;
228
- };
229
- }
230
-
231
- export type UpdateCalendarEvent_RequestcontentType = 'Text'|'Html';
232
- export type UpdateCalendarEvent_Requestimportance = 'Low'|'Normal'|'High';
233
- export type UpdateCalendarEvent_RequestshowAs = 'Free'|'Tentative'|'Busy'|'Oof'|'WorkingElsewhere'|'Unknown';
234
-
235
- export interface UpdateCalendarEvent_Request {
236
- // Title of the event.
237
- subject: string;
238
- start: {
239
- // Start time of the event (example: '2016-11-01T14:30:00').
240
- dateTime: string;
241
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
242
- timeZone: string;
243
- };
244
- end: {
245
- // End time of the event (example: '2016-11-01T15:30:00').
246
- dateTime: string;
247
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
248
- timeZone: string;
249
- };
250
- body?: {
251
- // Body of the message associated with the event.
252
- content?: string;
253
- // Pick the content type: Text or Html.
254
- contentType?: UpdateCalendarEvent_RequestcontentType;
255
- };
256
- location?: {
257
- // Location of the event.
258
- displayName?: string;
259
- };
260
- // The importance of the event: Low, Normal, or High.
261
- importance?: UpdateCalendarEvent_Requestimportance;
262
- // Set to true if the event lasts all day.
263
- isAllDay?: boolean;
264
- // Set to true if the event has a reminder.
265
- isReminderOn?: boolean;
266
- // Time in minutes before event start to remind.
267
- reminderMinutesBeforeStart?: number;
268
- // Status to show during the event.
269
- showAs?: UpdateCalendarEvent_RequestshowAs;
270
- // Set to true if the sender would like a response when the event is accepted or declined.
271
- responseRequested?: boolean;
272
- }
273
-
274
- export type UpdateCalendarEvent_HTMLRequestimportance = 'Low'|'Normal'|'High';
275
- export type UpdateCalendarEvent_HTMLRequestshowAs = 'Free'|'Tentative'|'Busy'|'Oof'|'WorkingElsewhere'|'Unknown';
276
-
277
- export interface UpdateCalendarEvent_HTMLRequest {
278
- // Title of the event.
279
- subject: string;
280
- start: {
281
- // Start time of the event (example: '2016-11-01T14:30:00').
282
- dateTime: string;
283
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
284
- timeZone: string;
285
- };
286
- end: {
287
- // End time of the event (example: '2016-11-01T15:30:00').
288
- dateTime: string;
289
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
290
- timeZone: string;
291
- };
292
- body?: {
293
- // Body of the message associated with the event.
294
- content?: string;
295
- // Pick the content type: Text or Html.
296
- contentType: string;
297
- };
298
- location?: {
299
- // Location of the event.
300
- displayName?: string;
301
- };
302
- // The importance of the event: Low, Normal, or High.
303
- importance?: UpdateCalendarEvent_HTMLRequestimportance;
304
- // Set to true if the event lasts all day.
305
- isAllDay?: boolean;
306
- // Set to true if the event has a reminder.
307
- isReminderOn?: boolean;
308
- // Time in minutes before event start to remind.
309
- reminderMinutesBeforeStart?: number;
310
- // Status to show during the event.
311
- showAs?: UpdateCalendarEvent_HTMLRequestshowAs;
312
- // Set to true if the sender would like a response when the event is accepted or declined.
313
- responseRequested?: boolean;
314
- }
315
-
316
- export interface OnNewEvent_ResponseItem {
317
- // Unique id of the event.
318
- id?: string;
319
- // The number of minutes before the start of the event the reminder will fire.
320
- reminderMinutesBeforeStart?: number;
321
- // Set to true if the event has a reminder.
322
- isReminderOn?: boolean;
323
- // Title of the event.
324
- subject?: string;
325
- // The importance of the event: Low, Normal, or High.
326
- importance?: string;
327
- // Set to true if the event lasts all day.
328
- isAllDay?: boolean;
329
- // Set to true if the sender would like a response when the event is accepted or declined.
330
- responseRequested?: boolean;
331
- // Status to show during the event.
332
- showAs?: string;
333
- // body
334
- body?: {
335
- // Body of the message associated with the event.
336
- contentType?: string;
337
- // Pick the content type: Text or Html.
338
- content?: string;
339
- };
340
- // start
341
- start?: {
342
- // Start time of the event (example: '2016-11-01T14:30:00-07:00').
343
- dateTime?: string;
344
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
345
- timeZone?: string;
346
- };
347
- // end
348
- end?: {
349
- // End time of the event (example: '2016-11-01T15:30:00-07:00').
350
- dateTime?: string;
351
- // Time zone of the event, specified as a time zone index value (example: 'Pacific Standard Time').
352
- timeZone?: string;
353
- };
354
- // location
355
- location?: {
356
- // The display name for the location of the event.
357
- displayName?: string;
358
- };
359
- }
360
-
361
- export type OnNewEvent_Response = OnNewEvent_ResponseItem[];
362
-
363
- export type ObjectWithoutType = object;