@boxyhq/saml-jackson 0.3.7-beta.683 → 0.3.7-beta.684
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
@@ -25,7 +25,7 @@ export declare class APIController implements IAPIController {
|
|
25
25
|
* required: true
|
26
26
|
* example: cal-saml-config
|
27
27
|
* - name: description
|
28
|
-
* description: A short description for the config not more than
|
28
|
+
* description: A short description for the config not more than 100 characters
|
29
29
|
* type: string
|
30
30
|
* in: formData
|
31
31
|
* example: SAML login for cal.com app
|
@@ -110,7 +110,7 @@ export declare class APIController implements IAPIController {
|
|
110
110
|
* required: true
|
111
111
|
* example: cal-saml-config
|
112
112
|
* - name: description
|
113
|
-
* description: A short description for the config not more than
|
113
|
+
* description: A short description for the config not more than 100 characters
|
114
114
|
* type: string
|
115
115
|
* in: formData
|
116
116
|
* example: SAML login for cal.com app
|
package/dist/controller/api.js
CHANGED
@@ -94,7 +94,7 @@ class APIController {
|
|
94
94
|
* required: true
|
95
95
|
* example: cal-saml-config
|
96
96
|
* - name: description
|
97
|
-
* description: A short description for the config not more than
|
97
|
+
* description: A short description for the config not more than 100 characters
|
98
98
|
* type: string
|
99
99
|
* in: formData
|
100
100
|
* example: SAML login for cal.com app
|
@@ -233,7 +233,7 @@ class APIController {
|
|
233
233
|
* required: true
|
234
234
|
* example: cal-saml-config
|
235
235
|
* - name: description
|
236
|
-
* description: A short description for the config not more than
|
236
|
+
* description: A short description for the config not more than 100 characters
|
237
237
|
* type: string
|
238
238
|
* in: formData
|
239
239
|
* example: SAML login for cal.com app
|