@devopness/sdk-js 3.1.5 → 3.1.6

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.
@@ -26,5 +26,5 @@ export interface OrganizationCreate {
26
26
  * @type {string}
27
27
  * @memberof OrganizationCreate
28
28
  */
29
- url_slug: string;
29
+ url_slug?: string;
30
30
  }
@@ -28,7 +28,7 @@ export interface OrganizationUpdate {
28
28
  */
29
29
  name: string;
30
30
  /**
31
- * The URL Slug of the organization. Must not be greater than 255 characters.
31
+ * The URL Slug of the organization.
32
32
  * @type {string}
33
33
  * @memberof OrganizationUpdate
34
34
  */
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.5",
4
+ "version": "3.1.6",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },