@seamapi/types 1.347.1 → 1.348.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -0
- package/lib/seam/connect/openapi.d.ts +10 -0
- package/lib/seam/connect/openapi.js +10 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +10 -0
package/dist/connect.d.cts
CHANGED
|
@@ -24620,6 +24620,16 @@ declare const _default: {
|
|
|
24620
24620
|
scheme: string;
|
|
24621
24621
|
type: string;
|
|
24622
24622
|
};
|
|
24623
|
+
bridge_client_session: {
|
|
24624
|
+
bearerFormat: string;
|
|
24625
|
+
scheme: string;
|
|
24626
|
+
type: string;
|
|
24627
|
+
};
|
|
24628
|
+
certified_client: {
|
|
24629
|
+
bearerFormat: string;
|
|
24630
|
+
scheme: string;
|
|
24631
|
+
type: string;
|
|
24632
|
+
};
|
|
24623
24633
|
client_session: {
|
|
24624
24634
|
bearerFormat: string;
|
|
24625
24635
|
scheme: string;
|
|
@@ -8019,6 +8019,16 @@ declare const _default: {
|
|
|
8019
8019
|
scheme: string;
|
|
8020
8020
|
type: string;
|
|
8021
8021
|
};
|
|
8022
|
+
bridge_client_session: {
|
|
8023
|
+
bearerFormat: string;
|
|
8024
|
+
scheme: string;
|
|
8025
|
+
type: string;
|
|
8026
|
+
};
|
|
8027
|
+
certified_client: {
|
|
8028
|
+
bearerFormat: string;
|
|
8029
|
+
scheme: string;
|
|
8030
|
+
type: string;
|
|
8031
|
+
};
|
|
8022
8032
|
client_session: {
|
|
8023
8033
|
bearerFormat: string;
|
|
8024
8034
|
scheme: string;
|
|
@@ -13329,6 +13329,16 @@ export default {
|
|
|
13329
13329
|
type: 'http',
|
|
13330
13330
|
},
|
|
13331
13331
|
api_key: { bearerFormat: 'API Key', scheme: 'bearer', type: 'http' },
|
|
13332
|
+
bridge_client_session: {
|
|
13333
|
+
bearerFormat: 'Bridge Client Session Token',
|
|
13334
|
+
scheme: 'bearer',
|
|
13335
|
+
type: 'http',
|
|
13336
|
+
},
|
|
13337
|
+
certified_client: {
|
|
13338
|
+
bearerFormat: 'Certified Client',
|
|
13339
|
+
scheme: 'bearer',
|
|
13340
|
+
type: 'http',
|
|
13341
|
+
},
|
|
13332
13342
|
client_session: {
|
|
13333
13343
|
bearerFormat: 'Client Session Token',
|
|
13334
13344
|
scheme: 'bearer',
|