@seamapi/types 1.725.0 → 1.726.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.
@@ -1,3 +1,3 @@
1
1
  import { z } from 'zod';
2
- export declare const business_vertical: z.ZodEnum<["short_term_rental", "hospitality", "multi_family", "gym_management", "property_tours"]>;
2
+ export declare const business_vertical: z.ZodEnum<["neutral", "short_term_rental", "hospitality", "multi_family", "gym_management", "property_tours"]>;
3
3
  export type BusinessVertical = z.infer<typeof business_vertical>;
@@ -1,6 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export const business_vertical = z
3
3
  .enum([
4
+ 'neutral',
4
5
  'short_term_rental',
5
6
  'hospitality',
6
7
  'multi_family',
@@ -1 +1 @@
1
- {"version":3,"file":"business-vertical.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/business-vertical.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC;KAC/B,IAAI,CAAC;IACJ,mBAAmB;IACnB,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,gBAAgB;CACjB,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA"}
1
+ {"version":3,"file":"business-vertical.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/business-vertical.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC;KAC/B,IAAI,CAAC;IACJ,SAAS;IACT,mBAAmB;IACnB,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,gBAAgB;CACjB,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA"}
@@ -53643,6 +53643,113 @@ declare const _default: {
53643
53643
  'x-undocumented': string;
53644
53644
  };
53645
53645
  };
53646
+ '/seam/customer/v1/settings/business_verticals/list': {
53647
+ get: {
53648
+ description: string;
53649
+ operationId: string;
53650
+ parameters: never[];
53651
+ responses: {
53652
+ 200: {
53653
+ content: {
53654
+ 'application/json': {
53655
+ schema: {
53656
+ properties: {
53657
+ business_verticals: {
53658
+ items: {
53659
+ description: string;
53660
+ enum: string[];
53661
+ type: string;
53662
+ };
53663
+ type: string;
53664
+ };
53665
+ ok: {
53666
+ type: string;
53667
+ };
53668
+ };
53669
+ required: string[];
53670
+ type: string;
53671
+ };
53672
+ };
53673
+ };
53674
+ description: string;
53675
+ };
53676
+ 400: {
53677
+ description: string;
53678
+ };
53679
+ 401: {
53680
+ description: string;
53681
+ };
53682
+ };
53683
+ security: {
53684
+ console_session_with_workspace: never[];
53685
+ }[];
53686
+ summary: string;
53687
+ tags: never[];
53688
+ 'x-fern-sdk-group-name': string[];
53689
+ 'x-fern-sdk-method-name': string;
53690
+ 'x-fern-sdk-return-value': string;
53691
+ 'x-response-key': string;
53692
+ 'x-title': string;
53693
+ 'x-undocumented': string;
53694
+ };
53695
+ post: {
53696
+ description: string;
53697
+ operationId: string;
53698
+ requestBody: {
53699
+ content: {
53700
+ 'application/json': {
53701
+ schema: {
53702
+ properties: {};
53703
+ type: string;
53704
+ };
53705
+ };
53706
+ };
53707
+ };
53708
+ responses: {
53709
+ 200: {
53710
+ content: {
53711
+ 'application/json': {
53712
+ schema: {
53713
+ properties: {
53714
+ business_verticals: {
53715
+ items: {
53716
+ description: string;
53717
+ enum: string[];
53718
+ type: string;
53719
+ };
53720
+ type: string;
53721
+ };
53722
+ ok: {
53723
+ type: string;
53724
+ };
53725
+ };
53726
+ required: string[];
53727
+ type: string;
53728
+ };
53729
+ };
53730
+ };
53731
+ description: string;
53732
+ };
53733
+ 400: {
53734
+ description: string;
53735
+ };
53736
+ 401: {
53737
+ description: string;
53738
+ };
53739
+ };
53740
+ security: {
53741
+ console_session_with_workspace: never[];
53742
+ }[];
53743
+ summary: string;
53744
+ tags: never[];
53745
+ 'x-fern-sdk-group-name': string[];
53746
+ 'x-fern-sdk-method-name': string;
53747
+ 'x-fern-sdk-return-value': string;
53748
+ 'x-response-key': string;
53749
+ 'x-title': string;
53750
+ 'x-undocumented': string;
53751
+ };
53752
+ };
53646
53753
  '/seam/customer/v1/settings/get': {
53647
53754
  get: {
53648
53755
  description: string;
@@ -53877,6 +53984,307 @@ declare const _default: {
53877
53984
  'x-undocumented': string;
53878
53985
  };
53879
53986
  };
53987
+ '/seam/customer/v1/settings/vertical_resource_aliases/get': {
53988
+ get: {
53989
+ description: string;
53990
+ operationId: string;
53991
+ parameters: never[];
53992
+ responses: {
53993
+ 200: {
53994
+ content: {
53995
+ 'application/json': {
53996
+ schema: {
53997
+ properties: {
53998
+ ok: {
53999
+ type: string;
54000
+ };
54001
+ vertical_resource_aliases: {
54002
+ properties: {
54003
+ access_grant: {
54004
+ description: string;
54005
+ properties: {
54006
+ collection_key: {
54007
+ description: string;
54008
+ type: string;
54009
+ };
54010
+ collection_label: {
54011
+ description: string;
54012
+ type: string;
54013
+ };
54014
+ resource_key: {
54015
+ description: string;
54016
+ type: string;
54017
+ };
54018
+ resource_label: {
54019
+ description: string;
54020
+ type: string;
54021
+ };
54022
+ };
54023
+ required: string[];
54024
+ type: string;
54025
+ };
54026
+ additional_spaces: {
54027
+ description: string;
54028
+ items: {
54029
+ properties: {
54030
+ collection_key: {
54031
+ description: string;
54032
+ type: string;
54033
+ };
54034
+ collection_label: {
54035
+ description: string;
54036
+ type: string;
54037
+ };
54038
+ resource_key: {
54039
+ description: string;
54040
+ type: string;
54041
+ };
54042
+ resource_label: {
54043
+ description: string;
54044
+ type: string;
54045
+ };
54046
+ };
54047
+ required: string[];
54048
+ type: string;
54049
+ };
54050
+ type: string;
54051
+ };
54052
+ space: {
54053
+ description: string;
54054
+ properties: {
54055
+ collection_key: {
54056
+ description: string;
54057
+ type: string;
54058
+ };
54059
+ collection_label: {
54060
+ description: string;
54061
+ type: string;
54062
+ };
54063
+ resource_key: {
54064
+ description: string;
54065
+ type: string;
54066
+ };
54067
+ resource_label: {
54068
+ description: string;
54069
+ type: string;
54070
+ };
54071
+ };
54072
+ required: string[];
54073
+ type: string;
54074
+ };
54075
+ user_identity: {
54076
+ description: string;
54077
+ properties: {
54078
+ collection_key: {
54079
+ description: string;
54080
+ type: string;
54081
+ };
54082
+ collection_label: {
54083
+ description: string;
54084
+ type: string;
54085
+ };
54086
+ resource_key: {
54087
+ description: string;
54088
+ type: string;
54089
+ };
54090
+ resource_label: {
54091
+ description: string;
54092
+ type: string;
54093
+ };
54094
+ };
54095
+ required: string[];
54096
+ type: string;
54097
+ };
54098
+ };
54099
+ required: string[];
54100
+ type: string;
54101
+ };
54102
+ };
54103
+ required: string[];
54104
+ type: string;
54105
+ };
54106
+ };
54107
+ };
54108
+ description: string;
54109
+ };
54110
+ 400: {
54111
+ description: string;
54112
+ };
54113
+ 401: {
54114
+ description: string;
54115
+ };
54116
+ };
54117
+ security: ({
54118
+ console_session_with_workspace: never[];
54119
+ client_session_with_customer?: never;
54120
+ } | {
54121
+ client_session_with_customer: never[];
54122
+ console_session_with_workspace?: never;
54123
+ })[];
54124
+ summary: string;
54125
+ tags: never[];
54126
+ 'x-fern-sdk-group-name': string[];
54127
+ 'x-fern-sdk-method-name': string;
54128
+ 'x-fern-sdk-return-value': string;
54129
+ 'x-response-key': string;
54130
+ 'x-title': string;
54131
+ 'x-undocumented': string;
54132
+ };
54133
+ post: {
54134
+ description: string;
54135
+ operationId: string;
54136
+ requestBody: {
54137
+ content: {
54138
+ 'application/json': {
54139
+ schema: {
54140
+ properties: {};
54141
+ type: string;
54142
+ };
54143
+ };
54144
+ };
54145
+ };
54146
+ responses: {
54147
+ 200: {
54148
+ content: {
54149
+ 'application/json': {
54150
+ schema: {
54151
+ properties: {
54152
+ ok: {
54153
+ type: string;
54154
+ };
54155
+ vertical_resource_aliases: {
54156
+ properties: {
54157
+ access_grant: {
54158
+ description: string;
54159
+ properties: {
54160
+ collection_key: {
54161
+ description: string;
54162
+ type: string;
54163
+ };
54164
+ collection_label: {
54165
+ description: string;
54166
+ type: string;
54167
+ };
54168
+ resource_key: {
54169
+ description: string;
54170
+ type: string;
54171
+ };
54172
+ resource_label: {
54173
+ description: string;
54174
+ type: string;
54175
+ };
54176
+ };
54177
+ required: string[];
54178
+ type: string;
54179
+ };
54180
+ additional_spaces: {
54181
+ description: string;
54182
+ items: {
54183
+ properties: {
54184
+ collection_key: {
54185
+ description: string;
54186
+ type: string;
54187
+ };
54188
+ collection_label: {
54189
+ description: string;
54190
+ type: string;
54191
+ };
54192
+ resource_key: {
54193
+ description: string;
54194
+ type: string;
54195
+ };
54196
+ resource_label: {
54197
+ description: string;
54198
+ type: string;
54199
+ };
54200
+ };
54201
+ required: string[];
54202
+ type: string;
54203
+ };
54204
+ type: string;
54205
+ };
54206
+ space: {
54207
+ description: string;
54208
+ properties: {
54209
+ collection_key: {
54210
+ description: string;
54211
+ type: string;
54212
+ };
54213
+ collection_label: {
54214
+ description: string;
54215
+ type: string;
54216
+ };
54217
+ resource_key: {
54218
+ description: string;
54219
+ type: string;
54220
+ };
54221
+ resource_label: {
54222
+ description: string;
54223
+ type: string;
54224
+ };
54225
+ };
54226
+ required: string[];
54227
+ type: string;
54228
+ };
54229
+ user_identity: {
54230
+ description: string;
54231
+ properties: {
54232
+ collection_key: {
54233
+ description: string;
54234
+ type: string;
54235
+ };
54236
+ collection_label: {
54237
+ description: string;
54238
+ type: string;
54239
+ };
54240
+ resource_key: {
54241
+ description: string;
54242
+ type: string;
54243
+ };
54244
+ resource_label: {
54245
+ description: string;
54246
+ type: string;
54247
+ };
54248
+ };
54249
+ required: string[];
54250
+ type: string;
54251
+ };
54252
+ };
54253
+ required: string[];
54254
+ type: string;
54255
+ };
54256
+ };
54257
+ required: string[];
54258
+ type: string;
54259
+ };
54260
+ };
54261
+ };
54262
+ description: string;
54263
+ };
54264
+ 400: {
54265
+ description: string;
54266
+ };
54267
+ 401: {
54268
+ description: string;
54269
+ };
54270
+ };
54271
+ security: ({
54272
+ console_session_with_workspace: never[];
54273
+ client_session_with_customer?: never;
54274
+ } | {
54275
+ client_session_with_customer: never[];
54276
+ console_session_with_workspace?: never;
54277
+ })[];
54278
+ summary: string;
54279
+ tags: never[];
54280
+ 'x-fern-sdk-group-name': string[];
54281
+ 'x-fern-sdk-method-name': string;
54282
+ 'x-fern-sdk-return-value': string;
54283
+ 'x-response-key': string;
54284
+ 'x-title': string;
54285
+ 'x-undocumented': string;
54286
+ };
54287
+ };
53880
54288
  '/seam/customer/v1/spaces/create': {
53881
54289
  post: {
53882
54290
  description: string;