@seamapi/types 1.511.0 → 1.512.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 +14 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -3
- package/dist/index.cjs +14 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +5 -2
- package/lib/seam/connect/openapi.js +14 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +14 -2
- package/src/lib/seam/connect/route-types.ts +3 -1
|
@@ -33533,7 +33533,6 @@ declare const _default: {
|
|
|
33533
33533
|
parameters: {
|
|
33534
33534
|
in: string;
|
|
33535
33535
|
name: string;
|
|
33536
|
-
required: boolean;
|
|
33537
33536
|
schema: {
|
|
33538
33537
|
description: string;
|
|
33539
33538
|
format: string;
|
|
@@ -33601,8 +33600,12 @@ declare const _default: {
|
|
|
33601
33600
|
format: string;
|
|
33602
33601
|
type: string;
|
|
33603
33602
|
};
|
|
33603
|
+
instant_key_url: {
|
|
33604
|
+
description: string;
|
|
33605
|
+
format: string;
|
|
33606
|
+
type: string;
|
|
33607
|
+
};
|
|
33604
33608
|
};
|
|
33605
|
-
required: string[];
|
|
33606
33609
|
type: string;
|
|
33607
33610
|
};
|
|
33608
33611
|
};
|
|
@@ -39893,13 +39893,21 @@ export default {
|
|
|
39893
39893
|
{
|
|
39894
39894
|
in: 'query',
|
|
39895
39895
|
name: 'instant_key_id',
|
|
39896
|
-
required: true,
|
|
39897
39896
|
schema: {
|
|
39898
39897
|
description: 'ID of the instant key to get.',
|
|
39899
39898
|
format: 'uuid',
|
|
39900
39899
|
type: 'string',
|
|
39901
39900
|
},
|
|
39902
39901
|
},
|
|
39902
|
+
{
|
|
39903
|
+
in: 'query',
|
|
39904
|
+
name: 'instant_key_url',
|
|
39905
|
+
schema: {
|
|
39906
|
+
description: 'URL of the instant key to get.',
|
|
39907
|
+
format: 'uri',
|
|
39908
|
+
type: 'string',
|
|
39909
|
+
},
|
|
39910
|
+
},
|
|
39903
39911
|
],
|
|
39904
39912
|
responses: {
|
|
39905
39913
|
200: {
|
|
@@ -39946,8 +39954,12 @@ export default {
|
|
|
39946
39954
|
format: 'uuid',
|
|
39947
39955
|
type: 'string',
|
|
39948
39956
|
},
|
|
39957
|
+
instant_key_url: {
|
|
39958
|
+
description: 'URL of the instant key to get.',
|
|
39959
|
+
format: 'uri',
|
|
39960
|
+
type: 'string',
|
|
39961
|
+
},
|
|
39949
39962
|
},
|
|
39950
|
-
required: ['instant_key_id'],
|
|
39951
39963
|
type: 'object',
|
|
39952
39964
|
},
|
|
39953
39965
|
},
|