Skip to content

Commit 2c98ab3

Browse files
author
nianiB9
authored
Merge pull request #167 from docusign/DEVDOCS-16119
DEVDOCS-16119
2 parents c5c8a43 + 9245665 commit 2c98ab3

9 files changed

+0
-710
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"docusign/rooms-client": "^2.1.1",
2424
"docusign/monitor-client": "^1.2.1",
2525
"docusign/webforms-client": "^1.0.1-rc1",
26-
"docusign/maestro-client": "v2.0.0-rc1",
2726
"twig/twig": "^3.14.0",
2827
"league/oauth2-client": "^2.7.0",
2928
"ext-json": "*",

public/assets/search.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ let DS_SEARCH = (function () {
66
ROOMS: 'rooms',
77
ADMIN: 'admin',
88
CONNECT: 'connect',
9-
MAESTRO: 'maestro',
109
WEBFORMS: 'webforms'
1110
};
1211

@@ -127,8 +126,6 @@ let DS_SEARCH = (function () {
127126
return "eg";
128127
case API_TYPES.CONNECT:
129128
return "con";
130-
case API_TYPES.MAESTRO:
131-
return "mae";
132129
case API_TYPES.WEBFORMS:
133130
return "web";
134131
}

src/Controllers/Auth/DocuSign.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ public function getDefaultScopes(): array
122122
. " asset_group_account_clone_write asset_group_account_clone_read "
123123
. "organization_sub_account_write organization_sub_account_read"
124124
];
125-
} elseif ($_SESSION['api_type'] == ApiTypes::MAESTRO) {
126-
return [
127-
"signature aow_manage"
128-
];
129125
} elseif ($_SESSION['api_type'] == ApiTypes::WEBFORMS) {
130126
return [
131127
"signature webforms_read webforms_instance_read webforms_instance_write"

src/Controllers/Examples/Maestro/Eg001TriggerWorkflow.php

Lines changed: 0 additions & 213 deletions
This file was deleted.

src/Controllers/Examples/Maestro/Eg002CancelWorkflow.php

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)