@microsoft/typespec-msgraph 0.0.1-Preview.8 → 0.0.1-Preview.9
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/dist/src/components/annotations.d.ts +4 -1
- package/dist/src/components/annotations.d.ts.map +1 -1
- package/dist/src/components/annotations.js +18 -1
- package/dist/src/components/annotations.js.map +1 -1
- package/dist/src/components/index.js +3 -3
- package/dist/src/components/index.js.map +1 -1
- package/dist/src/components/schema-element.d.ts.map +1 -1
- package/dist/src/components/schema-element.js +3 -2
- package/dist/src/components/schema-element.js.map +1 -1
- package/dist/src/decorators/allowed-values.d.ts +13 -0
- package/dist/src/decorators/allowed-values.d.ts.map +1 -0
- package/dist/src/decorators/allowed-values.js +35 -0
- package/dist/src/decorators/allowed-values.js.map +1 -0
- package/dist/src/decorators/filter.d.ts +1 -1
- package/dist/src/decorators/filter.d.ts.map +1 -1
- package/dist/src/decorators/filter.js +4 -4
- package/dist/src/decorators/filter.js.map +1 -1
- package/dist/src/decorators/graph-route.d.ts +8 -1
- package/dist/src/decorators/graph-route.d.ts.map +1 -1
- package/dist/src/decorators/graph-route.js +18 -9
- package/dist/src/decorators/graph-route.js.map +1 -1
- package/dist/src/decorators/index.d.ts +2 -0
- package/dist/src/decorators/index.d.ts.map +1 -1
- package/dist/src/decorators/index.js +2 -0
- package/dist/src/decorators/index.js.map +1 -1
- package/dist/src/decorators/public-namespace.d.ts +10 -0
- package/dist/src/decorators/public-namespace.d.ts.map +1 -0
- package/dist/src/decorators/public-namespace.js +16 -0
- package/dist/src/decorators/public-namespace.js.map +1 -0
- package/dist/src/emitter.d.ts +2 -1
- package/dist/src/emitter.d.ts.map +1 -1
- package/dist/src/emitter.js +3 -1
- package/dist/src/emitter.js.map +1 -1
- package/dist/src/entities/annotations.d.ts +6 -0
- package/dist/src/entities/annotations.d.ts.map +1 -1
- package/dist/src/entities/annotations.js +19 -0
- package/dist/src/entities/annotations.js.map +1 -1
- package/dist/src/entities/model.d.ts +5 -0
- package/dist/src/entities/model.d.ts.map +1 -1
- package/dist/src/entities/model.js +3 -2
- package/dist/src/entities/model.js.map +1 -1
- package/dist/src/entities/namespace.d.ts +3 -1
- package/dist/src/entities/namespace.d.ts.map +1 -1
- package/dist/src/entities/namespace.js +11 -15
- package/dist/src/entities/namespace.js.map +1 -1
- package/dist/src/entities/operation.js +1 -1
- package/dist/src/entities/operation.js.map +1 -1
- package/dist/src/lib.d.ts +33 -2
- package/dist/src/lib.d.ts.map +1 -1
- package/dist/src/lib.js +20 -1
- package/dist/src/lib.js.map +1 -1
- package/dist/src/linter.d.ts.map +1 -1
- package/dist/src/linter.js +4 -0
- package/dist/src/linter.js.map +1 -1
- package/dist/src/rules/allowed-values.d.ts +6 -0
- package/dist/src/rules/allowed-values.d.ts.map +1 -0
- package/dist/src/rules/allowed-values.js +59 -0
- package/dist/src/rules/allowed-values.js.map +1 -0
- package/dist/src/rules/graph-route.d.ts +1 -0
- package/dist/src/rules/graph-route.d.ts.map +1 -1
- package/dist/src/rules/graph-route.js +61 -12
- package/dist/src/rules/graph-route.js.map +1 -1
- package/dist/src/rules/index.d.ts +3 -0
- package/dist/src/rules/index.d.ts.map +1 -1
- package/dist/src/rules/index.js +3 -0
- package/dist/src/rules/index.js.map +1 -1
- package/dist/src/rules/namespace.d.ts +3 -0
- package/dist/src/rules/namespace.d.ts.map +1 -0
- package/dist/src/rules/namespace.js +58 -0
- package/dist/src/rules/namespace.js.map +1 -0
- package/dist/src/utils.d.ts +1 -11
- package/dist/src/utils.d.ts.map +1 -1
- package/dist/src/utils.js +49 -29
- package/dist/src/utils.js.map +1 -1
- package/lib/decorators.tsp +79 -65
- package/lib/deployment.tsp +1 -1
- package/lib/lib.tsp +1 -1
- package/lib/porcelain.tsp +4 -4
- package/lib/responses.tsp +6 -6
- package/lib/shared-models.tsp +4 -3
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/typespec-msgraph",
|
|
3
|
-
"version": "0.0.1-Preview.
|
|
3
|
+
"version": "0.0.1-Preview.9",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec for Microsoft Graph provides a description of the Microsoft Graph APIs. It is used for generating API description languages, client and service code, documentation, and other assets.",
|
|
6
6
|
"homepage": "https://github.com/microsoftgraph/typespec-msgraph",
|
|
@@ -52,27 +52,27 @@
|
|
|
52
52
|
"!dist/test/**"
|
|
53
53
|
],
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@xmldom/xmldom": "~0.8.
|
|
56
|
-
"@typespec/compiler": "~0.
|
|
57
|
-
"@typespec/http": "~0.
|
|
58
|
-
"@typespec/lint": "~0.
|
|
55
|
+
"@xmldom/xmldom": "~0.8.4",
|
|
56
|
+
"@typespec/compiler": "~0.49.0",
|
|
57
|
+
"@typespec/http": "~0.49.0",
|
|
58
|
+
"@typespec/lint": "~0.49.0",
|
|
59
59
|
"prettier": "~2.8.7",
|
|
60
60
|
"react-dom": "~18.2.0",
|
|
61
61
|
"react": "~18.2.0",
|
|
62
62
|
"react-reconciler": "~0.27.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@types/mocha": "~10.0.
|
|
65
|
+
"@types/mocha": "~10.0.1",
|
|
66
66
|
"@types/node": "~18.11.9",
|
|
67
67
|
"@types/prettier": "2.6.0",
|
|
68
68
|
"@types/react": "~18.0.5",
|
|
69
69
|
"@types/react-reconciler": "~0.28.0",
|
|
70
|
-
"@typespec/eslint-config-typespec": "~0.
|
|
71
|
-
"c8": "~
|
|
72
|
-
"eslint": "^8.
|
|
70
|
+
"@typespec/eslint-config-typespec": "~0.49.0",
|
|
71
|
+
"c8": "~8.0.1",
|
|
72
|
+
"eslint": "^8.49.0",
|
|
73
73
|
"mocha": "~10.2.0",
|
|
74
|
-
"rimraf": "~5.0.
|
|
75
|
-
"typescript": "~5.
|
|
74
|
+
"rimraf": "~5.0.1",
|
|
75
|
+
"typescript": "~5.2.2",
|
|
76
76
|
"xpath": "~0.0.32",
|
|
77
77
|
"tsx": "~3.12.3"
|
|
78
78
|
}
|