@digipair/skill-microsoft 0.93.0 → 0.94.0-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.
- package/README.md +7 -0
- package/{index.cjs.js → dist/index.cjs.js} +4172 -4866
- package/{index.esm.js → dist/index.esm.js} +4154 -4837
- package/{schema.fr.json → dist/schema.fr.json} +0 -108
- package/{schema.json → dist/schema.json} +0 -108
- package/{libs/skill-microsoft → dist}/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -0
- package/{libs/skill-microsoft → dist}/src/lib/skill-microsoft.d.ts +1 -0
- package/dist/src/lib/skill-microsoft.d.ts.map +1 -0
- package/dist/src/lib/skill-microsoft.spec.d.ts +2 -0
- package/dist/src/lib/skill-microsoft.spec.d.ts.map +1 -0
- package/package.json +21 -5
- package/index.d.ts +0 -1
- /package/{index.cjs.d.ts → dist/index.d.ts} +0 -0
|
@@ -84,24 +84,6 @@
|
|
|
84
84
|
"schema": {
|
|
85
85
|
"type": "string"
|
|
86
86
|
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "type",
|
|
90
|
-
"summary": "Type de sortie",
|
|
91
|
-
"required": false,
|
|
92
|
-
"description": "Type de sortie attendu",
|
|
93
|
-
"schema": {
|
|
94
|
-
"type": "string"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "contentType",
|
|
99
|
-
"summary": "Type de contenu",
|
|
100
|
-
"required": false,
|
|
101
|
-
"description": "Type de contenu à envoyer",
|
|
102
|
-
"schema": {
|
|
103
|
-
"type": "string"
|
|
104
|
-
}
|
|
105
87
|
}
|
|
106
88
|
],
|
|
107
89
|
"x-events": []
|
|
@@ -174,24 +156,6 @@
|
|
|
174
156
|
"schema": {
|
|
175
157
|
"type": "string"
|
|
176
158
|
}
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"name": "type",
|
|
180
|
-
"summary": "Type de sortie",
|
|
181
|
-
"required": false,
|
|
182
|
-
"description": "Type de sortie attendu",
|
|
183
|
-
"schema": {
|
|
184
|
-
"type": "string"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "contentType",
|
|
189
|
-
"summary": "Type de contenu",
|
|
190
|
-
"required": false,
|
|
191
|
-
"description": "Type de contenu à envoyer",
|
|
192
|
-
"schema": {
|
|
193
|
-
"type": "string"
|
|
194
|
-
}
|
|
195
159
|
}
|
|
196
160
|
],
|
|
197
161
|
"x-events": []
|
|
@@ -255,24 +219,6 @@
|
|
|
255
219
|
"schema": {
|
|
256
220
|
"type": "string"
|
|
257
221
|
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"name": "type",
|
|
261
|
-
"summary": "Type de sortie",
|
|
262
|
-
"required": false,
|
|
263
|
-
"description": "Type de sortie attendu",
|
|
264
|
-
"schema": {
|
|
265
|
-
"type": "string"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "contentType",
|
|
270
|
-
"summary": "Type de contenu",
|
|
271
|
-
"required": false,
|
|
272
|
-
"description": "Type de contenu à envoyer",
|
|
273
|
-
"schema": {
|
|
274
|
-
"type": "string"
|
|
275
|
-
}
|
|
276
222
|
}
|
|
277
223
|
],
|
|
278
224
|
"x-events": []
|
|
@@ -345,24 +291,6 @@
|
|
|
345
291
|
"schema": {
|
|
346
292
|
"type": "string"
|
|
347
293
|
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"name": "type",
|
|
351
|
-
"summary": "Type de sortie",
|
|
352
|
-
"required": false,
|
|
353
|
-
"description": "Type de sortie attendu",
|
|
354
|
-
"schema": {
|
|
355
|
-
"type": "string"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "contentType",
|
|
360
|
-
"summary": "Type de contenu",
|
|
361
|
-
"required": false,
|
|
362
|
-
"description": "Type de contenu à envoyer",
|
|
363
|
-
"schema": {
|
|
364
|
-
"type": "string"
|
|
365
|
-
}
|
|
366
294
|
}
|
|
367
295
|
],
|
|
368
296
|
"x-events": []
|
|
@@ -435,24 +363,6 @@
|
|
|
435
363
|
"schema": {
|
|
436
364
|
"type": "string"
|
|
437
365
|
}
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"name": "type",
|
|
441
|
-
"summary": "Type de sortie",
|
|
442
|
-
"required": false,
|
|
443
|
-
"description": "Type de sortie attendu",
|
|
444
|
-
"schema": {
|
|
445
|
-
"type": "string"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "contentType",
|
|
450
|
-
"summary": "Type de contenu",
|
|
451
|
-
"required": false,
|
|
452
|
-
"description": "Type de contenu à envoyer",
|
|
453
|
-
"schema": {
|
|
454
|
-
"type": "string"
|
|
455
|
-
}
|
|
456
366
|
}
|
|
457
367
|
],
|
|
458
368
|
"x-events": []
|
|
@@ -516,24 +426,6 @@
|
|
|
516
426
|
"schema": {
|
|
517
427
|
"type": "string"
|
|
518
428
|
}
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"name": "type",
|
|
522
|
-
"summary": "Type de sortie",
|
|
523
|
-
"required": false,
|
|
524
|
-
"description": "Type de sortie attendu",
|
|
525
|
-
"schema": {
|
|
526
|
-
"type": "string"
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"name": "contentType",
|
|
531
|
-
"summary": "Type de contenu",
|
|
532
|
-
"required": false,
|
|
533
|
-
"description": "Type de contenu à envoyer",
|
|
534
|
-
"schema": {
|
|
535
|
-
"type": "string"
|
|
536
|
-
}
|
|
537
429
|
}
|
|
538
430
|
],
|
|
539
431
|
"x-events": []
|
|
@@ -84,24 +84,6 @@
|
|
|
84
84
|
"schema": {
|
|
85
85
|
"type": "string"
|
|
86
86
|
}
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"name": "type",
|
|
90
|
-
"summary": "Output type",
|
|
91
|
-
"required": false,
|
|
92
|
-
"description": "Type of output expected from the service",
|
|
93
|
-
"schema": {
|
|
94
|
-
"type": "string"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "contentType",
|
|
99
|
-
"summary": "Content type",
|
|
100
|
-
"required": false,
|
|
101
|
-
"description": "Content type of the request",
|
|
102
|
-
"schema": {
|
|
103
|
-
"type": "string"
|
|
104
|
-
}
|
|
105
87
|
}
|
|
106
88
|
],
|
|
107
89
|
"x-events": []
|
|
@@ -174,24 +156,6 @@
|
|
|
174
156
|
"schema": {
|
|
175
157
|
"type": "string"
|
|
176
158
|
}
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"name": "type",
|
|
180
|
-
"summary": "Output type",
|
|
181
|
-
"required": false,
|
|
182
|
-
"description": "Type of output expected from the service",
|
|
183
|
-
"schema": {
|
|
184
|
-
"type": "string"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"name": "contentType",
|
|
189
|
-
"summary": "Content type",
|
|
190
|
-
"required": false,
|
|
191
|
-
"description": "Content type of the request",
|
|
192
|
-
"schema": {
|
|
193
|
-
"type": "string"
|
|
194
|
-
}
|
|
195
159
|
}
|
|
196
160
|
],
|
|
197
161
|
"x-events": []
|
|
@@ -255,24 +219,6 @@
|
|
|
255
219
|
"schema": {
|
|
256
220
|
"type": "string"
|
|
257
221
|
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"name": "type",
|
|
261
|
-
"summary": "Output type",
|
|
262
|
-
"required": false,
|
|
263
|
-
"description": "Type of output expected from the service",
|
|
264
|
-
"schema": {
|
|
265
|
-
"type": "string"
|
|
266
|
-
}
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "contentType",
|
|
270
|
-
"summary": "Content type",
|
|
271
|
-
"required": false,
|
|
272
|
-
"description": "Content type of the request",
|
|
273
|
-
"schema": {
|
|
274
|
-
"type": "string"
|
|
275
|
-
}
|
|
276
222
|
}
|
|
277
223
|
],
|
|
278
224
|
"x-events": []
|
|
@@ -345,24 +291,6 @@
|
|
|
345
291
|
"schema": {
|
|
346
292
|
"type": "string"
|
|
347
293
|
}
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"name": "type",
|
|
351
|
-
"summary": "Output type",
|
|
352
|
-
"required": false,
|
|
353
|
-
"description": "Type of output expected from the service",
|
|
354
|
-
"schema": {
|
|
355
|
-
"type": "string"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "contentType",
|
|
360
|
-
"summary": "Content type",
|
|
361
|
-
"required": false,
|
|
362
|
-
"description": "Content type of the request",
|
|
363
|
-
"schema": {
|
|
364
|
-
"type": "string"
|
|
365
|
-
}
|
|
366
294
|
}
|
|
367
295
|
],
|
|
368
296
|
"x-events": []
|
|
@@ -435,24 +363,6 @@
|
|
|
435
363
|
"schema": {
|
|
436
364
|
"type": "string"
|
|
437
365
|
}
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"name": "type",
|
|
441
|
-
"summary": "Output type",
|
|
442
|
-
"required": false,
|
|
443
|
-
"description": "Type of output expected from the service",
|
|
444
|
-
"schema": {
|
|
445
|
-
"type": "string"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
{
|
|
449
|
-
"name": "contentType",
|
|
450
|
-
"summary": "Content type",
|
|
451
|
-
"required": false,
|
|
452
|
-
"description": "Content type of the request",
|
|
453
|
-
"schema": {
|
|
454
|
-
"type": "string"
|
|
455
|
-
}
|
|
456
366
|
}
|
|
457
367
|
],
|
|
458
368
|
"x-events": []
|
|
@@ -516,24 +426,6 @@
|
|
|
516
426
|
"schema": {
|
|
517
427
|
"type": "string"
|
|
518
428
|
}
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"name": "type",
|
|
522
|
-
"summary": "Output type",
|
|
523
|
-
"required": false,
|
|
524
|
-
"description": "Type of output expected from the service",
|
|
525
|
-
"schema": {
|
|
526
|
-
"type": "string"
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"name": "contentType",
|
|
531
|
-
"summary": "Content type",
|
|
532
|
-
"required": false,
|
|
533
|
-
"description": "Content type of the request",
|
|
534
|
-
"schema": {
|
|
535
|
-
"type": "string"
|
|
536
|
-
}
|
|
537
429
|
}
|
|
538
430
|
],
|
|
539
431
|
"x-events": []
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
|
@@ -5,3 +5,4 @@ export declare const update: (params: any, pinsSettingsList: PinsSettings[], con
|
|
|
5
5
|
export declare const partialUpdate: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
6
6
|
export declare const remove: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
7
7
|
export declare const request: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
|
|
8
|
+
//# sourceMappingURL=skill-microsoft.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-microsoft.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-microsoft.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAyGhD,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACD,CAAC;AAElF,eAAO,MAAM,IAAI,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACD,CAAC;AAEhF,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACD,CAAC;AAElF,eAAO,MAAM,aAAa,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACR,CAAC;AAElF,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACD,CAAC;AAElF,eAAO,MAAM,OAAO,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skill-microsoft.spec.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-microsoft.spec.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digipair/skill-microsoft",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.94.0-0",
|
|
4
|
+
"main": "./dist/index.cjs.js",
|
|
5
|
+
"module": "./dist/index.esm.js",
|
|
6
|
+
"types": "./dist/index.d.ts",
|
|
4
7
|
"keywords": [
|
|
5
8
|
"digipair",
|
|
6
9
|
"service",
|
|
7
10
|
"tool"
|
|
8
11
|
],
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
"exports": {
|
|
13
|
+
"./package.json": "./package.json",
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"import": "./dist/index.esm.js",
|
|
17
|
+
"default": "./dist/index.cjs.js"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist",
|
|
22
|
+
"!**/*.tsbuildinfo"
|
|
23
|
+
],
|
|
24
|
+
"nx": {
|
|
25
|
+
"name": "skill-microsoft"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {}
|
|
28
|
+
}
|
package/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './libs/skill-microsoft/src/index';
|
|
File without changes
|