@osdk/docs-spec-platform 0.8.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/CHANGELOG.md +77 -0
  2. package/build/browser/generated/ir.d.ts +3 -0
  3. package/build/browser/generated/ir.d.ts.map +1 -0
  4. package/build/browser/generated/ir.js +16 -0
  5. package/build/browser/generated/ir.js.map +1 -0
  6. package/build/browser/generated/spec.d.ts +705 -0
  7. package/build/browser/generated/spec.d.ts.map +1 -0
  8. package/build/browser/generated/spec.js +720 -0
  9. package/build/browser/generated/spec.js.map +1 -0
  10. package/build/browser/index.d.ts +4 -0
  11. package/build/browser/index.d.ts.map +1 -0
  12. package/build/browser/index.js +19 -0
  13. package/build/browser/index.js.map +1 -0
  14. package/build/browser/ir/ApiSpec.d.ts +6 -0
  15. package/build/browser/ir/ApiSpec.d.ts.map +1 -0
  16. package/build/browser/ir/ApiSpec.js +17 -0
  17. package/build/browser/ir/ApiSpec.js.map +1 -0
  18. package/build/browser/ir/BuiltInTypes.d.ts +46 -0
  19. package/build/browser/ir/BuiltInTypes.d.ts.map +1 -0
  20. package/build/browser/ir/BuiltInTypes.js +17 -0
  21. package/build/browser/ir/BuiltInTypes.js.map +1 -0
  22. package/build/browser/ir/Common.d.ts +12 -0
  23. package/build/browser/ir/Common.d.ts.map +1 -0
  24. package/build/browser/ir/Common.js +17 -0
  25. package/build/browser/ir/Common.js.map +1 -0
  26. package/build/browser/ir/Component.d.ts +10 -0
  27. package/build/browser/ir/Component.d.ts.map +1 -0
  28. package/build/browser/ir/Component.js +17 -0
  29. package/build/browser/ir/Component.js.map +1 -0
  30. package/build/browser/ir/DataTypes.d.ts +91 -0
  31. package/build/browser/ir/DataTypes.d.ts.map +1 -0
  32. package/build/browser/ir/DataTypes.js +17 -0
  33. package/build/browser/ir/DataTypes.js.map +1 -0
  34. package/build/browser/ir/Error.d.ts +10 -0
  35. package/build/browser/ir/Error.d.ts.map +1 -0
  36. package/build/browser/ir/Error.js +17 -0
  37. package/build/browser/ir/Error.js.map +1 -0
  38. package/build/browser/ir/Namespace.d.ts +12 -0
  39. package/build/browser/ir/Namespace.d.ts.map +1 -0
  40. package/build/browser/ir/Namespace.js +17 -0
  41. package/build/browser/ir/Namespace.js.map +1 -0
  42. package/build/browser/ir/ParameterValue.d.ts +8 -0
  43. package/build/browser/ir/ParameterValue.d.ts.map +1 -0
  44. package/build/browser/ir/ParameterValue.js +17 -0
  45. package/build/browser/ir/ParameterValue.js.map +1 -0
  46. package/build/browser/ir/Resource.d.ts +103 -0
  47. package/build/browser/ir/Resource.d.ts.map +1 -0
  48. package/build/browser/ir/Resource.js +17 -0
  49. package/build/browser/ir/Resource.js.map +1 -0
  50. package/build/browser/ir/index.d.ts +10 -0
  51. package/build/browser/ir/index.d.ts.map +1 -0
  52. package/build/browser/ir/index.js +25 -0
  53. package/build/browser/ir/index.js.map +1 -0
  54. package/build/esm/generated/ir.d.ts +3 -0
  55. package/build/esm/generated/ir.d.ts.map +1 -0
  56. package/build/esm/generated/ir.js +16 -0
  57. package/build/esm/generated/ir.js.map +1 -0
  58. package/build/esm/generated/spec.d.ts +705 -0
  59. package/build/esm/generated/spec.d.ts.map +1 -0
  60. package/build/esm/generated/spec.js +720 -0
  61. package/build/esm/generated/spec.js.map +1 -0
  62. package/build/esm/index.d.ts +4 -0
  63. package/build/esm/index.d.ts.map +1 -0
  64. package/build/esm/index.js +19 -0
  65. package/build/esm/index.js.map +1 -0
  66. package/build/esm/ir/ApiSpec.d.ts +6 -0
  67. package/build/esm/ir/ApiSpec.d.ts.map +1 -0
  68. package/build/esm/ir/ApiSpec.js +17 -0
  69. package/build/esm/ir/ApiSpec.js.map +1 -0
  70. package/build/esm/ir/BuiltInTypes.d.ts +46 -0
  71. package/build/esm/ir/BuiltInTypes.d.ts.map +1 -0
  72. package/build/esm/ir/BuiltInTypes.js +17 -0
  73. package/build/esm/ir/BuiltInTypes.js.map +1 -0
  74. package/build/esm/ir/Common.d.ts +12 -0
  75. package/build/esm/ir/Common.d.ts.map +1 -0
  76. package/build/esm/ir/Common.js +17 -0
  77. package/build/esm/ir/Common.js.map +1 -0
  78. package/build/esm/ir/Component.d.ts +10 -0
  79. package/build/esm/ir/Component.d.ts.map +1 -0
  80. package/build/esm/ir/Component.js +17 -0
  81. package/build/esm/ir/Component.js.map +1 -0
  82. package/build/esm/ir/DataTypes.d.ts +91 -0
  83. package/build/esm/ir/DataTypes.d.ts.map +1 -0
  84. package/build/esm/ir/DataTypes.js +17 -0
  85. package/build/esm/ir/DataTypes.js.map +1 -0
  86. package/build/esm/ir/Error.d.ts +10 -0
  87. package/build/esm/ir/Error.d.ts.map +1 -0
  88. package/build/esm/ir/Error.js +17 -0
  89. package/build/esm/ir/Error.js.map +1 -0
  90. package/build/esm/ir/Namespace.d.ts +12 -0
  91. package/build/esm/ir/Namespace.d.ts.map +1 -0
  92. package/build/esm/ir/Namespace.js +17 -0
  93. package/build/esm/ir/Namespace.js.map +1 -0
  94. package/build/esm/ir/ParameterValue.d.ts +8 -0
  95. package/build/esm/ir/ParameterValue.d.ts.map +1 -0
  96. package/build/esm/ir/ParameterValue.js +17 -0
  97. package/build/esm/ir/ParameterValue.js.map +1 -0
  98. package/build/esm/ir/Resource.d.ts +103 -0
  99. package/build/esm/ir/Resource.d.ts.map +1 -0
  100. package/build/esm/ir/Resource.js +17 -0
  101. package/build/esm/ir/Resource.js.map +1 -0
  102. package/build/esm/ir/index.d.ts +10 -0
  103. package/build/esm/ir/index.d.ts.map +1 -0
  104. package/build/esm/ir/index.js +25 -0
  105. package/build/esm/ir/index.js.map +1 -0
  106. package/package.json +60 -0
@@ -0,0 +1,103 @@
1
+ import type { Documentation, Example, Locator } from "./Common.js";
2
+ import type { Error as ApiError } from "./Error.js";
3
+ import type { ParameterValue } from "./ParameterValue.js";
4
+ export interface Resource {
5
+ component: Locator;
6
+ operations: Operation[];
7
+ pluralName: string;
8
+ documentation: Documentation;
9
+ singleton?: boolean;
10
+ pathSegment?: string;
11
+ idPropertyName?: string;
12
+ parentResource?: Locator;
13
+ relativeName?: string;
14
+ pluralRelativeName?: string;
15
+ }
16
+ export interface Operation {
17
+ name: string;
18
+ verb: string;
19
+ documentation?: Documentation;
20
+ http: Http;
21
+ auth: Auth;
22
+ auditCategories: string[];
23
+ releaseStage: undefined | "PUBLIC_BETA" | "PRIVATE_BETA" | "STABLE";
24
+ throwableErrors: ApiError[];
25
+ }
26
+ export type Http = {
27
+ path: string;
28
+ httpMethod: HttpMethod;
29
+ parameters: Parameter[];
30
+ requestBody?: RequestBody;
31
+ response: Response;
32
+ conjureServerAsync?: boolean;
33
+ conjureRequestContext?: boolean;
34
+ };
35
+ export type HttpMethod = "GET" | "POST" | "PUT" | "DELETE" | "PATCH";
36
+ export interface Auth {
37
+ includeAuthHeader: boolean;
38
+ scopes: string[];
39
+ }
40
+ export type InputType = "HEADER" | "PATH" | "QUERY" | "BODY";
41
+ export interface Parameter {
42
+ name: string;
43
+ documentation: Documentation;
44
+ inputType: InputType;
45
+ type: ParameterValue;
46
+ }
47
+ export type MediaType = "application/json" | "*/*";
48
+ export interface ComponentRequestType {
49
+ type: "component";
50
+ component: {
51
+ mediaType: MediaType;
52
+ type: ParameterValue;
53
+ example?: Example[];
54
+ };
55
+ }
56
+ export interface ComponentResponseType {
57
+ type: "component";
58
+ component: {
59
+ mediaType: MediaType;
60
+ type: ParameterValue;
61
+ example?: Example[];
62
+ };
63
+ }
64
+ export interface BinaryResponseType {
65
+ type: "binary";
66
+ binary: {
67
+ mediaType: string;
68
+ };
69
+ }
70
+ export interface NoContentResponseBody {
71
+ type: "noContent";
72
+ noContent: Record<string, never>;
73
+ }
74
+ export interface ReferenceResponseType {
75
+ mediaType: string;
76
+ type: ParameterValue;
77
+ }
78
+ export type ResponseType = ComponentResponseType | BinaryResponseType | ReferenceResponseType;
79
+ export interface OkResponseBody {
80
+ type: "ok";
81
+ ok: {
82
+ responseType: ResponseType;
83
+ required: boolean;
84
+ };
85
+ }
86
+ export interface AcceptedResponseBody {
87
+ type: "accepted";
88
+ accepted: {
89
+ responseType: ResponseType;
90
+ };
91
+ }
92
+ export type ResponseBody = OkResponseBody | NoContentResponseBody | AcceptedResponseBody;
93
+ export type RequestBodyType = ComponentRequestType | BinaryResponseType;
94
+ export interface RequestBody {
95
+ body: RequestBodyType;
96
+ documentation?: Documentation;
97
+ }
98
+ export interface Response {
99
+ documentation?: Documentation;
100
+ body: ResponseBody;
101
+ code: string;
102
+ }
103
+ //# sourceMappingURL=Resource.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../../src/ir/Resource.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,17 @@
1
+ /*
2
+ * Copyright 2024 Palantir Technologies, Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ export {};
17
+ //# sourceMappingURL=Resource.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Resource.js","names":[],"sources":["Resource.js"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
@@ -0,0 +1,10 @@
1
+ export * from "./ApiSpec.js";
2
+ export * from "./BuiltInTypes.js";
3
+ export * from "./Common.js";
4
+ export * from "./Component.js";
5
+ export * from "./DataTypes.js";
6
+ export * from "./Error.js";
7
+ export * from "./Namespace.js";
8
+ export * from "./ParameterValue.js";
9
+ export * from "./Resource.js";
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ir/index.ts"],"names":[],"mappings":"AAgBA,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC"}
@@ -0,0 +1,25 @@
1
+ /*
2
+ * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ export * from "./ApiSpec.js";
17
+ export * from "./BuiltInTypes.js";
18
+ export * from "./Common.js";
19
+ export * from "./Component.js";
20
+ export * from "./DataTypes.js";
21
+ export * from "./Error.js";
22
+ export * from "./Namespace.js";
23
+ export * from "./ParameterValue.js";
24
+ export * from "./Resource.js";
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["index.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nexport * from \"./ApiSpec.js\";\nexport * from \"./BuiltInTypes.js\";\nexport * from \"./Common.js\";\nexport * from \"./Component.js\";\nexport * from \"./DataTypes.js\";\nexport * from \"./Error.js\";\nexport * from \"./Namespace.js\";\nexport * from \"./ParameterValue.js\";\nexport * from \"./Resource.js\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,cAAc,cAAc;AAC5B,cAAc,mBAAmB;AACjC,cAAc,aAAa;AAC3B,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAC9B,cAAc,YAAY;AAC1B,cAAc,gBAAgB;AAC9B,cAAc,qBAAqB;AACnC,cAAc,eAAe","ignoreList":[]}
package/package.json ADDED
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "@osdk/docs-spec-platform",
3
+ "version": "0.8.0",
4
+ "license": "Apache-2.0",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/palantir/foundry-platform-typescript.git"
8
+ },
9
+ "exports": {
10
+ ".": {
11
+ "browser": "./build/browser/index.js",
12
+ "import": "./build/esm/index.js",
13
+ "default": "./build/esm/index.js"
14
+ },
15
+ "./*": {
16
+ "browser": "./build/browser/public/*.js",
17
+ "import": "./build/esm/public/*.js",
18
+ "default": "./build/esm/public/*.js"
19
+ }
20
+ },
21
+ "dependencies": {
22
+ "@osdk/docs-spec-core": "0.5.0"
23
+ },
24
+ "devDependencies": {
25
+ "typescript": "^5.5.4",
26
+ "@osdk/monorepo.tsconfig": "~0.0.0"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
+ "files": [
32
+ "build/cjs",
33
+ "build/esm",
34
+ "build/browser",
35
+ "CHANGELOG.md",
36
+ "package.json",
37
+ "templates",
38
+ "*.d.ts"
39
+ ],
40
+ "module": "./build/esm/index.js",
41
+ "types": "./build/esm/index.d.ts",
42
+ "sls": {
43
+ "dependencies": {
44
+ "com.palantir.foundry.api:api-gateway": {
45
+ "minVersion": "1.1157.0",
46
+ "maxVersion": "1.x.x",
47
+ "optional": false
48
+ }
49
+ }
50
+ },
51
+ "type": "module",
52
+ "scripts": {
53
+ "check-attw": "monorepo.tool.attw esm",
54
+ "check-spelling": "cspell --quiet .",
55
+ "clean": "rm -rf lib dist types build tsconfig.tsbuildinfo",
56
+ "fix-lint": "eslint . --fix && dprint fmt --config $(find-up dprint.json)",
57
+ "lint": "eslint . && dprint check --config $(find-up dprint.json)",
58
+ "transpile": "monorepo.tool.transpile"
59
+ }
60
+ }