@seamapi/types 1.899.0 → 1.901.0
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/connect.cjs +10 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -3
- package/dist/index.cjs +10 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +5 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +5 -0
- package/src/lib/seam/connect/route-types.ts +3 -0
|
@@ -47343,6 +47343,7 @@ const openapi = {
|
|
|
47343
47343
|
'yale_access',
|
|
47344
47344
|
'hid_cm',
|
|
47345
47345
|
'google_nest',
|
|
47346
|
+
'slack',
|
|
47346
47347
|
],
|
|
47347
47348
|
type: 'string',
|
|
47348
47349
|
},
|
|
@@ -51424,6 +51425,7 @@ const openapi = {
|
|
|
51424
51425
|
'guesty',
|
|
51425
51426
|
'acuity_scheduling',
|
|
51426
51427
|
'omnitec',
|
|
51428
|
+
'slack',
|
|
51427
51429
|
],
|
|
51428
51430
|
type: 'string',
|
|
51429
51431
|
},
|
|
@@ -51922,6 +51924,7 @@ const openapi = {
|
|
|
51922
51924
|
'guesty',
|
|
51923
51925
|
'acuity_scheduling',
|
|
51924
51926
|
'omnitec',
|
|
51927
|
+
'slack',
|
|
51925
51928
|
],
|
|
51926
51929
|
type: 'string',
|
|
51927
51930
|
},
|
|
@@ -54171,6 +54174,7 @@ const openapi = {
|
|
|
54171
54174
|
'guesty',
|
|
54172
54175
|
'acuity_scheduling',
|
|
54173
54176
|
'omnitec',
|
|
54177
|
+
'slack',
|
|
54174
54178
|
],
|
|
54175
54179
|
type: 'string',
|
|
54176
54180
|
},
|
|
@@ -54668,6 +54672,7 @@ const openapi = {
|
|
|
54668
54672
|
'guesty',
|
|
54669
54673
|
'acuity_scheduling',
|
|
54670
54674
|
'omnitec',
|
|
54675
|
+
'slack',
|
|
54671
54676
|
],
|
|
54672
54677
|
type: 'string',
|
|
54673
54678
|
},
|