@verdocs/js-sdk 5.0.44 → 5.0.45
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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2707,7 +2707,7 @@ declare const getOrganizationChildren: (endpoint: VerdocsEndpoint, organizationI
|
|
|
2707
2707
|
* @apiBody string secondary_color? URL of a small-format (square is recommended) PNG logo
|
|
2708
2708
|
* @apiSuccess IAuthenticateResponse . Authentication credentials for user in the new organization. The user will be made an Owner automatically.
|
|
2709
2709
|
*/
|
|
2710
|
-
declare const createOrganization: (endpoint: VerdocsEndpoint, params: Pick<IOrganization, "name" | "address" | "address2" | "phone" | "contact_email" | "url" | "full_logo_url" | "thumbnail_url" | "primary_color" | "secondary_color">) => Promise<IAuthenticateResponse & {
|
|
2710
|
+
declare const createOrganization: (endpoint: VerdocsEndpoint, params: Pick<IOrganization, "name" | "address" | "address2" | "phone" | "contact_email" | "url" | "full_logo_url" | "thumbnail_url" | "primary_color" | "secondary_color" | "parent_id">) => Promise<IAuthenticateResponse & {
|
|
2711
2711
|
profile: IProfile;
|
|
2712
2712
|
organization: IOrganization;
|
|
2713
2713
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -2707,7 +2707,7 @@ declare const getOrganizationChildren: (endpoint: VerdocsEndpoint, organizationI
|
|
|
2707
2707
|
* @apiBody string secondary_color? URL of a small-format (square is recommended) PNG logo
|
|
2708
2708
|
* @apiSuccess IAuthenticateResponse . Authentication credentials for user in the new organization. The user will be made an Owner automatically.
|
|
2709
2709
|
*/
|
|
2710
|
-
declare const createOrganization: (endpoint: VerdocsEndpoint, params: Pick<IOrganization, "name" | "address" | "address2" | "phone" | "contact_email" | "url" | "full_logo_url" | "thumbnail_url" | "primary_color" | "secondary_color">) => Promise<IAuthenticateResponse & {
|
|
2710
|
+
declare const createOrganization: (endpoint: VerdocsEndpoint, params: Pick<IOrganization, "name" | "address" | "address2" | "phone" | "contact_email" | "url" | "full_logo_url" | "thumbnail_url" | "primary_color" | "secondary_color" | "parent_id">) => Promise<IAuthenticateResponse & {
|
|
2711
2711
|
profile: IProfile;
|
|
2712
2712
|
organization: IOrganization;
|
|
2713
2713
|
}>;
|