@boxyhq/saml-jackson 0.3.6-beta.637 → 0.3.6-beta.638
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/controller/api.d.ts
CHANGED
@@ -24,7 +24,7 @@ export declare class APIController implements IAPIController {
|
|
24
24
|
* in: formData
|
25
25
|
* required: true
|
26
26
|
* example: cal-saml-config
|
27
|
-
* -name: description
|
27
|
+
* - name: description
|
28
28
|
* description: A short description for the config not more than 50 characters
|
29
29
|
* type: string
|
30
30
|
* in: formData
|
@@ -105,7 +105,7 @@ export declare class APIController implements IAPIController {
|
|
105
105
|
* in: formData
|
106
106
|
* required: true
|
107
107
|
* example: cal-saml-config
|
108
|
-
* -name: description
|
108
|
+
* - name: description
|
109
109
|
* description: A short description for the config not more than 50 characters
|
110
110
|
* type: string
|
111
111
|
* in: formData
|
package/dist/controller/api.js
CHANGED
@@ -93,7 +93,7 @@ class APIController {
|
|
93
93
|
* in: formData
|
94
94
|
* required: true
|
95
95
|
* example: cal-saml-config
|
96
|
-
* -name: description
|
96
|
+
* - name: description
|
97
97
|
* description: A short description for the config not more than 50 characters
|
98
98
|
* type: string
|
99
99
|
* in: formData
|
@@ -228,7 +228,7 @@ class APIController {
|
|
228
228
|
* in: formData
|
229
229
|
* required: true
|
230
230
|
* example: cal-saml-config
|
231
|
-
* -name: description
|
231
|
+
* - name: description
|
232
232
|
* description: A short description for the config not more than 50 characters
|
233
233
|
* type: string
|
234
234
|
* in: formData
|