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