@devopness/sdk-js 3.1.2 → 3.1.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.
@@ -46,7 +46,7 @@ export interface OrganizationRelation {
46
46
  * @type {UserRelation}
47
47
  * @memberof OrganizationRelation
48
48
  */
49
- owner: UserRelation;
49
+ owner?: UserRelation;
50
50
  /**
51
51
  * The date and time when the organization was created
52
52
  * @type {string}
@@ -39,7 +39,7 @@ export interface UserRelation {
39
39
  * @type {string}
40
40
  * @memberof UserRelation
41
41
  */
42
- url_slug?: string;
42
+ url_slug: string;
43
43
  /**
44
44
  *
45
45
  * @type {Language}
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": "3.1.2",
4
+ "version": "3.1.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "homepage": "https://github.com/devopness/devopness#readme",
53
53
  "devDependencies": {
54
- "@eslint/js": "^9.37.0",
54
+ "@eslint/js": "^9.39.0",
55
55
  "@openapitools/openapi-generator-cli": "^2.25.0",
56
56
  "@types/jest": "^30.0.0",
57
57
  "@typescript-eslint/parser": "^8.46.2",