@osdk/internal.foundry.datasets 0.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.
Files changed (74) hide show
  1. package/README.md +8 -0
  2. package/build/js/chunk-2E247IDS.cjs +49 -0
  3. package/build/js/chunk-2E247IDS.cjs.map +1 -0
  4. package/build/js/chunk-4HRQI2BF.mjs +41 -0
  5. package/build/js/chunk-4HRQI2BF.mjs.map +1 -0
  6. package/build/js/chunk-6WJVFXJ5.cjs +37 -0
  7. package/build/js/chunk-6WJVFXJ5.cjs.map +1 -0
  8. package/build/js/chunk-7G2FSZUY.cjs +11 -0
  9. package/build/js/chunk-7G2FSZUY.cjs.map +1 -0
  10. package/build/js/chunk-IALX7SX5.browser.mjs +31 -0
  11. package/build/js/chunk-IALX7SX5.browser.mjs.map +1 -0
  12. package/build/js/chunk-IUYGE3JC.mjs +31 -0
  13. package/build/js/chunk-IUYGE3JC.mjs.map +1 -0
  14. package/build/js/chunk-K33UE6AZ.cjs +37 -0
  15. package/build/js/chunk-K33UE6AZ.cjs.map +1 -0
  16. package/build/js/chunk-K7WWAXUN.browser.mjs +41 -0
  17. package/build/js/chunk-K7WWAXUN.browser.mjs.map +1 -0
  18. package/build/js/chunk-NUEVTLKM.mjs +31 -0
  19. package/build/js/chunk-NUEVTLKM.mjs.map +1 -0
  20. package/build/js/chunk-PTK6LRNS.browser.mjs +36 -0
  21. package/build/js/chunk-PTK6LRNS.browser.mjs.map +1 -0
  22. package/build/js/chunk-R2RMUNCR.browser.mjs +9 -0
  23. package/build/js/chunk-R2RMUNCR.browser.mjs.map +1 -0
  24. package/build/js/chunk-USXV5CII.browser.mjs +31 -0
  25. package/build/js/chunk-USXV5CII.browser.mjs.map +1 -0
  26. package/build/js/chunk-UXZSFFA3.cjs +43 -0
  27. package/build/js/chunk-UXZSFFA3.cjs.map +1 -0
  28. package/build/js/chunk-ZLIMIZXC.mjs +36 -0
  29. package/build/js/chunk-ZLIMIZXC.mjs.map +1 -0
  30. package/build/js/chunk-ZSTKOCBT.mjs +9 -0
  31. package/build/js/chunk-ZSTKOCBT.mjs.map +1 -0
  32. package/build/js/index.browser.mjs +7 -0
  33. package/build/js/index.browser.mjs.map +1 -0
  34. package/build/js/index.cjs +28 -0
  35. package/build/js/index.cjs.map +1 -0
  36. package/build/js/index.mjs +7 -0
  37. package/build/js/index.mjs.map +1 -0
  38. package/build/js/public/Branch.browser.mjs +4 -0
  39. package/build/js/public/Branch.browser.mjs.map +1 -0
  40. package/build/js/public/Branch.cjs +25 -0
  41. package/build/js/public/Branch.cjs.map +1 -0
  42. package/build/js/public/Branch.mjs +4 -0
  43. package/build/js/public/Branch.mjs.map +1 -0
  44. package/build/js/public/Dataset.browser.mjs +4 -0
  45. package/build/js/public/Dataset.browser.mjs.map +1 -0
  46. package/build/js/public/Dataset.cjs +33 -0
  47. package/build/js/public/Dataset.cjs.map +1 -0
  48. package/build/js/public/Dataset.mjs +4 -0
  49. package/build/js/public/Dataset.mjs.map +1 -0
  50. package/build/js/public/File.browser.mjs +4 -0
  51. package/build/js/public/File.browser.mjs.map +1 -0
  52. package/build/js/public/File.cjs +29 -0
  53. package/build/js/public/File.cjs.map +1 -0
  54. package/build/js/public/File.mjs +4 -0
  55. package/build/js/public/File.mjs.map +1 -0
  56. package/build/js/public/Transaction.browser.mjs +4 -0
  57. package/build/js/public/Transaction.browser.mjs.map +1 -0
  58. package/build/js/public/Transaction.cjs +25 -0
  59. package/build/js/public/Transaction.cjs.map +1 -0
  60. package/build/js/public/Transaction.mjs +4 -0
  61. package/build/js/public/Transaction.mjs.map +1 -0
  62. package/build/types/_components.d.ts +113 -0
  63. package/build/types/_components.d.ts.map +1 -0
  64. package/build/types/index.d.ts +6 -0
  65. package/build/types/index.d.ts.map +1 -0
  66. package/build/types/public/Branch.d.ts +46 -0
  67. package/build/types/public/Branch.d.ts.map +1 -0
  68. package/build/types/public/Dataset.d.ts +85 -0
  69. package/build/types/public/Dataset.d.ts.map +1 -0
  70. package/build/types/public/File.d.ts +185 -0
  71. package/build/types/public/File.d.ts.map +1 -0
  72. package/build/types/public/Transaction.d.ts +48 -0
  73. package/build/types/public/Transaction.d.ts.map +1 -0
  74. package/package.json +65 -0
@@ -0,0 +1,36 @@
1
+ import { __export } from './chunk-ZSTKOCBT.mjs';
2
+ import { foundryPlatformFetch } from '@osdk/shared.net';
3
+
4
+ // src/public/File.ts
5
+ var File_exports = {};
6
+ __export(File_exports, {
7
+ deleteFile: () => deleteFile,
8
+ getFileContent: () => getFileContent,
9
+ getFileMetadata: () => getFileMetadata,
10
+ listFiles: () => listFiles,
11
+ uploadFile: () => uploadFile
12
+ });
13
+ var _listFiles = [0, "/v1/datasets/{0}/files", 2];
14
+ function listFiles($ctx, ...args) {
15
+ return foundryPlatformFetch($ctx, _listFiles, ...args);
16
+ }
17
+ var _uploadFile = [1, "/v1/datasets/{0}/files:upload", 2, "*/*"];
18
+ function uploadFile($ctx, ...args) {
19
+ return foundryPlatformFetch($ctx, _uploadFile, ...args);
20
+ }
21
+ var _getFileMetadata = [0, "/v1/datasets/{0}/files/{1}", 2];
22
+ function getFileMetadata($ctx, ...args) {
23
+ return foundryPlatformFetch($ctx, _getFileMetadata, ...args);
24
+ }
25
+ var _deleteFile = [3, "/v1/datasets/{0}/files/{1}", 2];
26
+ function deleteFile($ctx, ...args) {
27
+ return foundryPlatformFetch($ctx, _deleteFile, ...args);
28
+ }
29
+ var _getFileContent = [0, "/v1/datasets/{0}/files/{1}/content", 2, , "*/*"];
30
+ function getFileContent($ctx, ...args) {
31
+ return foundryPlatformFetch($ctx, _getFileContent, ...args);
32
+ }
33
+
34
+ export { File_exports, deleteFile, getFileContent, getFileMetadata, listFiles, uploadFile };
35
+ //# sourceMappingURL=out.js.map
36
+ //# sourceMappingURL=chunk-ZLIMIZXC.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/public/File.ts"],"names":[],"mappings":";;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA,SAAS,wBAAwB,6BAA6B;AAG9D,IAAM,aAAa,CAAC,GAAG,0BAA0B,CAAC;AAiC3C,SAAS,UAAU,SAAS,MAAM;AACvC,SAAO,sBAAsB,MAAM,YAAY,GAAG,IAAI;AACxD;AACA,IAAM,cAAc,CAAC,GAAG,iCAAiC,GAAG,KAAK;AA2B1D,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,mBAAmB,CAAC,GAAG,8BAA8B,CAAC;AA+BrD,SAAS,gBAAgB,SAAS,MAAM;AAC7C,SAAO,sBAAsB,MAAM,kBAAkB,GAAG,IAAI;AAC9D;AACA,IAAM,cAAc,CAAC,GAAG,8BAA8B,CAAC;AAuBhD,SAAS,WAAW,SAAS,MAAM;AACxC,SAAO,sBAAsB,MAAM,aAAa,GAAG,IAAI;AACzD;AACA,IAAM,kBAAkB,CAAC,GAAG,sCAAsC,GAAE,EAAE,KAAK;AAgCpE,SAAS,eAAe,SAAS,MAAM;AAC5C,SAAO,sBAAsB,MAAM,iBAAiB,GAAG,IAAI;AAC7D","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 */\n\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net\";\n//\n\nconst _listFiles = [0, \"/v1/datasets/{0}/files\", 2];\n\n/**\n * Lists Files contained in a Dataset. By default files are listed on the latest view of the default\n * branch - `master` for most enrollments.\n *\n * #### Advanced Usage\n *\n * See [Datasets Core Concepts](/docs/foundry/data-integration/datasets/) for details on using branches and transactions.\n *\n * To **list files on a specific Branch** specify the Branch's identifier as `branchId`. This will include the most\n * recent version of all files since the latest snapshot transaction, or the earliest ancestor transaction of the\n * branch if there are no snapshot transactions.\n *\n * To **list files on the resolved view of a transaction** specify the Transaction's resource identifier\n * as `endTransactionRid`. This will include the most recent version of all files since the latest snapshot\n * transaction, or the earliest ancestor transaction if there are no snapshot transactions.\n *\n * To **list files on the resolved view of a range of transactions** specify the the start transaction's resource\n * identifier as `startTransactionRid` and the end transaction's resource identifier as `endTransactionRid`. This\n * will include the most recent version of all files since the `startTransactionRid` up to the `endTransactionRid`.\n * Note that an intermediate snapshot transaction will remove all files from the view. Behavior is undefined when\n * the start and end transactions do not belong to the same root-to-leaf path.\n *\n * To **list files on a specific transaction** specify the Transaction's resource identifier as both the\n * `startTransactionRid` and `endTransactionRid`. This will include only files that were modified as part of that\n * Transaction.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}/files\n */\nexport function listFiles($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _listFiles, ...args);\n}\nconst _uploadFile = [1, \"/v1/datasets/{0}/files:upload\", 2, \"*/*\"];\n\n/**\n * Uploads a File to an existing Dataset.\n * The body of the request must contain the binary content of the file and the `Content-Type` header must be `application/octet-stream`.\n *\n * By default the file is uploaded to a new transaction on the default branch - `master` for most enrollments.\n * If the file already exists only the most recent version will be visible in the updated view.\n *\n * #### Advanced Usage\n *\n * See [Datasets Core Concepts](/docs/foundry/data-integration/datasets/) for details on using branches and transactions.\n *\n * To **upload a file to a specific Branch** specify the Branch's identifier as `branchId`. A new transaction will\n * be created and committed on this branch. By default the TransactionType will be `UPDATE`, to override this\n * default specify `transactionType` in addition to `branchId`.\n * See [createBranch](/docs/foundry/api/datasets-resources/branches/create-branch/) to create a custom branch.\n *\n * To **upload a file on a manually opened transaction** specify the Transaction's resource identifier as\n * `transactionRid`. This is useful for uploading multiple files in a single transaction.\n * See [createTransaction](/docs/foundry/api/datasets-resources/transactions/create-transaction/) to open a transaction.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.\n *\n * Required Scopes: [api:datasets-write]\n * URL: /v1/datasets/{datasetRid}/files:upload\n */\nexport function uploadFile($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _uploadFile, ...args);\n}\nconst _getFileMetadata = [0, \"/v1/datasets/{0}/files/{1}\", 2];\n\n/**\n * Gets metadata about a File contained in a Dataset. By default this retrieves the file's metadata from the latest\n * view of the default branch - `master` for most enrollments.\n *\n * #### Advanced Usage\n *\n * See [Datasets Core Concepts](/docs/foundry/data-integration/datasets/) for details on using branches and transactions.\n *\n * To **get a file's metadata from a specific Branch** specify the Branch's identifier as `branchId`. This will\n * retrieve metadata for the most recent version of the file since the latest snapshot transaction, or the earliest\n * ancestor transaction of the branch if there are no snapshot transactions.\n *\n * To **get a file's metadata from the resolved view of a transaction** specify the Transaction's resource identifier\n * as `endTransactionRid`. This will retrieve metadata for the most recent version of the file since the latest snapshot\n * transaction, or the earliest ancestor transaction if there are no snapshot transactions.\n *\n * To **get a file's metadata from the resolved view of a range of transactions** specify the the start transaction's\n * resource identifier as `startTransactionRid` and the end transaction's resource identifier as `endTransactionRid`.\n * This will retrieve metadata for the most recent version of the file since the `startTransactionRid` up to the\n * `endTransactionRid`. Behavior is undefined when the start and end transactions do not belong to the same root-to-leaf path.\n *\n * To **get a file's metadata from a specific transaction** specify the Transaction's resource identifier as both the\n * `startTransactionRid` and `endTransactionRid`.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}/files/{filePath}\n */\nexport function getFileMetadata($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getFileMetadata, ...args);\n}\nconst _deleteFile = [3, \"/v1/datasets/{0}/files/{1}\", 2];\n\n/**\n * Deletes a File from a Dataset. By default the file is deleted in a new transaction on the default\n * branch - `master` for most enrollments. The file will still be visible on historical views.\n *\n * #### Advanced Usage\n *\n * See [Datasets Core Concepts](/docs/foundry/data-integration/datasets/) for details on using branches and transactions.\n *\n * To **delete a File from a specific Branch** specify the Branch's identifier as `branchId`. A new delete Transaction\n * will be created and committed on this branch.\n *\n * To **delete a File using a manually opened Transaction**, specify the Transaction's resource identifier\n * as `transactionRid`. The transaction must be of type `DELETE`. This is useful for deleting multiple files in a\n * single transaction. See [createTransaction](/docs/foundry/api/datasets-resources/transactions/create-transaction/) to\n * open a transaction.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.\n *\n * Required Scopes: [api:datasets-write]\n * URL: /v1/datasets/{datasetRid}/files/{filePath}\n */\nexport function deleteFile($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteFile, ...args);\n}\nconst _getFileContent = [0, \"/v1/datasets/{0}/files/{1}/content\", 2,, \"*/*\"];\n\n/**\n * Gets the content of a File contained in a Dataset. By default this retrieves the file's content from the latest\n * view of the default branch - `master` for most enrollments.\n *\n * #### Advanced Usage\n *\n * See [Datasets Core Concepts](/docs/foundry/data-integration/datasets/) for details on using branches and transactions.\n *\n * To **get a file's content from a specific Branch** specify the Branch's identifier as `branchId`. This will\n * retrieve the content for the most recent version of the file since the latest snapshot transaction, or the\n * earliest ancestor transaction of the branch if there are no snapshot transactions.\n *\n * To **get a file's content from the resolved view of a transaction** specify the Transaction's resource identifier\n * as `endTransactionRid`. This will retrieve the content for the most recent version of the file since the latest\n * snapshot transaction, or the earliest ancestor transaction if there are no snapshot transactions.\n *\n * To **get a file's content from the resolved view of a range of transactions** specify the the start transaction's\n * resource identifier as `startTransactionRid` and the end transaction's resource identifier as `endTransactionRid`.\n * This will retrieve the content for the most recent version of the file since the `startTransactionRid` up to the\n * `endTransactionRid`. Note that an intermediate snapshot transaction will remove all files from the view. Behavior\n * is undefined when the start and end transactions do not belong to the same root-to-leaf path.\n *\n * To **get a file's content from a specific transaction** specify the Transaction's resource identifier as both the\n * `startTransactionRid` and `endTransactionRid`.\n *\n * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.\n *\n * Required Scopes: [api:datasets-read]\n * URL: /v1/datasets/{datasetRid}/files/{filePath}/content\n */\nexport function getFileContent($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getFileContent, ...args);\n}"]}
@@ -0,0 +1,9 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, { get: all[name], enumerable: true });
5
+ };
6
+
7
+ export { __export };
8
+ //# sourceMappingURL=out.js.map
9
+ //# sourceMappingURL=chunk-ZSTKOCBT.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","sourcesContent":[]}
@@ -0,0 +1,7 @@
1
+ export { Branch_exports as Branch } from './chunk-USXV5CII.browser.mjs';
2
+ export { Dataset_exports as Dataset } from './chunk-K7WWAXUN.browser.mjs';
3
+ export { File_exports as File } from './chunk-PTK6LRNS.browser.mjs';
4
+ export { Transaction_exports as Transaction } from './chunk-IALX7SX5.browser.mjs';
5
+ import './chunk-R2RMUNCR.browser.mjs';
6
+ //# sourceMappingURL=out.js.map
7
+ //# sourceMappingURL=index.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,28 @@
1
+ 'use strict';
2
+
3
+ var chunk6WJVFXJ5_cjs = require('./chunk-6WJVFXJ5.cjs');
4
+ var chunk2E247IDS_cjs = require('./chunk-2E247IDS.cjs');
5
+ var chunkUXZSFFA3_cjs = require('./chunk-UXZSFFA3.cjs');
6
+ var chunkK33UE6AZ_cjs = require('./chunk-K33UE6AZ.cjs');
7
+ require('./chunk-7G2FSZUY.cjs');
8
+
9
+
10
+
11
+ Object.defineProperty(exports, "Branch", {
12
+ enumerable: true,
13
+ get: function () { return chunk6WJVFXJ5_cjs.Branch_exports; }
14
+ });
15
+ Object.defineProperty(exports, "Dataset", {
16
+ enumerable: true,
17
+ get: function () { return chunk2E247IDS_cjs.Dataset_exports; }
18
+ });
19
+ Object.defineProperty(exports, "File", {
20
+ enumerable: true,
21
+ get: function () { return chunkUXZSFFA3_cjs.File_exports; }
22
+ });
23
+ Object.defineProperty(exports, "Transaction", {
24
+ enumerable: true,
25
+ get: function () { return chunkK33UE6AZ_cjs.Transaction_exports; }
26
+ });
27
+ //# sourceMappingURL=out.js.map
28
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ export { Branch_exports as Branch } from './chunk-IUYGE3JC.mjs';
2
+ export { Dataset_exports as Dataset } from './chunk-4HRQI2BF.mjs';
3
+ export { File_exports as File } from './chunk-ZLIMIZXC.mjs';
4
+ export { Transaction_exports as Transaction } from './chunk-NUEVTLKM.mjs';
5
+ import './chunk-ZSTKOCBT.mjs';
6
+ //# sourceMappingURL=out.js.map
7
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { createBranch, deleteBranch, getBranch, listBranches } from '../chunk-USXV5CII.browser.mjs';
2
+ import '../chunk-R2RMUNCR.browser.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Branch.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ var chunk6WJVFXJ5_cjs = require('../chunk-6WJVFXJ5.cjs');
4
+ require('../chunk-7G2FSZUY.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "createBranch", {
9
+ enumerable: true,
10
+ get: function () { return chunk6WJVFXJ5_cjs.createBranch; }
11
+ });
12
+ Object.defineProperty(exports, "deleteBranch", {
13
+ enumerable: true,
14
+ get: function () { return chunk6WJVFXJ5_cjs.deleteBranch; }
15
+ });
16
+ Object.defineProperty(exports, "getBranch", {
17
+ enumerable: true,
18
+ get: function () { return chunk6WJVFXJ5_cjs.getBranch; }
19
+ });
20
+ Object.defineProperty(exports, "listBranches", {
21
+ enumerable: true,
22
+ get: function () { return chunk6WJVFXJ5_cjs.listBranches; }
23
+ });
24
+ //# sourceMappingURL=out.js.map
25
+ //# sourceMappingURL=Branch.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { createBranch, deleteBranch, getBranch, listBranches } from '../chunk-IUYGE3JC.mjs';
2
+ import '../chunk-ZSTKOCBT.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Branch.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { createDataset, deleteSchema, getDataset, getSchema, putSchema, readTable } from '../chunk-K7WWAXUN.browser.mjs';
2
+ import '../chunk-R2RMUNCR.browser.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Dataset.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ var chunk2E247IDS_cjs = require('../chunk-2E247IDS.cjs');
4
+ require('../chunk-7G2FSZUY.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "createDataset", {
9
+ enumerable: true,
10
+ get: function () { return chunk2E247IDS_cjs.createDataset; }
11
+ });
12
+ Object.defineProperty(exports, "deleteSchema", {
13
+ enumerable: true,
14
+ get: function () { return chunk2E247IDS_cjs.deleteSchema; }
15
+ });
16
+ Object.defineProperty(exports, "getDataset", {
17
+ enumerable: true,
18
+ get: function () { return chunk2E247IDS_cjs.getDataset; }
19
+ });
20
+ Object.defineProperty(exports, "getSchema", {
21
+ enumerable: true,
22
+ get: function () { return chunk2E247IDS_cjs.getSchema; }
23
+ });
24
+ Object.defineProperty(exports, "putSchema", {
25
+ enumerable: true,
26
+ get: function () { return chunk2E247IDS_cjs.putSchema; }
27
+ });
28
+ Object.defineProperty(exports, "readTable", {
29
+ enumerable: true,
30
+ get: function () { return chunk2E247IDS_cjs.readTable; }
31
+ });
32
+ //# sourceMappingURL=out.js.map
33
+ //# sourceMappingURL=Dataset.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { createDataset, deleteSchema, getDataset, getSchema, putSchema, readTable } from '../chunk-4HRQI2BF.mjs';
2
+ import '../chunk-ZSTKOCBT.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Dataset.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { deleteFile, getFileContent, getFileMetadata, listFiles, uploadFile } from '../chunk-PTK6LRNS.browser.mjs';
2
+ import '../chunk-R2RMUNCR.browser.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=File.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ var chunkUXZSFFA3_cjs = require('../chunk-UXZSFFA3.cjs');
4
+ require('../chunk-7G2FSZUY.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "deleteFile", {
9
+ enumerable: true,
10
+ get: function () { return chunkUXZSFFA3_cjs.deleteFile; }
11
+ });
12
+ Object.defineProperty(exports, "getFileContent", {
13
+ enumerable: true,
14
+ get: function () { return chunkUXZSFFA3_cjs.getFileContent; }
15
+ });
16
+ Object.defineProperty(exports, "getFileMetadata", {
17
+ enumerable: true,
18
+ get: function () { return chunkUXZSFFA3_cjs.getFileMetadata; }
19
+ });
20
+ Object.defineProperty(exports, "listFiles", {
21
+ enumerable: true,
22
+ get: function () { return chunkUXZSFFA3_cjs.listFiles; }
23
+ });
24
+ Object.defineProperty(exports, "uploadFile", {
25
+ enumerable: true,
26
+ get: function () { return chunkUXZSFFA3_cjs.uploadFile; }
27
+ });
28
+ //# sourceMappingURL=out.js.map
29
+ //# sourceMappingURL=File.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { deleteFile, getFileContent, getFileMetadata, listFiles, uploadFile } from '../chunk-ZLIMIZXC.mjs';
2
+ import '../chunk-ZSTKOCBT.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=File.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { abortTransaction, commitTransaction, createTransaction, getTransaction } from '../chunk-IALX7SX5.browser.mjs';
2
+ import '../chunk-R2RMUNCR.browser.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Transaction.browser.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ var chunkK33UE6AZ_cjs = require('../chunk-K33UE6AZ.cjs');
4
+ require('../chunk-7G2FSZUY.cjs');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "abortTransaction", {
9
+ enumerable: true,
10
+ get: function () { return chunkK33UE6AZ_cjs.abortTransaction; }
11
+ });
12
+ Object.defineProperty(exports, "commitTransaction", {
13
+ enumerable: true,
14
+ get: function () { return chunkK33UE6AZ_cjs.commitTransaction; }
15
+ });
16
+ Object.defineProperty(exports, "createTransaction", {
17
+ enumerable: true,
18
+ get: function () { return chunkK33UE6AZ_cjs.createTransaction; }
19
+ });
20
+ Object.defineProperty(exports, "getTransaction", {
21
+ enumerable: true,
22
+ get: function () { return chunkK33UE6AZ_cjs.getTransaction; }
23
+ });
24
+ //# sourceMappingURL=out.js.map
25
+ //# sourceMappingURL=Transaction.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export { abortTransaction, commitTransaction, createTransaction, getTransaction } from '../chunk-NUEVTLKM.mjs';
2
+ import '../chunk-ZSTKOCBT.mjs';
3
+ //# sourceMappingURL=out.js.map
4
+ //# sourceMappingURL=Transaction.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,113 @@
1
+ import type { BranchId, DatasetRid, FilePath, FolderRid, PageToken } from "@osdk/internal.foundry.core";
2
+ export type LooselyBrandedString<T extends string> = string & {
3
+ __LOOSE_BRAND?: T;
4
+ };
5
+ /**
6
+ * The type of a Transaction.
7
+ *
8
+ * Log Safety: SAFE
9
+ */
10
+ export type TransactionType = "APPEND" | "UPDATE" | "SNAPSHOT" | "DELETE";
11
+ /**
12
+ * Log Safety: UNSAFE
13
+ */
14
+ export interface ListBranchesResponse {
15
+ nextPageToken?: PageToken;
16
+ data: Array<Branch>;
17
+ }
18
+ /**
19
+ * Log Safety: UNSAFE
20
+ */
21
+ export type DatasetName = LooselyBrandedString<"DatasetName">;
22
+ /**
23
+ * Log Safety: UNSAFE
24
+ */
25
+ export interface Dataset {
26
+ rid: DatasetRid;
27
+ name: DatasetName;
28
+ parentFolderRid: FolderRid;
29
+ }
30
+ /**
31
+ * Log Safety: UNSAFE
32
+ */
33
+ export interface CreateBranchRequest {
34
+ branchId: BranchId;
35
+ transactionRid?: TransactionRid;
36
+ }
37
+ /**
38
+ * An operation that modifies the files within a dataset.
39
+ *
40
+ * Log Safety: UNSAFE
41
+ */
42
+ export interface Transaction {
43
+ rid: TransactionRid;
44
+ transactionType: TransactionType;
45
+ status: TransactionStatus;
46
+ createdTime: string;
47
+ closedTime?: string;
48
+ }
49
+ /**
50
+ * Log Safety: UNSAFE
51
+ */
52
+ export interface File {
53
+ path: FilePath;
54
+ transactionRid: TransactionRid;
55
+ sizeBytes?: string;
56
+ updatedTime: string;
57
+ }
58
+ /**
59
+ * The Resource Identifier (RID) of a Transaction. Example: ri.foundry.main.transaction.0a0207cb-26b7-415b-bc80-66a3aa3933f4.
60
+ *
61
+ * Log Safety: SAFE
62
+ */
63
+ export type TransactionRid = LooselyBrandedString<"TransactionRid">;
64
+ /**
65
+ * Format for tabular dataset export.
66
+ *
67
+ * Log Safety: SAFE
68
+ */
69
+ export type TableExportFormat = "ARROW" | "CSV";
70
+ /**
71
+ * Log Safety: UNSAFE
72
+ */
73
+ export interface CreateDatasetRequest {
74
+ name: DatasetName;
75
+ parentFolderRid: FolderRid;
76
+ }
77
+ /**
78
+ * The status of a Transaction.
79
+ *
80
+ * Log Safety: SAFE
81
+ */
82
+ export type TransactionStatus = "ABORTED" | "COMMITTED" | "OPEN";
83
+ /**
84
+ * A Branch of a Dataset.
85
+ *
86
+ * Log Safety: UNSAFE
87
+ */
88
+ export interface Branch {
89
+ branchId: BranchId;
90
+ transactionRid?: TransactionRid;
91
+ }
92
+ /**
93
+ * A page of Files and an optional page token that can be used to retrieve the next page.
94
+ *
95
+ * Log Safety: UNSAFE
96
+ */
97
+ export interface ListFilesResponse {
98
+ nextPageToken?: PageToken;
99
+ data: Array<File>;
100
+ }
101
+ /**
102
+ * Log Safety: SAFE
103
+ */
104
+ export interface CreateTransactionRequest {
105
+ transactionType?: TransactionType;
106
+ }
107
+ /**
108
+ * A path in the Foundry file tree.
109
+ *
110
+ * Log Safety: UNSAFE
111
+ */
112
+ export type ResourcePath = LooselyBrandedString<"ResourcePath">;
113
+ //# sourceMappingURL=_components.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../src/_components.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,SAAS,EACT,SAAS,EACV,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,oBAAoB,CAAC,CAAC,SAAS,MAAM,IAAI,MAAM,GAAG;IAC5D,aAAa,CAAC,EAAE,CAAC,CAAC;CACnB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;AAE1E;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,oBAAoB,CAAC,aAAa,CAAC,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,GAAG,EAAE,UAAU,CAAC;IAChB,IAAI,EAAE,WAAW,CAAC;IAClB,eAAe,EAAE,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,QAAQ,CAAC;IACnB,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAED;;;;GAIG;AACH,MAAM,WAAW,WAAW;IAC1B,GAAG,EAAE,cAAc,CAAC;IACpB,eAAe,EAAE,eAAe,CAAC;IACjC,MAAM,EAAE,iBAAiB,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,IAAI,EAAE,QAAQ,CAAC;IACf,cAAc,EAAE,cAAc,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG,oBAAoB,CAAC,gBAAgB,CAAC,CAAC;AAEpE;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,OAAO,GAAG,KAAK,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,WAAW,CAAC;IAClB,eAAe,EAAE,SAAS,CAAC;CAC5B;AAED;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,CAAC;AAEjE;;;;GAIG;AACH,MAAM,WAAW,MAAM;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAED;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAChC,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED;;;;GAIG;AACH,MAAM,MAAM,YAAY,GAAG,oBAAoB,CAAC,cAAc,CAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ export type * from "./_components.js";
2
+ export * as Branch from "./public/Branch.js";
3
+ export * as Dataset from "./public/Dataset.js";
4
+ export * as File from "./public/File.js";
5
+ export * as Transaction from "./public/Transaction.js";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,mBAAmB,kBAAkB,CAAC;AACtC,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,IAAI,MAAM,kBAAkB,CAAC;AACzC,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAC"}
@@ -0,0 +1,46 @@
1
+ import type { BranchId, DatasetRid, PageSize, PageToken } from "@osdk/internal.foundry.core";
2
+ import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.net";
3
+ import type { Branch, CreateBranchRequest, ListBranchesResponse } from "../_components.js";
4
+ /**
5
+ * Lists the Branches of a Dataset.
6
+ *
7
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
8
+ *
9
+ * Required Scopes: [api:datasets-read]
10
+ * URL: /v1/datasets/{datasetRid}/branches
11
+ */
12
+ export declare function listBranches($ctx: $Client | $ClientContext, ...args: [
13
+ datasetRid: DatasetRid,
14
+ $queryParams?: {
15
+ pageSize?: PageSize | undefined;
16
+ pageToken?: PageToken | undefined;
17
+ }
18
+ ]): Promise<ListBranchesResponse>;
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
+ * Required Scopes: [api:datasets-write]
25
+ * URL: /v1/datasets/{datasetRid}/branches
26
+ */
27
+ export declare function createBranch($ctx: $Client | $ClientContext, ...args: [datasetRid: DatasetRid, $body: CreateBranchRequest]): Promise<Branch>;
28
+ /**
29
+ * Get a Branch of a Dataset.
30
+ *
31
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
32
+ *
33
+ * Required Scopes: [api:datasets-read]
34
+ * URL: /v1/datasets/{datasetRid}/branches/{branchId}
35
+ */
36
+ export declare function getBranch($ctx: $Client | $ClientContext, ...args: [datasetRid: DatasetRid, branchId: BranchId]): Promise<Branch>;
37
+ /**
38
+ * Deletes the Branch with the given BranchId.
39
+ *
40
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-write`.
41
+ *
42
+ * Required Scopes: [api:datasets-write]
43
+ * URL: /v1/datasets/{datasetRid}/branches/{branchId}
44
+ */
45
+ export declare function deleteBranch($ctx: $Client | $ClientContext, ...args: [datasetRid: DatasetRid, branchId: BranchId]): Promise<void>;
46
+ //# sourceMappingURL=Branch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Branch.d.ts","sourceRoot":"","sources":["../../../src/public/Branch.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,QAAQ,EACR,UAAU,EACV,QAAQ,EACR,SAAS,EACV,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAEV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EACV,MAAM,EACN,mBAAmB,EACnB,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAc3B;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,UAAU;IAEtB,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,oBAAoB,CAAC,CAE/B;AAMD;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,mBAAmB,CAAC,GAC5D,OAAO,CAAC,MAAM,CAAC,CAEjB;AAMD;;;;;;;GAOG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,CAAC,GACpD,OAAO,CAAC,MAAM,CAAC,CAEjB;AAMD;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE,CAAC,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,CAAC,GACpD,OAAO,CAAC,IAAI,CAAC,CAEf"}
@@ -0,0 +1,85 @@
1
+ import type { BranchId, DatasetRid, PreviewMode } from "@osdk/internal.foundry.core";
2
+ import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.net";
3
+ import type { CreateDatasetRequest, Dataset, TableExportFormat, TransactionRid } 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
+ * Required Scopes: [api:datasets-write]
10
+ * URL: /v1/datasets
11
+ */
12
+ export declare function createDataset($ctx: $Client | $ClientContext, ...args: [$body: CreateDatasetRequest]): Promise<Dataset>;
13
+ /**
14
+ * Gets the Dataset with the given DatasetRid.
15
+ *
16
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
17
+ *
18
+ * Required Scopes: [api:datasets-read]
19
+ * URL: /v1/datasets/{datasetRid}
20
+ */
21
+ export declare function getDataset($ctx: $Client | $ClientContext, ...args: [datasetRid: DatasetRid]): Promise<Dataset>;
22
+ /**
23
+ * Gets the content of a dataset as a table in the specified format.
24
+ *
25
+ * This endpoint currently does not support views (Virtual datasets composed of other datasets).
26
+ *
27
+ * Third-party applications using this endpoint via OAuth2 must request the following operation scope: `api:datasets-read`.
28
+ *
29
+ * Required Scopes: [api:datasets-read]
30
+ * URL: /v1/datasets/{datasetRid}/readTable
31
+ */
32
+ export declare function readTable($ctx: $Client | $ClientContext, ...args: [
33
+ datasetRid: DatasetRid,
34
+ $queryParams: {
35
+ branchId?: BranchId | undefined;
36
+ startTransactionRid?: TransactionRid | undefined;
37
+ endTransactionRid?: TransactionRid | undefined;
38
+ format: TableExportFormat;
39
+ columns: Array<string>;
40
+ rowLimit?: number | undefined;
41
+ }
42
+ ]): Promise<unknown>;
43
+ /**
44
+ * Retrieves the Schema for a Dataset and Branch, if it exists.
45
+ *
46
+ * Required Scopes: [api:datasets-read]
47
+ * URL: /v1/datasets/{datasetRid}/schema
48
+ */
49
+ export declare function getSchema($ctx: $Client | $ClientContext, ...args: [
50
+ datasetRid: DatasetRid,
51
+ $queryParams?: {
52
+ branchId?: BranchId | undefined;
53
+ transactionRid?: TransactionRid | undefined;
54
+ preview?: PreviewMode | undefined;
55
+ }
56
+ ]): Promise<any | undefined>;
57
+ /**
58
+ * Puts a Schema on an existing Dataset and Branch.
59
+ *
60
+ * Required Scopes: [api:datasets-write]
61
+ * URL: /v1/datasets/{datasetRid}/schema
62
+ */
63
+ export declare function putSchema($ctx: $Client | $ClientContext, ...args: [
64
+ datasetRid: DatasetRid,
65
+ $body: any,
66
+ $queryParams?: {
67
+ branchId?: BranchId | undefined;
68
+ preview?: PreviewMode | undefined;
69
+ }
70
+ ]): Promise<void>;
71
+ /**
72
+ * Deletes the Schema from a Dataset and Branch.
73
+ *
74
+ * Required Scopes: [api:datasets-write]
75
+ * URL: /v1/datasets/{datasetRid}/schema
76
+ */
77
+ export declare function deleteSchema($ctx: $Client | $ClientContext, ...args: [
78
+ datasetRid: DatasetRid,
79
+ $queryParams?: {
80
+ branchId?: BranchId | undefined;
81
+ transactionRid?: TransactionRid | undefined;
82
+ preview?: PreviewMode | undefined;
83
+ }
84
+ ]): Promise<void>;
85
+ //# 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,EACV,QAAQ,EACR,UAAU,EACV,WAAW,EACZ,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAEV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,kBAAkB,CAAC;AAE1B,OAAO,KAAK,EACV,oBAAoB,EACpB,OAAO,EACP,iBAAiB,EACjB,cAAc,EACf,MAAM,mBAAmB,CAAC;AAQ3B;;;;;;;GAOG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,GACrC,OAAO,CAAC,OAAO,CAAC,CAElB;AAMD;;;;;;;GAOG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE,CAAC,UAAU,EAAE,UAAU,CAAC,GAChC,OAAO,CAAC,OAAO,CAAC,CAElB;AAgBD;;;;;;;;;GASG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,UAAU;IAEtB,YAAY,EAAE;QACZ,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,mBAAmB,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;QACjD,iBAAiB,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;QAC/C,MAAM,EAAE,iBAAiB,CAAC;QAC1B,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QACvB,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;KAC/B;CACF,GACA,OAAO,CAAC,OAAO,CAAC,CAElB;AAaD;;;;;GAKG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,UAAU;IAEtB,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;QAC5C,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,GAAG,GAAG,SAAS,CAAC,CAE1B;AAaD;;;;;GAKG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,UAAU;IACtB,KAAK,EAAE,GAAG;IACV,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;GAKG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,UAAU;IAEtB,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;QAChC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;QAC5C,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;KACnC;CACF,GACA,OAAO,CAAC,IAAI,CAAC,CAEf"}