@xemahq/scm-connector-api-client 0.1.0 → 0.1.2

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.
@@ -15,5 +15,5 @@ export interface RegisterOrgRepositoryDto {
15
15
  /** Arbitrary metadata */
16
16
  metadataJson?: RegisterOrgRepositoryDtoMetadataJson;
17
17
  /** Link to the OrgScmConfig integration that provides credentials */
18
- orgIntegrationId?: string;
18
+ orgConnectionId?: string;
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xemahq/scm-connector-api-client",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [