@uipath/integrationservice-sdk 1.200.0-preview.118 → 1.200.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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -58527,7 +58527,7 @@ class TextApiResponse2 {
58527
58527
  var package_default = {
58528
58528
  name: "@uipath/integrationservice-sdk",
58529
58529
  license: "MIT",
58530
- version: "1.200.0-preview.118",
58530
+ version: "1.200.0",
58531
58531
  repository: {
58532
58532
  type: "git",
58533
58533
  url: "https://github.com/UiPath/cli.git",
@@ -81296,4 +81296,4 @@ export {
81296
81296
  AccessTokenResponseFromJSON
81297
81297
  };
81298
81298
 
81299
- //# debugId=738FD2C09455708364756E2164756E21
81299
+ //# debugId=641905B109CB6C9364756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/integrationservice-sdk",
3
3
  "license": "MIT",
4
- "version": "1.200.0-preview.118",
4
+ "version": "1.200.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/UiPath/cli.git",
@@ -30,5 +30,5 @@
30
30
  "dependencies": {
31
31
  "@uipath/integration-service-design-time": "0.19.3"
32
32
  },
33
- "gitHead": "bc87399d98869787498783b3b9383df4426fd896"
33
+ "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
34
34
  }