@osdk/foundry.streams 2.1.0-beta.5 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @osdk/foundry.streams
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5d6d5ab: Use the "verb" where possible
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5d6d5ab]
12
+ - Updated dependencies [b60e107]
13
+ - Updated dependencies [1770490]
14
+ - Updated dependencies [5d6d5ab]
15
+ - Updated dependencies [5dc1241]
16
+ - Updated dependencies [1252d94]
17
+ - Updated dependencies [5d6d5ab]
18
+ - Updated dependencies [5d6d5ab]
19
+ - Updated dependencies [5d6d5ab]
20
+ - Updated dependencies [5d6d5ab]
21
+ - Updated dependencies [5d6d5ab]
22
+ - Updated dependencies [5d6d5ab]
23
+ - Updated dependencies [d4d6605]
24
+ - Updated dependencies [5dc1241]
25
+ - @osdk/foundry.filesystem@2.1.0
26
+ - @osdk/foundry.datasets@2.1.0
27
+ - @osdk/foundry.core@2.1.0
28
+ - @osdk/shared.client@1.0.0
29
+ - @osdk/shared.net.platformapi@0.3.0
30
+
31
+ ## 2.1.0-beta.6
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [5dc1241]
36
+ - @osdk/shared.client@1.0.0-beta.3
37
+ - @osdk/foundry.core@2.1.0-beta.6
38
+ - @osdk/foundry.datasets@2.1.0-beta.6
39
+ - @osdk/foundry.filesystem@2.1.0-beta.6
40
+ - @osdk/shared.net.platformapi@0.3.0-beta.3
41
+
3
42
  ## 2.1.0-beta.5
4
43
 
5
44
  ### Patch Changes
@@ -11,7 +11,7 @@ import type * as _Streams from "../_components.js";
11
11
  * Required Scopes: [api:datasets-write, api:streams-write]
12
12
  * URL: /v2/streams/datasets/create
13
13
  */
14
- export declare function createStreamingDataset($ctx: $Client | $ClientContext, ...args: [
14
+ export declare function create($ctx: $Client | $ClientContext, ...args: [
15
15
  $body: _Streams.CreateStreamingDatasetRequest,
16
16
  $queryParams?: {
17
17
  preview?: _Core.PreviewMode | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Dataset.d.ts","sourceRoot":"","sources":["../../../src/public/Dataset.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAWnD;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,QAAQ,CAAC,6BAA6B;IAC7C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAE3B"}
1
+ {"version":3,"file":"Dataset.d.ts","sourceRoot":"","sources":["../../../src/public/Dataset.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAWnD;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,QAAQ,CAAC,6BAA6B;IAC7C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAE3B"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _createStreamingDataset = [1, "/v2/streams/datasets/create", 3];
18
+ const _create = [1, "/v2/streams/datasets/create", 3];
19
19
  /**
20
20
  * Creates a streaming dataset with a stream on the specified branch, or if no branch is specified, on the
21
21
  * default branch ('master' for most enrollments). For more information on streaming datasets, refer to the
@@ -26,7 +26,7 @@ const _createStreamingDataset = [1, "/v2/streams/datasets/create", 3];
26
26
  * Required Scopes: [api:datasets-write, api:streams-write]
27
27
  * URL: /v2/streams/datasets/create
28
28
  */
29
- export function createStreamingDataset($ctx, ...args) {
30
- return $foundryPlatformFetch($ctx, _createStreamingDataset, ...args);
29
+ export function create($ctx, ...args) {
30
+ return $foundryPlatformFetch($ctx, _create, ...args);
31
31
  }
32
32
  //# sourceMappingURL=Dataset.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dataset.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_createStreamingDataset","createStreamingDataset","$ctx","args"],"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 _createStreamingDataset = [1, \"/v2/streams/datasets/create\", 3];\n/**\n * Creates a streaming dataset with a stream on the specified branch, or if no branch is specified, on the\n * default branch ('master' for most enrollments). For more information on streaming datasets, refer to the\n * [streams](https://www.palantir.com/docs/foundry/data-integration/streams/) user documentation.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-write, api:streams-write]\n * URL: /v2/streams/datasets/create\n */\nexport function createStreamingDataset($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _createStreamingDataset, ...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,uBAAuB,GAAG,CAAC,CAAC,EAAE,6BAA6B,EAAE,CAAC,CAAC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,sBAAsBA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClD,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,uBAAuB,EAAE,GAAGG,IAAI,CAAC;AACxE","ignoreList":[]}
1
+ {"version":3,"file":"Dataset.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args"],"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 _create = [1, \"/v2/streams/datasets/create\", 3];\n/**\n * Creates a streaming dataset with a stream on the specified branch, or if no branch is specified, on the\n * default branch ('master' for most enrollments). For more information on streaming datasets, refer to the\n * [streams](https://www.palantir.com/docs/foundry/data-integration/streams/) user documentation.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-write, api:streams-write]\n * URL: /v2/streams/datasets/create\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...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,OAAO,GAAG,CAAC,CAAC,EAAE,6BAA6B,EAAE,CAAC,CAAC;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD","ignoreList":[]}
@@ -11,7 +11,7 @@ import type * as _Streams from "../_components.js";
11
11
  * Required Scopes: [api:datasets-read, api:streams-read]
12
12
  * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}
13
13
  */
14
- export declare function getStream($ctx: $Client | $ClientContext, ...args: [
14
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
15
15
  datasetRid: _Datasets.DatasetRid,
16
16
  streamBranchName: _Datasets.BranchName,
17
17
  $queryParams?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Stream.d.ts","sourceRoot":"","sources":["../../../src/public/Stream.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,SAAS,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAYnD;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAChC,gBAAgB,EAAE,SAAS,CAAC,UAAU;IAEtC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAE1B"}
1
+ {"version":3,"file":"Stream.d.ts","sourceRoot":"","sources":["../../../src/public/Stream.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,SAAS,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAYnD;;;;;;;;GAQG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAChC,gBAAgB,EAAE,SAAS,CAAC,UAAU;IAEtC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAE1B"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _getStream = [0, "/v2/streams/datasets/{0}/streams/{1}", 2];
18
+ const _get = [0, "/v2/streams/datasets/{0}/streams/{1}", 2];
19
19
  /**
20
20
  * Get a stream by its branch name. If the branch does not exist, there is no stream on that branch, or the
21
21
  * user does not have permission to access the stream, a 404 error will be returned.
@@ -25,7 +25,7 @@ const _getStream = [0, "/v2/streams/datasets/{0}/streams/{1}", 2];
25
25
  * Required Scopes: [api:datasets-read, api:streams-read]
26
26
  * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}
27
27
  */
28
- export function getStream($ctx, ...args) {
29
- return $foundryPlatformFetch($ctx, _getStream, ...args);
28
+ export function get($ctx, ...args) {
29
+ return $foundryPlatformFetch($ctx, _get, ...args);
30
30
  }
31
31
  //# sourceMappingURL=Stream.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Stream.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_getStream","getStream","$ctx","args"],"sources":["Stream.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 _getStream = [0, \"/v2/streams/datasets/{0}/streams/{1}\", 2];\n/**\n * Get a stream by its branch name. If the branch does not exist, there is no stream on that branch, or the\n * user does not have permission to access the stream, a 404 error will be returned.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-read, api:streams-read]\n * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}\n */\nexport function getStream($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getStream, ...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,UAAU,GAAG,CAAC,CAAC,EAAE,sCAAsC,EAAE,CAAC,CAAC;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACrC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,UAAU,EAAE,GAAGG,IAAI,CAAC;AAC3D","ignoreList":[]}
1
+ {"version":3,"file":"Stream.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args"],"sources":["Stream.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 _get = [0, \"/v2/streams/datasets/{0}/streams/{1}\", 2];\n/**\n * Get a stream by its branch name. If the branch does not exist, there is no stream on that branch, or the\n * user does not have permission to access the stream, a 404 error will be returned.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-read, api:streams-read]\n * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...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,IAAI,GAAG,CAAC,CAAC,EAAE,sCAAsC,EAAE,CAAC,CAAC;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD","ignoreList":[]}
@@ -11,7 +11,7 @@ import type * as _Streams from "../_components.js";
11
11
  * Required Scopes: [api:datasets-write, api:streams-write]
12
12
  * URL: /v2/streams/datasets/create
13
13
  */
14
- export declare function createStreamingDataset($ctx: $Client | $ClientContext, ...args: [
14
+ export declare function create($ctx: $Client | $ClientContext, ...args: [
15
15
  $body: _Streams.CreateStreamingDatasetRequest,
16
16
  $queryParams?: {
17
17
  preview?: _Core.PreviewMode | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Dataset.d.ts","sourceRoot":"","sources":["../../../src/public/Dataset.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAWnD;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,QAAQ,CAAC,6BAA6B;IAC7C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAE3B"}
1
+ {"version":3,"file":"Dataset.d.ts","sourceRoot":"","sources":["../../../src/public/Dataset.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAWnD;;;;;;;;;GASG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,KAAK,EAAE,QAAQ,CAAC,6BAA6B;IAC7C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAC,CAE3B"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _createStreamingDataset = [1, "/v2/streams/datasets/create", 3];
18
+ const _create = [1, "/v2/streams/datasets/create", 3];
19
19
  /**
20
20
  * Creates a streaming dataset with a stream on the specified branch, or if no branch is specified, on the
21
21
  * default branch ('master' for most enrollments). For more information on streaming datasets, refer to the
@@ -26,7 +26,7 @@ const _createStreamingDataset = [1, "/v2/streams/datasets/create", 3];
26
26
  * Required Scopes: [api:datasets-write, api:streams-write]
27
27
  * URL: /v2/streams/datasets/create
28
28
  */
29
- export function createStreamingDataset($ctx, ...args) {
30
- return $foundryPlatformFetch($ctx, _createStreamingDataset, ...args);
29
+ export function create($ctx, ...args) {
30
+ return $foundryPlatformFetch($ctx, _create, ...args);
31
31
  }
32
32
  //# sourceMappingURL=Dataset.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dataset.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_createStreamingDataset","createStreamingDataset","$ctx","args"],"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 _createStreamingDataset = [1, \"/v2/streams/datasets/create\", 3];\n/**\n * Creates a streaming dataset with a stream on the specified branch, or if no branch is specified, on the\n * default branch ('master' for most enrollments). For more information on streaming datasets, refer to the\n * [streams](https://www.palantir.com/docs/foundry/data-integration/streams/) user documentation.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-write, api:streams-write]\n * URL: /v2/streams/datasets/create\n */\nexport function createStreamingDataset($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _createStreamingDataset, ...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,uBAAuB,GAAG,CAAC,CAAC,EAAE,6BAA6B,EAAE,CAAC,CAAC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,sBAAsBA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClD,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,uBAAuB,EAAE,GAAGG,IAAI,CAAC;AACxE","ignoreList":[]}
1
+ {"version":3,"file":"Dataset.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args"],"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 _create = [1, \"/v2/streams/datasets/create\", 3];\n/**\n * Creates a streaming dataset with a stream on the specified branch, or if no branch is specified, on the\n * default branch ('master' for most enrollments). For more information on streaming datasets, refer to the\n * [streams](https://www.palantir.com/docs/foundry/data-integration/streams/) user documentation.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-write, api:streams-write]\n * URL: /v2/streams/datasets/create\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...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,OAAO,GAAG,CAAC,CAAC,EAAE,6BAA6B,EAAE,CAAC,CAAC;AACrD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD","ignoreList":[]}
@@ -11,7 +11,7 @@ import type * as _Streams from "../_components.js";
11
11
  * Required Scopes: [api:datasets-read, api:streams-read]
12
12
  * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}
13
13
  */
14
- export declare function getStream($ctx: $Client | $ClientContext, ...args: [
14
+ export declare function get($ctx: $Client | $ClientContext, ...args: [
15
15
  datasetRid: _Datasets.DatasetRid,
16
16
  streamBranchName: _Datasets.BranchName,
17
17
  $queryParams?: {
@@ -1 +1 @@
1
- {"version":3,"file":"Stream.d.ts","sourceRoot":"","sources":["../../../src/public/Stream.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,SAAS,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAYnD;;;;;;;;GAQG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAChC,gBAAgB,EAAE,SAAS,CAAC,UAAU;IAEtC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAE1B"}
1
+ {"version":3,"file":"Stream.d.ts","sourceRoot":"","sources":["../../../src/public/Stream.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,SAAS,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAYnD;;;;;;;;GAQG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,UAAU,EAAE,SAAS,CAAC,UAAU;IAChC,gBAAgB,EAAE,SAAS,CAAC,UAAU;IAEtC,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAE1B"}
@@ -15,7 +15,7 @@
15
15
  */
16
16
  import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.platformapi";
17
17
  //
18
- const _getStream = [0, "/v2/streams/datasets/{0}/streams/{1}", 2];
18
+ const _get = [0, "/v2/streams/datasets/{0}/streams/{1}", 2];
19
19
  /**
20
20
  * Get a stream by its branch name. If the branch does not exist, there is no stream on that branch, or the
21
21
  * user does not have permission to access the stream, a 404 error will be returned.
@@ -25,7 +25,7 @@ const _getStream = [0, "/v2/streams/datasets/{0}/streams/{1}", 2];
25
25
  * Required Scopes: [api:datasets-read, api:streams-read]
26
26
  * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}
27
27
  */
28
- export function getStream($ctx, ...args) {
29
- return $foundryPlatformFetch($ctx, _getStream, ...args);
28
+ export function get($ctx, ...args) {
29
+ return $foundryPlatformFetch($ctx, _get, ...args);
30
30
  }
31
31
  //# sourceMappingURL=Stream.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Stream.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_getStream","getStream","$ctx","args"],"sources":["Stream.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 _getStream = [0, \"/v2/streams/datasets/{0}/streams/{1}\", 2];\n/**\n * Get a stream by its branch name. If the branch does not exist, there is no stream on that branch, or the\n * user does not have permission to access the stream, a 404 error will be returned.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-read, api:streams-read]\n * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}\n */\nexport function getStream($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _getStream, ...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,UAAU,GAAG,CAAC,CAAC,EAAE,sCAAsC,EAAE,CAAC,CAAC;AACjE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,SAASA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EACrC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,UAAU,EAAE,GAAGG,IAAI,CAAC;AAC3D","ignoreList":[]}
1
+ {"version":3,"file":"Stream.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args"],"sources":["Stream.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 _get = [0, \"/v2/streams/datasets/{0}/streams/{1}\", 2];\n/**\n * Get a stream by its branch name. If the branch does not exist, there is no stream on that branch, or the\n * user does not have permission to access the stream, a 404 error will be returned.\n *\n * @alpha\n *\n * Required Scopes: [api:datasets-read, api:streams-read]\n * URL: /v2/streams/datasets/{datasetRid}/streams/{streamBranchName}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...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,IAAI,GAAG,CAAC,CAAC,EAAE,sCAAsC,EAAE,CAAC,CAAC;AAC3D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.streams",
3
- "version": "2.1.0-beta.5",
3
+ "version": "2.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,11 +17,11 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/foundry.core": "2.1.0-beta.5",
21
- "@osdk/foundry.datasets": "2.1.0-beta.5",
22
- "@osdk/shared.client": "^1.0.0-beta.2",
23
- "@osdk/foundry.filesystem": "2.1.0-beta.5",
24
- "@osdk/shared.net.platformapi": "~0.3.0-beta.2"
20
+ "@osdk/foundry.core": "2.1.0",
21
+ "@osdk/foundry.datasets": "2.1.0",
22
+ "@osdk/foundry.filesystem": "2.1.0",
23
+ "@osdk/shared.client": "^1.0.0",
24
+ "@osdk/shared.net.platformapi": "~0.3.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "typescript": "^5.5.4",