@boxyhq/saml-jackson 0.3.7-beta.681 → 0.3.7-beta.682

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.
@@ -28,7 +28,6 @@ export declare class APIController implements IAPIController {
28
28
  * description: A short description for the config not more than 50 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
@@ -114,7 +113,6 @@ export declare class APIController implements IAPIController {
114
113
  * description: A short description for the config not more than 50 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
@@ -97,7 +97,6 @@ class APIController {
97
97
  * description: A short description for the config not more than 50 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
@@ -237,7 +236,6 @@ class APIController {
237
236
  * description: A short description for the config not more than 50 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "0.3.7-beta.681",
3
+ "version": "0.3.7-beta.682",
4
4
  "description": "SAML 2.0 service",
5
5
  "keywords": [
6
6
  "SAML 2.0"