@devopness/sdk-js 2.163.2 → 2.163.3

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.
@@ -41,12 +41,6 @@ export interface ActionDeploymentContent {
41
41
  * @memberof ActionDeploymentContent
42
42
  */
43
43
  repository: string;
44
- /**
45
- * The ID of the source provider
46
- * @type {number}
47
- * @memberof ActionDeploymentContent
48
- */
49
- provider_id: number;
50
44
  /**
51
45
  * The source provider\'s name
52
46
  * @type {string}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@devopness/sdk-js",
4
- "version": "2.163.2",
4
+ "version": "2.163.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },