@seamapi/types 1.705.0 → 1.706.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 +8 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
|
@@ -47581,6 +47581,10 @@ declare const _default: {
|
|
|
47581
47581
|
nullable: boolean;
|
|
47582
47582
|
type: string;
|
|
47583
47583
|
};
|
|
47584
|
+
instant_key_url: {
|
|
47585
|
+
format: string;
|
|
47586
|
+
type: string;
|
|
47587
|
+
};
|
|
47584
47588
|
is_card_encoding_required: {
|
|
47585
47589
|
type: string;
|
|
47586
47590
|
};
|
|
@@ -47722,6 +47726,10 @@ declare const _default: {
|
|
|
47722
47726
|
nullable: boolean;
|
|
47723
47727
|
type: string;
|
|
47724
47728
|
};
|
|
47729
|
+
instant_key_url: {
|
|
47730
|
+
format: string;
|
|
47731
|
+
type: string;
|
|
47732
|
+
};
|
|
47725
47733
|
is_card_encoding_required: {
|
|
47726
47734
|
type: string;
|
|
47727
47735
|
};
|
|
@@ -52380,6 +52380,10 @@ export default {
|
|
|
52380
52380
|
type: 'string',
|
|
52381
52381
|
},
|
|
52382
52382
|
code: { nullable: true, type: 'string' },
|
|
52383
|
+
instant_key_url: {
|
|
52384
|
+
format: 'uri',
|
|
52385
|
+
type: 'string',
|
|
52386
|
+
},
|
|
52383
52387
|
is_card_encoding_required: { type: 'boolean' },
|
|
52384
52388
|
is_issued: { type: 'boolean' },
|
|
52385
52389
|
mode: { type: 'string' },
|
|
@@ -52495,6 +52499,10 @@ export default {
|
|
|
52495
52499
|
type: 'string',
|
|
52496
52500
|
},
|
|
52497
52501
|
code: { nullable: true, type: 'string' },
|
|
52502
|
+
instant_key_url: {
|
|
52503
|
+
format: 'uri',
|
|
52504
|
+
type: 'string',
|
|
52505
|
+
},
|
|
52498
52506
|
is_card_encoding_required: { type: 'boolean' },
|
|
52499
52507
|
is_issued: { type: 'boolean' },
|
|
52500
52508
|
mode: { type: 'string' },
|