@seamapi/types 1.287.0 → 1.287.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 +0 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -34
- package/lib/seam/connect/openapi.d.ts +0 -30
- package/lib/seam/connect/openapi.js +0 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -18
- package/src/lib/seam/connect/route-types.ts +0 -4
package/dist/connect.d.cts
CHANGED
|
@@ -18264,30 +18264,15 @@ declare const _default: {
|
|
|
18264
18264
|
'application/json': {
|
|
18265
18265
|
schema: {
|
|
18266
18266
|
properties: {
|
|
18267
|
-
allow_external_modification: {
|
|
18268
|
-
type: string;
|
|
18269
|
-
};
|
|
18270
|
-
code: {
|
|
18271
|
-
maxLength: number;
|
|
18272
|
-
minLength: number;
|
|
18273
|
-
pattern: string;
|
|
18274
|
-
type: string;
|
|
18275
|
-
};
|
|
18276
18267
|
common_code_key: {
|
|
18277
18268
|
type: string;
|
|
18278
18269
|
};
|
|
18279
18270
|
ends_at: {
|
|
18280
18271
|
type: string;
|
|
18281
18272
|
};
|
|
18282
|
-
is_external_modification_allowed: {
|
|
18283
|
-
type: string;
|
|
18284
|
-
};
|
|
18285
18273
|
name: {
|
|
18286
18274
|
type: string;
|
|
18287
18275
|
};
|
|
18288
|
-
prefer_native_scheduling: {
|
|
18289
|
-
type: string;
|
|
18290
|
-
};
|
|
18291
18276
|
starts_at: {
|
|
18292
18277
|
type: string;
|
|
18293
18278
|
};
|
|
@@ -18354,30 +18339,15 @@ declare const _default: {
|
|
|
18354
18339
|
'application/json': {
|
|
18355
18340
|
schema: {
|
|
18356
18341
|
properties: {
|
|
18357
|
-
allow_external_modification: {
|
|
18358
|
-
type: string;
|
|
18359
|
-
};
|
|
18360
|
-
code: {
|
|
18361
|
-
maxLength: number;
|
|
18362
|
-
minLength: number;
|
|
18363
|
-
pattern: string;
|
|
18364
|
-
type: string;
|
|
18365
|
-
};
|
|
18366
18342
|
common_code_key: {
|
|
18367
18343
|
type: string;
|
|
18368
18344
|
};
|
|
18369
18345
|
ends_at: {
|
|
18370
18346
|
type: string;
|
|
18371
18347
|
};
|
|
18372
|
-
is_external_modification_allowed: {
|
|
18373
|
-
type: string;
|
|
18374
|
-
};
|
|
18375
18348
|
name: {
|
|
18376
18349
|
type: string;
|
|
18377
18350
|
};
|
|
18378
|
-
prefer_native_scheduling: {
|
|
18379
|
-
type: string;
|
|
18380
|
-
};
|
|
18381
18351
|
starts_at: {
|
|
18382
18352
|
type: string;
|
|
18383
18353
|
};
|
|
@@ -35271,13 +35241,9 @@ interface Routes {
|
|
|
35271
35241
|
method: 'POST' | 'PATCH';
|
|
35272
35242
|
queryParams: {};
|
|
35273
35243
|
jsonBody: {
|
|
35274
|
-
allow_external_modification?: boolean | undefined;
|
|
35275
|
-
is_external_modification_allowed?: boolean | undefined;
|
|
35276
|
-
code?: string | undefined;
|
|
35277
35244
|
ends_at?: string | undefined;
|
|
35278
35245
|
starts_at?: string | undefined;
|
|
35279
35246
|
name?: string | undefined;
|
|
35280
|
-
prefer_native_scheduling?: boolean | undefined;
|
|
35281
35247
|
common_code_key: string;
|
|
35282
35248
|
};
|
|
35283
35249
|
commonParams: {};
|
|
@@ -6500,30 +6500,15 @@ declare const _default: {
|
|
|
6500
6500
|
'application/json': {
|
|
6501
6501
|
schema: {
|
|
6502
6502
|
properties: {
|
|
6503
|
-
allow_external_modification: {
|
|
6504
|
-
type: string;
|
|
6505
|
-
};
|
|
6506
|
-
code: {
|
|
6507
|
-
maxLength: number;
|
|
6508
|
-
minLength: number;
|
|
6509
|
-
pattern: string;
|
|
6510
|
-
type: string;
|
|
6511
|
-
};
|
|
6512
6503
|
common_code_key: {
|
|
6513
6504
|
type: string;
|
|
6514
6505
|
};
|
|
6515
6506
|
ends_at: {
|
|
6516
6507
|
type: string;
|
|
6517
6508
|
};
|
|
6518
|
-
is_external_modification_allowed: {
|
|
6519
|
-
type: string;
|
|
6520
|
-
};
|
|
6521
6509
|
name: {
|
|
6522
6510
|
type: string;
|
|
6523
6511
|
};
|
|
6524
|
-
prefer_native_scheduling: {
|
|
6525
|
-
type: string;
|
|
6526
|
-
};
|
|
6527
6512
|
starts_at: {
|
|
6528
6513
|
type: string;
|
|
6529
6514
|
};
|
|
@@ -6590,30 +6575,15 @@ declare const _default: {
|
|
|
6590
6575
|
'application/json': {
|
|
6591
6576
|
schema: {
|
|
6592
6577
|
properties: {
|
|
6593
|
-
allow_external_modification: {
|
|
6594
|
-
type: string;
|
|
6595
|
-
};
|
|
6596
|
-
code: {
|
|
6597
|
-
maxLength: number;
|
|
6598
|
-
minLength: number;
|
|
6599
|
-
pattern: string;
|
|
6600
|
-
type: string;
|
|
6601
|
-
};
|
|
6602
6578
|
common_code_key: {
|
|
6603
6579
|
type: string;
|
|
6604
6580
|
};
|
|
6605
6581
|
ends_at: {
|
|
6606
6582
|
type: string;
|
|
6607
6583
|
};
|
|
6608
|
-
is_external_modification_allowed: {
|
|
6609
|
-
type: string;
|
|
6610
|
-
};
|
|
6611
6584
|
name: {
|
|
6612
6585
|
type: string;
|
|
6613
6586
|
};
|
|
6614
|
-
prefer_native_scheduling: {
|
|
6615
|
-
type: string;
|
|
6616
|
-
};
|
|
6617
6587
|
starts_at: {
|
|
6618
6588
|
type: string;
|
|
6619
6589
|
};
|
|
@@ -6753,18 +6753,9 @@ export default {
|
|
|
6753
6753
|
'application/json': {
|
|
6754
6754
|
schema: {
|
|
6755
6755
|
properties: {
|
|
6756
|
-
allow_external_modification: { type: 'boolean' },
|
|
6757
|
-
code: {
|
|
6758
|
-
maxLength: 9,
|
|
6759
|
-
minLength: 4,
|
|
6760
|
-
pattern: '^\\d+$',
|
|
6761
|
-
type: 'string',
|
|
6762
|
-
},
|
|
6763
6756
|
common_code_key: { type: 'string' },
|
|
6764
6757
|
ends_at: { type: 'string' },
|
|
6765
|
-
is_external_modification_allowed: { type: 'boolean' },
|
|
6766
6758
|
name: { type: 'string' },
|
|
6767
|
-
prefer_native_scheduling: { type: 'boolean' },
|
|
6768
6759
|
starts_at: { type: 'string' },
|
|
6769
6760
|
},
|
|
6770
6761
|
required: ['common_code_key'],
|
|
@@ -6806,18 +6797,9 @@ export default {
|
|
|
6806
6797
|
'application/json': {
|
|
6807
6798
|
schema: {
|
|
6808
6799
|
properties: {
|
|
6809
|
-
allow_external_modification: { type: 'boolean' },
|
|
6810
|
-
code: {
|
|
6811
|
-
maxLength: 9,
|
|
6812
|
-
minLength: 4,
|
|
6813
|
-
pattern: '^\\d+$',
|
|
6814
|
-
type: 'string',
|
|
6815
|
-
},
|
|
6816
6800
|
common_code_key: { type: 'string' },
|
|
6817
6801
|
ends_at: { type: 'string' },
|
|
6818
|
-
is_external_modification_allowed: { type: 'boolean' },
|
|
6819
6802
|
name: { type: 'string' },
|
|
6820
|
-
prefer_native_scheduling: { type: 'boolean' },
|
|
6821
6803
|
starts_at: { type: 'string' },
|
|
6822
6804
|
},
|
|
6823
6805
|
required: ['common_code_key'],
|