@boxyhq/saml-jackson 1.24.1 → 1.24.2

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.
@@ -125,7 +125,7 @@ export declare class ConnectionAPIController implements IConnectionAPIController
125
125
  * post:
126
126
  * summary: Create SSO connection
127
127
  * operationId: create-sso-connection
128
- * tags: [Single Sign On]
128
+ * tags: [Single Sign-On]
129
129
  * produces:
130
130
  * - application/json
131
131
  * consumes:
@@ -266,7 +266,7 @@ export declare class ConnectionAPIController implements IConnectionAPIController
266
266
  * patch:
267
267
  * summary: Update SSO Connection
268
268
  * operationId: update-sso-connection
269
- * tags: [Single Sign On]
269
+ * tags: [Single Sign-On]
270
270
  * consumes:
271
271
  * - application/json
272
272
  * - application/x-www-form-urlencoded
@@ -395,7 +395,7 @@ export declare class ConnectionAPIController implements IConnectionAPIController
395
395
  * - $ref: '#/parameters/strategyParamGet'
396
396
  * - $ref: '#/parameters/sortParamGet'
397
397
  * operationId: get-connections
398
- * tags: [Single Sign On]
398
+ * tags: [Single Sign-On]
399
399
  * responses:
400
400
  * '200':
401
401
  * $ref: '#/responses/200Get'
@@ -444,7 +444,7 @@ export declare class ConnectionAPIController implements IConnectionAPIController
444
444
  * - $ref: '#/parameters/strategyDel'
445
445
  * summary: Delete SSO Connections
446
446
  * operationId: delete-sso-connection
447
- * tags: [Single Sign On]
447
+ * tags: [Single Sign-On]
448
448
  * responses:
449
449
  * '200':
450
450
  * description: Success
@@ -526,7 +526,7 @@ export declare class ConnectionAPIController implements IConnectionAPIController
526
526
  * - $ref: '#/parameters/pageLimit'
527
527
  * - $ref: '#/parameters/pageToken'
528
528
  * operationId: get-connections-by-product
529
- * tags: [Single Sign On]
529
+ * tags: [Single Sign-On]
530
530
  * responses:
531
531
  * '200':
532
532
  * $ref: '#/responses/200GetByProduct'
@@ -164,7 +164,7 @@ class ConnectionAPIController {
164
164
  * post:
165
165
  * summary: Create SSO connection
166
166
  * operationId: create-sso-connection
167
- * tags: [Single Sign On]
167
+ * tags: [Single Sign-On]
168
168
  * produces:
169
169
  * - application/json
170
170
  * consumes:
@@ -327,7 +327,7 @@ class ConnectionAPIController {
327
327
  * patch:
328
328
  * summary: Update SSO Connection
329
329
  * operationId: update-sso-connection
330
- * tags: [Single Sign On]
330
+ * tags: [Single Sign-On]
331
331
  * consumes:
332
332
  * - application/json
333
333
  * - application/x-www-form-urlencoded
@@ -497,7 +497,7 @@ class ConnectionAPIController {
497
497
  * - $ref: '#/parameters/strategyParamGet'
498
498
  * - $ref: '#/parameters/sortParamGet'
499
499
  * operationId: get-connections
500
- * tags: [Single Sign On]
500
+ * tags: [Single Sign-On]
501
501
  * responses:
502
502
  * '200':
503
503
  * $ref: '#/responses/200Get'
@@ -650,7 +650,7 @@ class ConnectionAPIController {
650
650
  * - $ref: '#/parameters/strategyDel'
651
651
  * summary: Delete SSO Connections
652
652
  * operationId: delete-sso-connection
653
- * tags: [Single Sign On]
653
+ * tags: [Single Sign-On]
654
654
  * responses:
655
655
  * '200':
656
656
  * description: Success
@@ -790,7 +790,7 @@ class ConnectionAPIController {
790
790
  * - $ref: '#/parameters/pageLimit'
791
791
  * - $ref: '#/parameters/pageToken'
792
792
  * operationId: get-connections-by-product
793
- * tags: [Single Sign On]
793
+ * tags: [Single Sign-On]
794
794
  * responses:
795
795
  * '200':
796
796
  * $ref: '#/responses/200GetByProduct'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "1.24.1",
3
+ "version": "1.24.2",
4
4
  "description": "SAML Jackson library",
5
5
  "keywords": [
6
6
  "SAML 2.0"
@@ -39,16 +39,16 @@
39
39
  "coverage-map": "map.js"
40
40
  },
41
41
  "dependencies": {
42
- "@aws-sdk/client-dynamodb": "3.572.0",
43
- "@aws-sdk/credential-providers": "3.572.0",
44
- "@aws-sdk/util-dynamodb": "3.572.0",
42
+ "@aws-sdk/client-dynamodb": "3.576.0",
43
+ "@aws-sdk/credential-providers": "3.576.0",
44
+ "@aws-sdk/util-dynamodb": "3.576.0",
45
45
  "@boxyhq/error-code-mnemonic": "0.1.1",
46
46
  "@boxyhq/metrics": "0.2.7",
47
47
  "@boxyhq/saml20": "1.5.1",
48
- "@googleapis/admin": "18.0.0",
48
+ "@googleapis/admin": "19.0.0",
49
49
  "axios": "1.6.8",
50
50
  "encoding": "0.1.13",
51
- "jose": "5.2.4",
51
+ "jose": "5.3.0",
52
52
  "lodash": "4.17.21",
53
53
  "mixpanel": "0.18.0",
54
54
  "mongodb": "6.6.1",
@@ -65,14 +65,14 @@
65
65
  "devDependencies": {
66
66
  "@faker-js/faker": "8.4.1",
67
67
  "@types/lodash": "4.17.1",
68
- "@types/node": "20.12.11",
68
+ "@types/node": "20.12.12",
69
69
  "@types/sinon": "17.0.3",
70
70
  "@types/tap": "15.0.11",
71
71
  "cross-env": "7.0.3",
72
72
  "migrate-mongo": "11.0.0",
73
73
  "nock": "13.5.4",
74
74
  "sinon": "17.0.2",
75
- "tap": "18.7.3",
75
+ "tap": "18.8.0",
76
76
  "ts-node": "10.9.2",
77
77
  "tsconfig-paths": "4.2.0",
78
78
  "typescript": "5.4.5"