@seamapi/types 1.583.0 → 1.584.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 +52 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +63 -1
- package/dist/index.cjs +52 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +54 -0
- package/lib/seam/connect/openapi.js +50 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +9 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +50 -0
- package/src/lib/seam/connect/route-types.ts +13 -0
|
@@ -39610,6 +39610,19 @@ declare const _default: {
|
|
|
39610
39610
|
required: string[];
|
|
39611
39611
|
type: string;
|
|
39612
39612
|
};
|
|
39613
|
+
space_name_updated: {
|
|
39614
|
+
properties: {
|
|
39615
|
+
config: {
|
|
39616
|
+
$ref: string;
|
|
39617
|
+
};
|
|
39618
|
+
rule: {
|
|
39619
|
+
enum: string[];
|
|
39620
|
+
type: string;
|
|
39621
|
+
};
|
|
39622
|
+
};
|
|
39623
|
+
required: string[];
|
|
39624
|
+
type: string;
|
|
39625
|
+
};
|
|
39613
39626
|
};
|
|
39614
39627
|
type: string;
|
|
39615
39628
|
};
|
|
@@ -39717,6 +39730,19 @@ declare const _default: {
|
|
|
39717
39730
|
required: string[];
|
|
39718
39731
|
type: string;
|
|
39719
39732
|
};
|
|
39733
|
+
space_name_updated: {
|
|
39734
|
+
properties: {
|
|
39735
|
+
config: {
|
|
39736
|
+
$ref: string;
|
|
39737
|
+
};
|
|
39738
|
+
rule: {
|
|
39739
|
+
enum: string[];
|
|
39740
|
+
type: string;
|
|
39741
|
+
};
|
|
39742
|
+
};
|
|
39743
|
+
required: string[];
|
|
39744
|
+
type: string;
|
|
39745
|
+
};
|
|
39720
39746
|
};
|
|
39721
39747
|
type: string;
|
|
39722
39748
|
};
|
|
@@ -39828,6 +39854,20 @@ declare const _default: {
|
|
|
39828
39854
|
required: string[];
|
|
39829
39855
|
type: string;
|
|
39830
39856
|
};
|
|
39857
|
+
space_name_updated: {
|
|
39858
|
+
properties: {
|
|
39859
|
+
config: {
|
|
39860
|
+
properties: {};
|
|
39861
|
+
type: string;
|
|
39862
|
+
};
|
|
39863
|
+
rule: {
|
|
39864
|
+
enum: string[];
|
|
39865
|
+
type: string;
|
|
39866
|
+
};
|
|
39867
|
+
};
|
|
39868
|
+
required: string[];
|
|
39869
|
+
type: string;
|
|
39870
|
+
};
|
|
39831
39871
|
};
|
|
39832
39872
|
type: string;
|
|
39833
39873
|
};
|
|
@@ -39949,6 +39989,20 @@ declare const _default: {
|
|
|
39949
39989
|
required: string[];
|
|
39950
39990
|
type: string;
|
|
39951
39991
|
};
|
|
39992
|
+
space_name_updated: {
|
|
39993
|
+
properties: {
|
|
39994
|
+
config: {
|
|
39995
|
+
properties: {};
|
|
39996
|
+
type: string;
|
|
39997
|
+
};
|
|
39998
|
+
rule: {
|
|
39999
|
+
enum: string[];
|
|
40000
|
+
type: string;
|
|
40001
|
+
};
|
|
40002
|
+
};
|
|
40003
|
+
required: string[];
|
|
40004
|
+
type: string;
|
|
40005
|
+
};
|
|
39952
40006
|
};
|
|
39953
40007
|
type: string;
|
|
39954
40008
|
};
|
|
@@ -44437,6 +44437,7 @@ export default {
|
|
|
44437
44437
|
'reservation_created',
|
|
44438
44438
|
'reservation_time_updated',
|
|
44439
44439
|
'reservation_deleted',
|
|
44440
|
+
'space_name_updated',
|
|
44440
44441
|
],
|
|
44441
44442
|
type: 'string',
|
|
44442
44443
|
},
|
|
@@ -44628,6 +44629,7 @@ export default {
|
|
|
44628
44629
|
'reservation_created',
|
|
44629
44630
|
'reservation_time_updated',
|
|
44630
44631
|
'reservation_deleted',
|
|
44632
|
+
'space_name_updated',
|
|
44631
44633
|
],
|
|
44632
44634
|
type: 'string',
|
|
44633
44635
|
},
|
|
@@ -44899,6 +44901,19 @@ export default {
|
|
|
44899
44901
|
required: ['rule'],
|
|
44900
44902
|
type: 'object',
|
|
44901
44903
|
},
|
|
44904
|
+
space_name_updated: {
|
|
44905
|
+
properties: {
|
|
44906
|
+
config: {
|
|
44907
|
+
$ref: '#/components/schemas/access_code',
|
|
44908
|
+
},
|
|
44909
|
+
rule: {
|
|
44910
|
+
enum: ['space_name_updated'],
|
|
44911
|
+
type: 'string',
|
|
44912
|
+
},
|
|
44913
|
+
},
|
|
44914
|
+
required: ['rule'],
|
|
44915
|
+
type: 'object',
|
|
44916
|
+
},
|
|
44902
44917
|
},
|
|
44903
44918
|
type: 'object',
|
|
44904
44919
|
},
|
|
@@ -44999,6 +45014,19 @@ export default {
|
|
|
44999
45014
|
required: ['rule'],
|
|
45000
45015
|
type: 'object',
|
|
45001
45016
|
},
|
|
45017
|
+
space_name_updated: {
|
|
45018
|
+
properties: {
|
|
45019
|
+
config: {
|
|
45020
|
+
$ref: '#/components/schemas/access_code',
|
|
45021
|
+
},
|
|
45022
|
+
rule: {
|
|
45023
|
+
enum: ['space_name_updated'],
|
|
45024
|
+
type: 'string',
|
|
45025
|
+
},
|
|
45026
|
+
},
|
|
45027
|
+
required: ['rule'],
|
|
45028
|
+
type: 'object',
|
|
45029
|
+
},
|
|
45002
45030
|
},
|
|
45003
45031
|
type: 'object',
|
|
45004
45032
|
},
|
|
@@ -45097,6 +45125,17 @@ export default {
|
|
|
45097
45125
|
required: ['rule'],
|
|
45098
45126
|
type: 'object',
|
|
45099
45127
|
},
|
|
45128
|
+
space_name_updated: {
|
|
45129
|
+
properties: {
|
|
45130
|
+
config: { properties: {}, type: 'object' },
|
|
45131
|
+
rule: {
|
|
45132
|
+
enum: ['space_name_updated'],
|
|
45133
|
+
type: 'string',
|
|
45134
|
+
},
|
|
45135
|
+
},
|
|
45136
|
+
required: ['rule'],
|
|
45137
|
+
type: 'object',
|
|
45138
|
+
},
|
|
45100
45139
|
},
|
|
45101
45140
|
type: 'object',
|
|
45102
45141
|
},
|
|
@@ -45203,6 +45242,17 @@ export default {
|
|
|
45203
45242
|
required: ['rule'],
|
|
45204
45243
|
type: 'object',
|
|
45205
45244
|
},
|
|
45245
|
+
space_name_updated: {
|
|
45246
|
+
properties: {
|
|
45247
|
+
config: { properties: {}, type: 'object' },
|
|
45248
|
+
rule: {
|
|
45249
|
+
enum: ['space_name_updated'],
|
|
45250
|
+
type: 'string',
|
|
45251
|
+
},
|
|
45252
|
+
},
|
|
45253
|
+
required: ['rule'],
|
|
45254
|
+
type: 'object',
|
|
45255
|
+
},
|
|
45206
45256
|
},
|
|
45207
45257
|
type: 'object',
|
|
45208
45258
|
},
|