@osdk/internal.foundry.datasets 0.2.0-beta.8 → 0.2.0-beta.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.
Files changed (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/browser/_components.d.ts +125 -0
  3. package/build/browser/_components.d.ts.map +1 -0
  4. package/build/browser/_components.js +17 -0
  5. package/build/browser/_components.js.map +1 -0
  6. package/build/browser/_errors.d.ts +359 -0
  7. package/build/browser/_errors.d.ts.map +1 -0
  8. package/build/browser/_errors.js +17 -0
  9. package/build/browser/_errors.js.map +1 -0
  10. package/build/browser/index.d.ts +7 -0
  11. package/build/browser/index.d.ts.map +1 -0
  12. package/build/browser/index.js +19 -6
  13. package/build/browser/index.js.map +1 -1
  14. package/build/browser/public/Branch.d.ts +57 -0
  15. package/build/browser/public/Branch.d.ts.map +1 -0
  16. package/build/browser/public/Branch.js +73 -3
  17. package/build/browser/public/Branch.js.map +1 -1
  18. package/build/browser/public/Dataset.d.ts +97 -0
  19. package/build/browser/public/Dataset.d.ts.map +1 -0
  20. package/build/browser/public/Dataset.js +97 -3
  21. package/build/browser/public/Dataset.js.map +1 -1
  22. package/build/browser/public/File.d.ts +196 -0
  23. package/build/browser/public/File.d.ts.map +1 -0
  24. package/build/browser/public/File.js +183 -3
  25. package/build/browser/public/File.js.map +1 -1
  26. package/build/browser/public/Transaction.d.ts +64 -0
  27. package/build/browser/public/Transaction.d.ts.map +1 -0
  28. package/build/browser/public/Transaction.js +75 -3
  29. package/build/browser/public/Transaction.js.map +1 -1
  30. package/build/esm/_components.d.ts +6 -6
  31. package/build/esm/_components.d.ts.map +1 -1
  32. package/build/esm/_components.js +17 -0
  33. package/build/esm/_components.js.map +1 -0
  34. package/build/esm/_errors.js +17 -0
  35. package/build/esm/_errors.js.map +1 -0
  36. package/build/esm/index.js +19 -6
  37. package/build/esm/index.js.map +1 -1
  38. package/build/esm/public/Branch.d.ts +12 -9
  39. package/build/esm/public/Branch.d.ts.map +1 -1
  40. package/build/esm/public/Branch.js +73 -3
  41. package/build/esm/public/Branch.js.map +1 -1
  42. package/build/esm/public/Dataset.d.ts +20 -20
  43. package/build/esm/public/Dataset.d.ts.map +1 -1
  44. package/build/esm/public/Dataset.js +97 -3
  45. package/build/esm/public/Dataset.js.map +1 -1
  46. package/build/esm/public/File.d.ts +30 -30
  47. package/build/esm/public/File.d.ts.map +1 -1
  48. package/build/esm/public/File.js +183 -3
  49. package/build/esm/public/File.js.map +1 -1
  50. package/build/esm/public/Transaction.d.ts +17 -8
  51. package/build/esm/public/Transaction.d.ts.map +1 -1
  52. package/build/esm/public/Transaction.js +75 -3
  53. package/build/esm/public/Transaction.js.map +1 -1
  54. package/package.json +8 -9
  55. package/build/browser/chunk-6JHAYAPR.js +0 -31
  56. package/build/browser/chunk-6JHAYAPR.js.map +0 -1
  57. package/build/browser/chunk-EDFN5GXZ.js +0 -41
  58. package/build/browser/chunk-EDFN5GXZ.js.map +0 -1
  59. package/build/browser/chunk-JIXOPP3M.js +0 -31
  60. package/build/browser/chunk-JIXOPP3M.js.map +0 -1
  61. package/build/browser/chunk-PZ5AY32C.js +0 -9
  62. package/build/browser/chunk-PZ5AY32C.js.map +0 -1
  63. package/build/browser/chunk-WOQTHZR3.js +0 -36
  64. package/build/browser/chunk-WOQTHZR3.js.map +0 -1
  65. package/build/esm/chunk-6JHAYAPR.js +0 -31
  66. package/build/esm/chunk-6JHAYAPR.js.map +0 -1
  67. package/build/esm/chunk-EDFN5GXZ.js +0 -41
  68. package/build/esm/chunk-EDFN5GXZ.js.map +0 -1
  69. package/build/esm/chunk-JIXOPP3M.js +0 -31
  70. package/build/esm/chunk-JIXOPP3M.js.map +0 -1
  71. package/build/esm/chunk-PZ5AY32C.js +0 -9
  72. package/build/esm/chunk-PZ5AY32C.js.map +0 -1
  73. package/build/esm/chunk-WOQTHZR3.js +0 -36
  74. package/build/esm/chunk-WOQTHZR3.js.map +0 -1
@@ -1,4 +1,74 @@
1
- export { createBranch, deleteBranch, getBranch, listBranches } from '../chunk-JIXOPP3M.js';
2
- import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=Branch.js.map
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
+ import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
+ //
18
+ const _createBranch = [1, "/v1/datasets/{0}/branches", 1];
19
+ /**
20
+ * Creates a branch on an existing dataset. A branch may optionally point to a (committed) transaction.
21
+ *
22
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.
23
+ *
24
+ * @public
25
+ *
26
+ * Required Scopes: [api:datasets-write]
27
+ * URL: /v1/datasets/{datasetRid}/branches
28
+ */
29
+ export function createBranch($ctx, ...args) {
30
+ return $foundryPlatformFetch($ctx, _createBranch, ...args);
31
+ }
32
+ const _getBranch = [0, "/v1/datasets/{0}/branches/{1}"];
33
+ /**
34
+ * Get a Branch of a Dataset.
35
+ *
36
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
37
+ *
38
+ * @public
39
+ *
40
+ * Required Scopes: [api:datasets-read]
41
+ * URL: /v1/datasets/{datasetRid}/branches/{branchId}
42
+ */
43
+ export function getBranch($ctx, ...args) {
44
+ return $foundryPlatformFetch($ctx, _getBranch, ...args);
45
+ }
46
+ const _deleteBranch = [3, "/v1/datasets/{0}/branches/{1}"];
47
+ /**
48
+ * Deletes the Branch with the given BranchId.
49
+ *
50
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.
51
+ *
52
+ * @public
53
+ *
54
+ * Required Scopes: [api:datasets-write]
55
+ * URL: /v1/datasets/{datasetRid}/branches/{branchId}
56
+ */
57
+ export function deleteBranch($ctx, ...args) {
58
+ return $foundryPlatformFetch($ctx, _deleteBranch, ...args);
59
+ }
60
+ const _listBranches = [0, "/v1/datasets/{0}/branches", 2];
61
+ /**
62
+ * Lists the Branches of a Dataset.
63
+ *
64
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
65
+ *
66
+ * @public
67
+ *
68
+ * Required Scopes: [api:datasets-read]
69
+ * URL: /v1/datasets/{datasetRid}/branches
70
+ */
71
+ export function listBranches($ctx, ...args) {
72
+ return $foundryPlatformFetch($ctx, _listBranches, ...args);
73
+ }
4
74
  //# sourceMappingURL=Branch.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"Branch.js"}
1
+ {"version":3,"file":"Branch.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_createBranch","createBranch","$ctx","args","_getBranch","getBranch","_deleteBranch","deleteBranch","_listBranches","listBranches"],"sources":["Branch.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 */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _createBranch = [1, \"/v1/datasets/{0}/branches\", 1];\n/**\n * Creates a branch on an existing dataset. A branch may optionally point to a (committed) transaction.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.\n *\n * @public\n *\n * Required Scopes: [api:datasets-write]\n * URL: /v1/datasets/{datasetRid}/branches\n */\nexport function createBranch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _createBranch, ...args);\n}\nconst _getBranch = [0, \"/v1/datasets/{0}/branches/{1}\"];\n/**\n * Get a Branch of a Dataset.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.\n *\n * @public\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}/branches/{branchId}\n */\nexport function getBranch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getBranch, ...args);\n}\nconst _deleteBranch = [3, \"/v1/datasets/{0}/branches/{1}\"];\n/**\n * Deletes the Branch with the given BranchId.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.\n *\n * @public\n *\n * Required Scopes: [api:datasets-write]\n * URL: /v1/datasets/{datasetRid}/branches/{branchId}\n */\nexport function deleteBranch($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteBranch, ...args);\n}\nconst _listBranches = [0, \"/v1/datasets/{0}/branches\", 2];\n/**\n * Lists the Branches of a Dataset.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.\n *\n * @public\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}/branches\n */\nexport function listBranches($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _listBranches, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,aAAa,GAAG,CAAC,CAAC,EAAE,2BAA2B,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,YAAYA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACxC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,aAAa,EAAE,GAAGG,IAAI,CAAC;AAC9D;AACA,MAAMC,UAAU,GAAG,CAAC,CAAC,EAAE,+BAA+B,CAAC;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACrC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,UAAU,EAAE,GAAGD,IAAI,CAAC;AAC3D;AACA,MAAMG,aAAa,GAAG,CAAC,CAAC,EAAE,+BAA+B,CAAC;AAC1D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,YAAYA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EACxC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,aAAa,EAAE,GAAGH,IAAI,CAAC;AAC9D;AACA,MAAMK,aAAa,GAAG,CAAC,CAAC,EAAE,2BAA2B,EAAE,CAAC,CAAC;AACzD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,YAAYA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EACxC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,aAAa,EAAE,GAAGL,IAAI,CAAC;AAC9D","ignoreList":[]}
@@ -0,0 +1,97 @@
1
+ import type * as _Core from "@osdk/internal.foundry.core";
2
+ import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
+ import type * as _Datasets from "../_components.js";
4
+ /**
5
+ * Creates a new Dataset. A default branch - `master` for most enrollments - will be created on the Dataset.
6
+ *
7
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.
8
+ *
9
+ * @public
10
+ *
11
+ * Required Scopes: [api:datasets-write]
12
+ * URL: /v1/datasets
13
+ */
14
+ export declare function createDataset($ctx: $Client | $ClientContext, ...args: [$body: _Datasets.CreateDatasetRequest]): Promise<_Datasets.Dataset>;
15
+ /**
16
+ * Gets the Dataset with the given DatasetRid.
17
+ *
18
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
19
+ *
20
+ * @public
21
+ *
22
+ * Required Scopes: [api:datasets-read]
23
+ * URL: /v1/datasets/{datasetRid}
24
+ */
25
+ export declare function getDataset($ctx: $Client | $ClientContext, ...args: [datasetRid: _Datasets.DatasetRid]): Promise<_Datasets.Dataset>;
26
+ /**
27
+ * Gets the content of a dataset as a table in the specified format.
28
+ *
29
+ * This endpoint currently does not support views (Virtual datasets composed of other datasets).
30
+ *
31
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
32
+ *
33
+ * @public
34
+ *
35
+ * Required Scopes: [api:datasets-read]
36
+ * URL: /v1/datasets/{datasetRid}/readTable
37
+ */
38
+ export declare function readTable($ctx: $Client | $ClientContext, ...args: [
39
+ datasetRid: _Datasets.DatasetRid,
40
+ $queryParams: {
41
+ branchId?: _Datasets.BranchId | undefined;
42
+ startTransactionRid?: _Datasets.TransactionRid | undefined;
43
+ endTransactionRid?: _Datasets.TransactionRid | undefined;
44
+ format: _Datasets.TableExportFormat;
45
+ columns: Array<string>;
46
+ rowLimit?: number | undefined;
47
+ }
48
+ ]): Promise<Blob>;
49
+ /**
50
+ * Puts a Schema on an existing Dataset and Branch.
51
+ *
52
+ * @alpha
53
+ *
54
+ * Required Scopes: [api:datasets-write]
55
+ * URL: /v1/datasets/{datasetRid}/schema
56
+ */
57
+ export declare function putSchema($ctx: $Client | $ClientContext, ...args: [
58
+ datasetRid: _Datasets.DatasetRid,
59
+ $body: any,
60
+ $queryParams?: {
61
+ branchId?: _Datasets.BranchId | undefined;
62
+ preview?: _Core.PreviewMode | undefined;
63
+ }
64
+ ]): Promise<void>;
65
+ /**
66
+ * Retrieves the Schema for a Dataset and Branch, if it exists.
67
+ *
68
+ * @alpha
69
+ *
70
+ * Required Scopes: [api:datasets-read]
71
+ * URL: /v1/datasets/{datasetRid}/schema
72
+ */
73
+ export declare function getSchema($ctx: $Client | $ClientContext, ...args: [
74
+ datasetRid: _Datasets.DatasetRid,
75
+ $queryParams?: {
76
+ branchId?: _Datasets.BranchId | undefined;
77
+ transactionRid?: _Datasets.TransactionRid | undefined;
78
+ preview?: _Core.PreviewMode | undefined;
79
+ }
80
+ ]): Promise<any | undefined>;
81
+ /**
82
+ * Deletes the Schema from a Dataset and Branch.
83
+ *
84
+ * @alpha
85
+ *
86
+ * Required Scopes: [api:datasets-write]
87
+ * URL: /v1/datasets/{datasetRid}/schema
88
+ */
89
+ export declare function deleteSchema($ctx: $Client | $ClientContext, ...args: [
90
+ datasetRid: _Datasets.DatasetRid,
91
+ $queryParams?: {
92
+ branchId?: _Datasets.BranchId | undefined;
93
+ transactionRid?: _Datasets.TransactionRid | undefined;
94
+ preview?: _Core.PreviewMode | undefined;
95
+ }
96
+ ]): Promise<void>;
97
+ //# sourceMappingURL=Dataset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dataset.d.ts","sourceRoot":"","sources":["../../../src/public/Dataset.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAQpD;;;;;;;;;GASG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC,oBAAoB,CAAC,GAC/C,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,CAE5B;AAMD;;;;;;;;;GASG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC,UAAU,CAAC,GAC1C,OAAO,CAAC,SAAS,CAAC,OAAO,CAAC,CAE5B;AAgBD;;;;;;;;;;;GAWG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAEhC,YAAY,EAAE;QACZ,QAAQ,CAAC,EAAE,SAAS,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC1C,mBAAmB,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,SAAS,CAAC;QAC3D,iBAAiB,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,SAAS,CAAC;QACzD,MAAM,EAAE,SAAS,CAAC,iBAAiB,CAAC;QACpC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;KAC/B;CACF,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;;;GAOG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAChC,KAAK,EAAE,GAAG;IACV,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,SAAS,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC1C,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;;;GAOG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAEhC,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,SAAS,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC1C,cAAc,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,SAAS,CAAC;QACtD,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,GAAG,GAAG,SAAS,CAAC,CAE1B;AAaD;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAEhC,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,SAAS,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC1C,cAAc,CAAC,EAAE,SAAS,CAAC,cAAc,GAAG,SAAS,CAAC;QACtD,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,IAAI,CAAC,CAEf"}
@@ -1,4 +1,98 @@
1
- export { createDataset, deleteSchema, getDataset, getSchema, putSchema, readTable } from '../chunk-EDFN5GXZ.js';
2
- import '../chunk-PZ5AY32C.js';
3
- //# sourceMappingURL=Dataset.js.map
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
+ import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
+ //
18
+ const _createDataset = [1, "/v1/datasets", 1];
19
+ /**
20
+ * Creates a new Dataset. A default branch - `master` for most enrollments - will be created on the Dataset.
21
+ *
22
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.
23
+ *
24
+ * @public
25
+ *
26
+ * Required Scopes: [api:datasets-write]
27
+ * URL: /v1/datasets
28
+ */
29
+ export function createDataset($ctx, ...args) {
30
+ return $foundryPlatformFetch($ctx, _createDataset, ...args);
31
+ }
32
+ const _getDataset = [0, "/v1/datasets/{0}"];
33
+ /**
34
+ * Gets the Dataset with the given DatasetRid.
35
+ *
36
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
37
+ *
38
+ * @public
39
+ *
40
+ * Required Scopes: [api:datasets-read]
41
+ * URL: /v1/datasets/{datasetRid}
42
+ */
43
+ export function getDataset($ctx, ...args) {
44
+ return $foundryPlatformFetch($ctx, _getDataset, ...args);
45
+ }
46
+ const _readTable = [0, "/v1/datasets/{0}/readTable", 2,, "*/*"];
47
+ /**
48
+ * Gets the content of a dataset as a table in the specified format.
49
+ *
50
+ * This endpoint currently does not support views (Virtual datasets composed of other datasets).
51
+ *
52
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
53
+ *
54
+ * @public
55
+ *
56
+ * Required Scopes: [api:datasets-read]
57
+ * URL: /v1/datasets/{datasetRid}/readTable
58
+ */
59
+ export function readTable($ctx, ...args) {
60
+ return $foundryPlatformFetch($ctx, _readTable, ...args);
61
+ }
62
+ const _putSchema = [2, "/v1/datasets/{0}/schema", 3];
63
+ /**
64
+ * Puts a Schema on an existing Dataset and Branch.
65
+ *
66
+ * @alpha
67
+ *
68
+ * Required Scopes: [api:datasets-write]
69
+ * URL: /v1/datasets/{datasetRid}/schema
70
+ */
71
+ export function putSchema($ctx, ...args) {
72
+ return $foundryPlatformFetch($ctx, _putSchema, ...args);
73
+ }
74
+ const _getSchema = [0, "/v1/datasets/{0}/schema", 2];
75
+ /**
76
+ * Retrieves the Schema for a Dataset and Branch, if it exists.
77
+ *
78
+ * @alpha
79
+ *
80
+ * Required Scopes: [api:datasets-read]
81
+ * URL: /v1/datasets/{datasetRid}/schema
82
+ */
83
+ export function getSchema($ctx, ...args) {
84
+ return $foundryPlatformFetch($ctx, _getSchema, ...args);
85
+ }
86
+ const _deleteSchema = [3, "/v1/datasets/{0}/schema", 2];
87
+ /**
88
+ * Deletes the Schema from a Dataset and Branch.
89
+ *
90
+ * @alpha
91
+ *
92
+ * Required Scopes: [api:datasets-write]
93
+ * URL: /v1/datasets/{datasetRid}/schema
94
+ */
95
+ export function deleteSchema($ctx, ...args) {
96
+ return $foundryPlatformFetch($ctx, _deleteSchema, ...args);
97
+ }
4
98
  //# sourceMappingURL=Dataset.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"Dataset.js"}
1
+ {"version":3,"file":"Dataset.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_createDataset","createDataset","$ctx","args","_getDataset","getDataset","_readTable","readTable","_putSchema","putSchema","_getSchema","getSchema","_deleteSchema","deleteSchema"],"sources":["Dataset.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 */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _createDataset = [1, \"/v1/datasets\", 1];\n/**\n * Creates a new Dataset. A default branch - `master` for most enrollments - will be created on the Dataset.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.\n *\n * @public\n *\n * Required Scopes: [api:datasets-write]\n * URL: /v1/datasets\n */\nexport function createDataset($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _createDataset, ...args);\n}\nconst _getDataset = [0, \"/v1/datasets/{0}\"];\n/**\n * Gets the Dataset with the given DatasetRid.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.\n *\n * @public\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}\n */\nexport function getDataset($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getDataset, ...args);\n}\nconst _readTable = [0, \"/v1/datasets/{0}/readTable\", 2, , \"*/*\"];\n/**\n * Gets the content of a dataset as a table in the specified format.\n *\n * This endpoint currently does not support views (Virtual datasets composed of other datasets).\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.\n *\n * @public\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}/readTable\n */\nexport function readTable($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _readTable, ...args);\n}\nconst _putSchema = [2, \"/v1/datasets/{0}/schema\", 3];\n/**\n * Puts a Schema on an existing Dataset and Branch.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-write]\n * URL: /v1/datasets/{datasetRid}/schema\n */\nexport function putSchema($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _putSchema, ...args);\n}\nconst _getSchema = [0, \"/v1/datasets/{0}/schema\", 2];\n/**\n * Retrieves the Schema for a Dataset and Branch, if it exists.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}/schema\n */\nexport function getSchema($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getSchema, ...args);\n}\nconst _deleteSchema = [3, \"/v1/datasets/{0}/schema\", 2];\n/**\n * Deletes the Schema from a Dataset and Branch.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-write]\n * URL: /v1/datasets/{datasetRid}/schema\n */\nexport function deleteSchema($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteSchema, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,cAAc,GAAG,CAAC,CAAC,EAAE,cAAc,EAAE,CAAC,CAAC;AAC7C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,cAAc,EAAE,GAAGG,IAAI,CAAC;AAC/D;AACA,MAAMC,WAAW,GAAG,CAAC,CAAC,EAAE,kBAAkB,CAAC;AAC3C;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,UAAUA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACtC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,WAAW,EAAE,GAAGD,IAAI,CAAC;AAC5D;AACA,MAAMG,UAAU,GAAG,CAAC,CAAC,EAAE,4BAA4B,EAAE,CAAC,GAAI,KAAK,CAAC;AAChE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EACrC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,UAAU,EAAE,GAAGH,IAAI,CAAC;AAC3D;AACA,MAAMK,UAAU,GAAG,CAAC,CAAC,EAAE,yBAAyB,EAAE,CAAC,CAAC;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EACrC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,UAAU,EAAE,GAAGL,IAAI,CAAC;AAC3D;AACA,MAAMO,UAAU,GAAG,CAAC,CAAC,EAAE,yBAAyB,EAAE,CAAC,CAAC;AACpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EACrC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,UAAU,EAAE,GAAGP,IAAI,CAAC;AAC3D;AACA,MAAMS,aAAa,GAAG,CAAC,CAAC,EAAE,yBAAyB,EAAE,CAAC,CAAC;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,YAAYA,CAACX,IAAI,EAAE,GAAGC,IAAI,EAAE;EACxC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEU,aAAa,EAAE,GAAGT,IAAI,CAAC;AAC9D","ignoreList":[]}
@@ -0,0 +1,196 @@
1
+ import type * as _Core from "@osdk/internal.foundry.core";
2
+ import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client";
3
+ import type * as _Datasets from "../_components.js";
4
+ /**
5
+ * Lists Files contained in a Dataset. By default files are listed on the latest view of the default
6
+ * branch - `master` for most enrollments.
7
+ *
8
+ * #### Advanced Usage
9
+ *
10
+ * See [Datasets Core Concepts](https://www.palantir.com/docs/foundry/data-integration/datasets/) for details on using branches and transactions.
11
+ *
12
+ * To **list files on a specific Branch** specify the Branch's identifier as `branchId`. This will include the most
13
+ * recent version of all files since the latest snapshot transaction, or the earliest ancestor transaction of the
14
+ * branch if there are no snapshot transactions.
15
+ *
16
+ * To **list files on the resolved view of a transaction** specify the Transaction's resource identifier
17
+ * as `endTransactionRid`. This will include the most recent version of all files since the latest snapshot
18
+ * transaction, or the earliest ancestor transaction if there are no snapshot transactions.
19
+ *
20
+ * To **list files on the resolved view of a range of transactions** specify the the start transaction's resource
21
+ * identifier as `startTransactionRid` and the end transaction's resource identifier as `endTransactionRid`. This
22
+ * will include the most recent version of all files since the `startTransactionRid` up to the `endTransactionRid`.
23
+ * Note that an intermediate snapshot transaction will remove all files from the view. Behavior is undefined when
24
+ * the start and end transactions do not belong to the same root-to-leaf path.
25
+ *
26
+ * To **list files on a specific transaction** specify the Transaction's resource identifier as both the
27
+ * `startTransactionRid` and `endTransactionRid`. This will include only files that were modified as part of that
28
+ * Transaction.
29
+ *
30
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
31
+ *
32
+ * @public
33
+ *
34
+ * Required Scopes: [api:datasets-read]
35
+ * URL: /v1/datasets/{datasetRid}/files
36
+ */
37
+ export declare function listFiles($ctx: $Client | $ClientContext, ...args: [
38
+ datasetRid: _Datasets.DatasetRid,
39
+ $queryParams?: {
40
+ branchId?: _Datasets.BranchId | undefined;
41
+ startTransactionRid?: _Datasets.TransactionRid | undefined;
42
+ endTransactionRid?: _Datasets.TransactionRid | undefined;
43
+ pageSize?: _Core.PageSize | undefined;
44
+ pageToken?: _Core.PageToken | undefined;
45
+ }
46
+ ]): Promise<_Datasets.ListFilesResponse>;
47
+ /**
48
+ * Uploads a File to an existing Dataset.
49
+ * The body of the request must contain the binary content of the file and the `Content-Type` header must be `application/octet-stream`.
50
+ *
51
+ * By default the file is uploaded to a new transaction on the default branch - `master` for most enrollments.
52
+ * If the file already exists only the most recent version will be visible in the updated view.
53
+ *
54
+ * #### Advanced Usage
55
+ *
56
+ * See [Datasets Core Concepts](https://www.palantir.com/docs/foundry/data-integration/datasets/) for details on using branches and transactions.
57
+ *
58
+ * To **upload a file to a specific Branch** specify the Branch's identifier as `branchId`. A new transaction will
59
+ * be created and committed on this branch. By default the TransactionType will be `UPDATE`, to override this
60
+ * default specify `transactionType` in addition to `branchId`.
61
+ * See [createBranch](https://www.palantir.com/docs/foundry/api/datasets-resources/branches/create-branch/) to create a custom branch.
62
+ *
63
+ * To **upload a file on a manually opened transaction** specify the Transaction's resource identifier as
64
+ * `transactionRid`. This is useful for uploading multiple files in a single transaction.
65
+ * See [createTransaction](https://www.palantir.com/docs/foundry/api/datasets-resources/transactions/create-transaction/) to open a transaction.
66
+ *
67
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.
68
+ *
69
+ * @public
70
+ *
71
+ * Required Scopes: [api:datasets-write]
72
+ * URL: /v1/datasets/{datasetRid}/files:upload
73
+ */
74
+ export declare function uploadFile($ctx: $Client | $ClientContext, ...args: [
75
+ datasetRid: _Datasets.DatasetRid,
76
+ $body: Blob,
77
+ $queryParams: {
78
+ filePath: _Core.FilePath;
79
+ branchId?: _Datasets.BranchId | undefined;
80
+ transactionType?: _Datasets.TransactionType | undefined;
81
+ transactionRid?: _Datasets.TransactionRid | undefined;
82
+ }
83
+ ]): Promise<_Datasets.File>;
84
+ /**
85
+ * Gets metadata about a File contained in a Dataset. By default this retrieves the file's metadata from the latest
86
+ * view of the default branch - `master` for most enrollments.
87
+ *
88
+ * #### Advanced Usage
89
+ *
90
+ * See [Datasets Core Concepts](https://www.palantir.com/docs/foundry/data-integration/datasets/) for details on using branches and transactions.
91
+ *
92
+ * To **get a file's metadata from a specific Branch** specify the Branch's identifier as `branchId`. This will
93
+ * retrieve metadata for the most recent version of the file since the latest snapshot transaction, or the earliest
94
+ * ancestor transaction of the branch if there are no snapshot transactions.
95
+ *
96
+ * To **get a file's metadata from the resolved view of a transaction** specify the Transaction's resource identifier
97
+ * as `endTransactionRid`. This will retrieve metadata for the most recent version of the file since the latest snapshot
98
+ * transaction, or the earliest ancestor transaction if there are no snapshot transactions.
99
+ *
100
+ * To **get a file's metadata from the resolved view of a range of transactions** specify the the start transaction's
101
+ * resource identifier as `startTransactionRid` and the end transaction's resource identifier as `endTransactionRid`.
102
+ * This will retrieve metadata for the most recent version of the file since the `startTransactionRid` up to the
103
+ * `endTransactionRid`. Behavior is undefined when the start and end transactions do not belong to the same root-to-leaf path.
104
+ *
105
+ * To **get a file's metadata from a specific transaction** specify the Transaction's resource identifier as both the
106
+ * `startTransactionRid` and `endTransactionRid`.
107
+ *
108
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
109
+ *
110
+ * @public
111
+ *
112
+ * Required Scopes: [api:datasets-read]
113
+ * URL: /v1/datasets/{datasetRid}/files/{filePath}
114
+ */
115
+ export declare function getFileMetadata($ctx: $Client | $ClientContext, ...args: [
116
+ datasetRid: _Datasets.DatasetRid,
117
+ filePath: _Core.FilePath,
118
+ $queryParams?: {
119
+ branchId?: _Datasets.BranchId | undefined;
120
+ startTransactionRid?: _Datasets.TransactionRid | undefined;
121
+ endTransactionRid?: _Datasets.TransactionRid | undefined;
122
+ }
123
+ ]): Promise<_Datasets.File>;
124
+ /**
125
+ * Deletes a File from a Dataset. By default the file is deleted in a new transaction on the default
126
+ * branch - `master` for most enrollments. The file will still be visible on historical views.
127
+ *
128
+ * #### Advanced Usage
129
+ *
130
+ * See [Datasets Core Concepts](https://www.palantir.com/docs/foundry/data-integration/datasets/) for details on using branches and transactions.
131
+ *
132
+ * To **delete a File from a specific Branch** specify the Branch's identifier as `branchId`. A new delete Transaction
133
+ * will be created and committed on this branch.
134
+ *
135
+ * To **delete a File using a manually opened Transaction**, specify the Transaction's resource identifier
136
+ * as `transactionRid`. The transaction must be of type `DELETE`. This is useful for deleting multiple files in a
137
+ * single transaction. See [createTransaction](https://www.palantir.com/docs/foundry/api/datasets-resources/transactions/create-transaction/) to
138
+ * open a transaction.
139
+ *
140
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.
141
+ *
142
+ * @public
143
+ *
144
+ * Required Scopes: [api:datasets-write]
145
+ * URL: /v1/datasets/{datasetRid}/files/{filePath}
146
+ */
147
+ export declare function deleteFile($ctx: $Client | $ClientContext, ...args: [
148
+ datasetRid: _Datasets.DatasetRid,
149
+ filePath: _Core.FilePath,
150
+ $queryParams?: {
151
+ branchId?: _Datasets.BranchId | undefined;
152
+ transactionRid?: _Datasets.TransactionRid | undefined;
153
+ }
154
+ ]): Promise<void>;
155
+ /**
156
+ * Gets the content of a File contained in a Dataset. By default this retrieves the file's content from the latest
157
+ * view of the default branch - `master` for most enrollments.
158
+ *
159
+ * #### Advanced Usage
160
+ *
161
+ * See [Datasets Core Concepts](https://www.palantir.com/docs/foundry/data-integration/datasets/) for details on using branches and transactions.
162
+ *
163
+ * To **get a file's content from a specific Branch** specify the Branch's identifier as `branchId`. This will
164
+ * retrieve the content for the most recent version of the file since the latest snapshot transaction, or the
165
+ * earliest ancestor transaction of the branch if there are no snapshot transactions.
166
+ *
167
+ * To **get a file's content from the resolved view of a transaction** specify the Transaction's resource identifier
168
+ * as `endTransactionRid`. This will retrieve the content for the most recent version of the file since the latest
169
+ * snapshot transaction, or the earliest ancestor transaction if there are no snapshot transactions.
170
+ *
171
+ * To **get a file's content from the resolved view of a range of transactions** specify the the start transaction's
172
+ * resource identifier as `startTransactionRid` and the end transaction's resource identifier as `endTransactionRid`.
173
+ * This will retrieve the content for the most recent version of the file since the `startTransactionRid` up to the
174
+ * `endTransactionRid`. Note that an intermediate snapshot transaction will remove all files from the view. Behavior
175
+ * is undefined when the start and end transactions do not belong to the same root-to-leaf path.
176
+ *
177
+ * To **get a file's content from a specific transaction** specify the Transaction's resource identifier as both the
178
+ * `startTransactionRid` and `endTransactionRid`.
179
+ *
180
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
181
+ *
182
+ * @public
183
+ *
184
+ * Required Scopes: [api:datasets-read]
185
+ * URL: /v1/datasets/{datasetRid}/files/{filePath}/content
186
+ */
187
+ export declare function getFileContent($ctx: $Client | $ClientContext, ...args: [
188
+ datasetRid: _Datasets.DatasetRid,
189
+ filePath: _Core.FilePath,
190
+ $queryParams?: {
191
+ branchId?: _Datasets.BranchId | undefined;
192
+ startTransactionRid?: _Datasets.TransactionRid | undefined;
193
+ endTransactionRid?: _Datasets.TransactionRid | undefined;
194
+ }
195
+ ]): Promise<Blob>;
196
+ //# sourceMappingURL=File.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"File.d.ts","sourceRoot":"","sources":["../../../src/public/File.ts"],"names":[],"mappings":"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"}