@seamapi/types 1.437.0 → 1.437.1
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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -54080,6 +54080,7 @@ declare const _default: {
|
|
|
54080
54080
|
'x-fern-sdk-method-name': string;
|
|
54081
54081
|
'x-fern-sdk-return-value': string;
|
|
54082
54082
|
'x-response-key': string;
|
|
54083
|
+
'x-title': string;
|
|
54083
54084
|
};
|
|
54084
54085
|
};
|
|
54085
54086
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
@@ -54150,6 +54151,7 @@ declare const _default: {
|
|
|
54150
54151
|
'x-fern-sdk-method-name': string;
|
|
54151
54152
|
'x-fern-sdk-return-value': string;
|
|
54152
54153
|
'x-response-key': string;
|
|
54154
|
+
'x-title': string;
|
|
54153
54155
|
};
|
|
54154
54156
|
};
|
|
54155
54157
|
'/locks/unlock_door': {
|
|
@@ -32065,6 +32065,7 @@ declare const _default: {
|
|
|
32065
32065
|
'x-fern-sdk-method-name': string;
|
|
32066
32066
|
'x-fern-sdk-return-value': string;
|
|
32067
32067
|
'x-response-key': string;
|
|
32068
|
+
'x-title': string;
|
|
32068
32069
|
};
|
|
32069
32070
|
};
|
|
32070
32071
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
@@ -32135,6 +32136,7 @@ declare const _default: {
|
|
|
32135
32136
|
'x-fern-sdk-method-name': string;
|
|
32136
32137
|
'x-fern-sdk-return-value': string;
|
|
32137
32138
|
'x-response-key': string;
|
|
32139
|
+
'x-title': string;
|
|
32138
32140
|
};
|
|
32139
32141
|
};
|
|
32140
32142
|
'/locks/unlock_door': {
|
|
@@ -38108,6 +38108,7 @@ export default {
|
|
|
38108
38108
|
'x-fern-sdk-method-name': 'keypad_code_entry',
|
|
38109
38109
|
'x-fern-sdk-return-value': 'action_attempt',
|
|
38110
38110
|
'x-response-key': 'action_attempt',
|
|
38111
|
+
'x-title': 'Simulate a Keypad Code Entry',
|
|
38111
38112
|
},
|
|
38112
38113
|
},
|
|
38113
38114
|
'/locks/simulate/manual_lock_via_keypad': {
|
|
@@ -38164,6 +38165,7 @@ export default {
|
|
|
38164
38165
|
'x-fern-sdk-method-name': 'manual_lock_via_keypad',
|
|
38165
38166
|
'x-fern-sdk-return-value': 'action_attempt',
|
|
38166
38167
|
'x-response-key': 'action_attempt',
|
|
38168
|
+
'x-title': 'Simulate a Manual Lock Action Using a Keypad',
|
|
38167
38169
|
},
|
|
38168
38170
|
},
|
|
38169
38171
|
'/locks/unlock_door': {
|