@boxyhq/saml-jackson 0.3.7-beta.680 → 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,10 +25,9 @@ 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
|
-
* required: true
|
32
31
|
* example: SAML login for cal.com app
|
33
32
|
* - name: encodedRawMetadata
|
34
33
|
* description: Base64 encoding of the XML metadata
|
@@ -111,10 +110,9 @@ export declare class APIController implements IAPIController {
|
|
111
110
|
* required: true
|
112
111
|
* example: cal-saml-config
|
113
112
|
* - name: description
|
114
|
-
* description: A short description for the config not more than
|
113
|
+
* description: A short description for the config not more than 100 characters
|
115
114
|
* type: string
|
116
115
|
* in: formData
|
117
|
-
* required: true
|
118
116
|
* example: SAML login for cal.com app
|
119
117
|
* - name: encodedRawMetadata
|
120
118
|
* description: Base64 encoding of the XML metadata
|
package/dist/controller/api.js
CHANGED
@@ -94,10 +94,9 @@ 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
|
-
* required: true
|
101
100
|
* example: SAML login for cal.com app
|
102
101
|
* - name: encodedRawMetadata
|
103
102
|
* description: Base64 encoding of the XML metadata
|
@@ -234,10 +233,9 @@ class APIController {
|
|
234
233
|
* required: true
|
235
234
|
* example: cal-saml-config
|
236
235
|
* - name: description
|
237
|
-
* description: A short description for the config not more than
|
236
|
+
* description: A short description for the config not more than 100 characters
|
238
237
|
* type: string
|
239
238
|
* in: formData
|
240
|
-
* required: true
|
241
239
|
* example: SAML login for cal.com app
|
242
240
|
* - name: encodedRawMetadata
|
243
241
|
* description: Base64 encoding of the XML metadata
|