windmill-cli 1.771.0 → 1.771.1

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 (2) hide show
  1. package/esm/main.js +2 -18
  2. package/package.json +1 -1
package/esm/main.js CHANGED
@@ -16784,7 +16784,7 @@ var init_OpenAPI = __esm(() => {
16784
16784
  PASSWORD: undefined,
16785
16785
  TOKEN: getEnv3("WM_TOKEN"),
16786
16786
  USERNAME: undefined,
16787
- VERSION: "1.771.0",
16787
+ VERSION: "1.771.1",
16788
16788
  WITH_CREDENTIALS: true,
16789
16789
  interceptors: {
16790
16790
  request: new Interceptors,
@@ -17237,7 +17237,6 @@ __export(exports_services_gen, {
17237
17237
  publishHubResources: () => publishHubResources,
17238
17238
  publishHubResourceType: () => publishHubResourceType,
17239
17239
  publishHubRawAppRecording: () => publishHubRawAppRecording,
17240
- publishHubRawAppEmbed: () => publishHubRawAppEmbed,
17241
17240
  publishHubRawApp: () => publishHubRawApp,
17242
17241
  publishHubProjectLogo: () => publishHubProjectLogo,
17243
17242
  publishHubPipelineRecording: () => publishHubPipelineRecording,
@@ -26053,20 +26052,6 @@ var backendVersion = () => {
26053
26052
  body: data3.requestBody,
26054
26053
  mediaType: "application/json"
26055
26054
  });
26056
- }, publishHubRawAppEmbed = (data3) => {
26057
- return request(OpenAPI, {
26058
- method: "POST",
26059
- url: "/w/{workspace}/hub/raw_apps/{id}/embed",
26060
- path: {
26061
- workspace: data3.workspace,
26062
- id: data3.id
26063
- },
26064
- query: {
26065
- folder: data3.folder
26066
- },
26067
- body: data3.requestBody,
26068
- mediaType: "application/json"
26069
- });
26070
26055
  }, publishHubRawAppRecording = (data3) => {
26071
26056
  return request(OpenAPI, {
26072
26057
  method: "POST",
@@ -26414,7 +26399,6 @@ __export(exports_gen, {
26414
26399
  publishHubResources: () => publishHubResources,
26415
26400
  publishHubResourceType: () => publishHubResourceType,
26416
26401
  publishHubRawAppRecording: () => publishHubRawAppRecording,
26417
- publishHubRawAppEmbed: () => publishHubRawAppEmbed,
26418
26402
  publishHubRawApp: () => publishHubRawApp,
26419
26403
  publishHubProjectLogo: () => publishHubProjectLogo,
26420
26404
  publishHubPipelineRecording: () => publishHubPipelineRecording,
@@ -27149,7 +27133,7 @@ var init_auth = __esm(async () => {
27149
27133
  });
27150
27134
 
27151
27135
  // src/core/constants.ts
27152
- var WM_FORK_PREFIX = "wm-fork", VERSION = "1.771.0";
27136
+ var WM_FORK_PREFIX = "wm-fork", VERSION = "1.771.1";
27153
27137
 
27154
27138
  // src/utils/git.ts
27155
27139
  var exports_git = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-cli",
3
- "version": "1.771.0",
3
+ "version": "1.771.1",
4
4
  "description": "CLI for Windmill",
5
5
  "license": "Apache 2.0",
6
6
  "type": "module",