@seamapi/types 1.235.1 → 1.236.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 +4 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +18 -0
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +4 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +4 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -12077,6 +12077,10 @@ declare const _default: {
|
|
|
12077
12077
|
prefer_native_scheduling: {
|
|
12078
12078
|
type: string;
|
|
12079
12079
|
};
|
|
12080
|
+
preferred_code_length: {
|
|
12081
|
+
format: string;
|
|
12082
|
+
type: string;
|
|
12083
|
+
};
|
|
12080
12084
|
starts_at: {
|
|
12081
12085
|
type: string;
|
|
12082
12086
|
};
|
|
@@ -13513,6 +13517,10 @@ declare const _default: {
|
|
|
13513
13517
|
prefer_native_scheduling: {
|
|
13514
13518
|
type: string;
|
|
13515
13519
|
};
|
|
13520
|
+
preferred_code_length: {
|
|
13521
|
+
format: string;
|
|
13522
|
+
type: string;
|
|
13523
|
+
};
|
|
13516
13524
|
starts_at: {
|
|
13517
13525
|
type: string;
|
|
13518
13526
|
};
|
|
@@ -13643,6 +13651,10 @@ declare const _default: {
|
|
|
13643
13651
|
prefer_native_scheduling: {
|
|
13644
13652
|
type: string;
|
|
13645
13653
|
};
|
|
13654
|
+
preferred_code_length: {
|
|
13655
|
+
format: string;
|
|
13656
|
+
type: string;
|
|
13657
|
+
};
|
|
13646
13658
|
starts_at: {
|
|
13647
13659
|
type: string;
|
|
13648
13660
|
};
|
|
@@ -13774,6 +13786,10 @@ declare const _default: {
|
|
|
13774
13786
|
prefer_native_scheduling: {
|
|
13775
13787
|
type: string;
|
|
13776
13788
|
};
|
|
13789
|
+
preferred_code_length: {
|
|
13790
|
+
format: string;
|
|
13791
|
+
type: string;
|
|
13792
|
+
};
|
|
13777
13793
|
starts_at: {
|
|
13778
13794
|
type: string;
|
|
13779
13795
|
};
|
|
@@ -26130,6 +26146,7 @@ interface Routes {
|
|
|
26130
26146
|
use_backup_access_code_pool?: boolean | undefined;
|
|
26131
26147
|
allow_external_modification?: boolean | undefined;
|
|
26132
26148
|
is_external_modification_allowed?: boolean | undefined;
|
|
26149
|
+
preferred_code_length?: number | undefined;
|
|
26133
26150
|
use_offline_access_code?: boolean | undefined;
|
|
26134
26151
|
is_offline_access_code?: boolean | undefined;
|
|
26135
26152
|
is_one_time_use?: boolean | undefined;
|
|
@@ -27841,6 +27858,7 @@ interface Routes {
|
|
|
27841
27858
|
use_backup_access_code_pool?: boolean | undefined;
|
|
27842
27859
|
allow_external_modification?: boolean | undefined;
|
|
27843
27860
|
is_external_modification_allowed?: boolean | undefined;
|
|
27861
|
+
preferred_code_length?: number | undefined;
|
|
27844
27862
|
use_offline_access_code?: boolean | undefined;
|
|
27845
27863
|
is_offline_access_code?: boolean | undefined;
|
|
27846
27864
|
is_one_time_use?: boolean | undefined;
|
|
@@ -3574,6 +3574,10 @@ declare const _default: {
|
|
|
3574
3574
|
prefer_native_scheduling: {
|
|
3575
3575
|
type: string;
|
|
3576
3576
|
};
|
|
3577
|
+
preferred_code_length: {
|
|
3578
|
+
format: string;
|
|
3579
|
+
type: string;
|
|
3580
|
+
};
|
|
3577
3581
|
starts_at: {
|
|
3578
3582
|
type: string;
|
|
3579
3583
|
};
|
|
@@ -5010,6 +5014,10 @@ declare const _default: {
|
|
|
5010
5014
|
prefer_native_scheduling: {
|
|
5011
5015
|
type: string;
|
|
5012
5016
|
};
|
|
5017
|
+
preferred_code_length: {
|
|
5018
|
+
format: string;
|
|
5019
|
+
type: string;
|
|
5020
|
+
};
|
|
5013
5021
|
starts_at: {
|
|
5014
5022
|
type: string;
|
|
5015
5023
|
};
|
|
@@ -5140,6 +5148,10 @@ declare const _default: {
|
|
|
5140
5148
|
prefer_native_scheduling: {
|
|
5141
5149
|
type: string;
|
|
5142
5150
|
};
|
|
5151
|
+
preferred_code_length: {
|
|
5152
|
+
format: string;
|
|
5153
|
+
type: string;
|
|
5154
|
+
};
|
|
5143
5155
|
starts_at: {
|
|
5144
5156
|
type: string;
|
|
5145
5157
|
};
|
|
@@ -5271,6 +5283,10 @@ declare const _default: {
|
|
|
5271
5283
|
prefer_native_scheduling: {
|
|
5272
5284
|
type: string;
|
|
5273
5285
|
};
|
|
5286
|
+
preferred_code_length: {
|
|
5287
|
+
format: string;
|
|
5288
|
+
type: string;
|
|
5289
|
+
};
|
|
5274
5290
|
starts_at: {
|
|
5275
5291
|
type: string;
|
|
5276
5292
|
};
|
|
@@ -3960,6 +3960,7 @@ export default {
|
|
|
3960
3960
|
},
|
|
3961
3961
|
name: { type: 'string' },
|
|
3962
3962
|
prefer_native_scheduling: { type: 'boolean' },
|
|
3963
|
+
preferred_code_length: { format: 'float', type: 'number' },
|
|
3963
3964
|
starts_at: { type: 'string' },
|
|
3964
3965
|
sync: { default: false, type: 'boolean' },
|
|
3965
3966
|
use_backup_access_code_pool: { type: 'boolean' },
|
|
@@ -4856,6 +4857,7 @@ export default {
|
|
|
4856
4857
|
},
|
|
4857
4858
|
name: { type: 'string' },
|
|
4858
4859
|
prefer_native_scheduling: { type: 'boolean' },
|
|
4860
|
+
preferred_code_length: { format: 'float', type: 'number' },
|
|
4859
4861
|
starts_at: { type: 'string' },
|
|
4860
4862
|
sync: { default: false, type: 'boolean' },
|
|
4861
4863
|
type: { enum: ['ongoing', 'time_bound'], type: 'string' },
|
|
@@ -4931,6 +4933,7 @@ export default {
|
|
|
4931
4933
|
},
|
|
4932
4934
|
name: { type: 'string' },
|
|
4933
4935
|
prefer_native_scheduling: { type: 'boolean' },
|
|
4936
|
+
preferred_code_length: { format: 'float', type: 'number' },
|
|
4934
4937
|
starts_at: { type: 'string' },
|
|
4935
4938
|
sync: { default: false, type: 'boolean' },
|
|
4936
4939
|
type: { enum: ['ongoing', 'time_bound'], type: 'string' },
|
|
@@ -5007,6 +5010,7 @@ export default {
|
|
|
5007
5010
|
},
|
|
5008
5011
|
name: { type: 'string' },
|
|
5009
5012
|
prefer_native_scheduling: { type: 'boolean' },
|
|
5013
|
+
preferred_code_length: { format: 'float', type: 'number' },
|
|
5010
5014
|
starts_at: { type: 'string' },
|
|
5011
5015
|
sync: { default: false, type: 'boolean' },
|
|
5012
5016
|
type: { enum: ['ongoing', 'time_bound'], type: 'string' },
|