@seamapi/types 1.725.0 → 1.727.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"}
@@ -21901,6 +21901,12 @@ declare const _default: {
21901
21901
  batch: {
21902
21902
  description: string;
21903
21903
  properties: {
21904
+ access_methods: {
21905
+ items: {
21906
+ $ref: string;
21907
+ };
21908
+ type: string;
21909
+ };
21904
21910
  acs_access_groups: {
21905
21911
  items: {
21906
21912
  $ref: string;
@@ -22040,6 +22046,12 @@ declare const _default: {
22040
22046
  batch: {
22041
22047
  description: string;
22042
22048
  properties: {
22049
+ access_methods: {
22050
+ items: {
22051
+ $ref: string;
22052
+ };
22053
+ type: string;
22054
+ };
22043
22055
  acs_access_groups: {
22044
22056
  items: {
22045
22057
  $ref: string;
@@ -53643,6 +53655,113 @@ declare const _default: {
53643
53655
  'x-undocumented': string;
53644
53656
  };
53645
53657
  };
53658
+ '/seam/customer/v1/settings/business_verticals/list': {
53659
+ get: {
53660
+ description: string;
53661
+ operationId: string;
53662
+ parameters: never[];
53663
+ responses: {
53664
+ 200: {
53665
+ content: {
53666
+ 'application/json': {
53667
+ schema: {
53668
+ properties: {
53669
+ business_verticals: {
53670
+ items: {
53671
+ description: string;
53672
+ enum: string[];
53673
+ type: string;
53674
+ };
53675
+ type: string;
53676
+ };
53677
+ ok: {
53678
+ type: string;
53679
+ };
53680
+ };
53681
+ required: string[];
53682
+ type: string;
53683
+ };
53684
+ };
53685
+ };
53686
+ description: string;
53687
+ };
53688
+ 400: {
53689
+ description: string;
53690
+ };
53691
+ 401: {
53692
+ description: string;
53693
+ };
53694
+ };
53695
+ security: {
53696
+ console_session_with_workspace: never[];
53697
+ }[];
53698
+ summary: string;
53699
+ tags: never[];
53700
+ 'x-fern-sdk-group-name': string[];
53701
+ 'x-fern-sdk-method-name': string;
53702
+ 'x-fern-sdk-return-value': string;
53703
+ 'x-response-key': string;
53704
+ 'x-title': string;
53705
+ 'x-undocumented': string;
53706
+ };
53707
+ post: {
53708
+ description: string;
53709
+ operationId: string;
53710
+ requestBody: {
53711
+ content: {
53712
+ 'application/json': {
53713
+ schema: {
53714
+ properties: {};
53715
+ type: string;
53716
+ };
53717
+ };
53718
+ };
53719
+ };
53720
+ responses: {
53721
+ 200: {
53722
+ content: {
53723
+ 'application/json': {
53724
+ schema: {
53725
+ properties: {
53726
+ business_verticals: {
53727
+ items: {
53728
+ description: string;
53729
+ enum: string[];
53730
+ type: string;
53731
+ };
53732
+ type: string;
53733
+ };
53734
+ ok: {
53735
+ type: string;
53736
+ };
53737
+ };
53738
+ required: string[];
53739
+ type: string;
53740
+ };
53741
+ };
53742
+ };
53743
+ description: string;
53744
+ };
53745
+ 400: {
53746
+ description: string;
53747
+ };
53748
+ 401: {
53749
+ description: string;
53750
+ };
53751
+ };
53752
+ security: {
53753
+ console_session_with_workspace: never[];
53754
+ }[];
53755
+ summary: string;
53756
+ tags: never[];
53757
+ 'x-fern-sdk-group-name': string[];
53758
+ 'x-fern-sdk-method-name': string;
53759
+ 'x-fern-sdk-return-value': string;
53760
+ 'x-response-key': string;
53761
+ 'x-title': string;
53762
+ 'x-undocumented': string;
53763
+ };
53764
+ };
53646
53765
  '/seam/customer/v1/settings/get': {
53647
53766
  get: {
53648
53767
  description: string;
@@ -53877,6 +53996,307 @@ declare const _default: {
53877
53996
  'x-undocumented': string;
53878
53997
  };
53879
53998
  };
53999
+ '/seam/customer/v1/settings/vertical_resource_aliases/get': {
54000
+ get: {
54001
+ description: string;
54002
+ operationId: string;
54003
+ parameters: never[];
54004
+ responses: {
54005
+ 200: {
54006
+ content: {
54007
+ 'application/json': {
54008
+ schema: {
54009
+ properties: {
54010
+ ok: {
54011
+ type: string;
54012
+ };
54013
+ vertical_resource_aliases: {
54014
+ properties: {
54015
+ access_grant: {
54016
+ description: string;
54017
+ properties: {
54018
+ collection_key: {
54019
+ description: string;
54020
+ type: string;
54021
+ };
54022
+ collection_label: {
54023
+ description: string;
54024
+ type: string;
54025
+ };
54026
+ resource_key: {
54027
+ description: string;
54028
+ type: string;
54029
+ };
54030
+ resource_label: {
54031
+ description: string;
54032
+ type: string;
54033
+ };
54034
+ };
54035
+ required: string[];
54036
+ type: string;
54037
+ };
54038
+ additional_spaces: {
54039
+ description: string;
54040
+ items: {
54041
+ properties: {
54042
+ collection_key: {
54043
+ description: string;
54044
+ type: string;
54045
+ };
54046
+ collection_label: {
54047
+ description: string;
54048
+ type: string;
54049
+ };
54050
+ resource_key: {
54051
+ description: string;
54052
+ type: string;
54053
+ };
54054
+ resource_label: {
54055
+ description: string;
54056
+ type: string;
54057
+ };
54058
+ };
54059
+ required: string[];
54060
+ type: string;
54061
+ };
54062
+ type: string;
54063
+ };
54064
+ space: {
54065
+ description: string;
54066
+ properties: {
54067
+ collection_key: {
54068
+ description: string;
54069
+ type: string;
54070
+ };
54071
+ collection_label: {
54072
+ description: string;
54073
+ type: string;
54074
+ };
54075
+ resource_key: {
54076
+ description: string;
54077
+ type: string;
54078
+ };
54079
+ resource_label: {
54080
+ description: string;
54081
+ type: string;
54082
+ };
54083
+ };
54084
+ required: string[];
54085
+ type: string;
54086
+ };
54087
+ user_identity: {
54088
+ description: string;
54089
+ properties: {
54090
+ collection_key: {
54091
+ description: string;
54092
+ type: string;
54093
+ };
54094
+ collection_label: {
54095
+ description: string;
54096
+ type: string;
54097
+ };
54098
+ resource_key: {
54099
+ description: string;
54100
+ type: string;
54101
+ };
54102
+ resource_label: {
54103
+ description: string;
54104
+ type: string;
54105
+ };
54106
+ };
54107
+ required: string[];
54108
+ type: string;
54109
+ };
54110
+ };
54111
+ required: string[];
54112
+ type: string;
54113
+ };
54114
+ };
54115
+ required: string[];
54116
+ type: string;
54117
+ };
54118
+ };
54119
+ };
54120
+ description: string;
54121
+ };
54122
+ 400: {
54123
+ description: string;
54124
+ };
54125
+ 401: {
54126
+ description: string;
54127
+ };
54128
+ };
54129
+ security: ({
54130
+ console_session_with_workspace: never[];
54131
+ client_session_with_customer?: never;
54132
+ } | {
54133
+ client_session_with_customer: never[];
54134
+ console_session_with_workspace?: never;
54135
+ })[];
54136
+ summary: string;
54137
+ tags: never[];
54138
+ 'x-fern-sdk-group-name': string[];
54139
+ 'x-fern-sdk-method-name': string;
54140
+ 'x-fern-sdk-return-value': string;
54141
+ 'x-response-key': string;
54142
+ 'x-title': string;
54143
+ 'x-undocumented': string;
54144
+ };
54145
+ post: {
54146
+ description: string;
54147
+ operationId: string;
54148
+ requestBody: {
54149
+ content: {
54150
+ 'application/json': {
54151
+ schema: {
54152
+ properties: {};
54153
+ type: string;
54154
+ };
54155
+ };
54156
+ };
54157
+ };
54158
+ responses: {
54159
+ 200: {
54160
+ content: {
54161
+ 'application/json': {
54162
+ schema: {
54163
+ properties: {
54164
+ ok: {
54165
+ type: string;
54166
+ };
54167
+ vertical_resource_aliases: {
54168
+ properties: {
54169
+ access_grant: {
54170
+ description: string;
54171
+ properties: {
54172
+ collection_key: {
54173
+ description: string;
54174
+ type: string;
54175
+ };
54176
+ collection_label: {
54177
+ description: string;
54178
+ type: string;
54179
+ };
54180
+ resource_key: {
54181
+ description: string;
54182
+ type: string;
54183
+ };
54184
+ resource_label: {
54185
+ description: string;
54186
+ type: string;
54187
+ };
54188
+ };
54189
+ required: string[];
54190
+ type: string;
54191
+ };
54192
+ additional_spaces: {
54193
+ description: string;
54194
+ items: {
54195
+ properties: {
54196
+ collection_key: {
54197
+ description: string;
54198
+ type: string;
54199
+ };
54200
+ collection_label: {
54201
+ description: string;
54202
+ type: string;
54203
+ };
54204
+ resource_key: {
54205
+ description: string;
54206
+ type: string;
54207
+ };
54208
+ resource_label: {
54209
+ description: string;
54210
+ type: string;
54211
+ };
54212
+ };
54213
+ required: string[];
54214
+ type: string;
54215
+ };
54216
+ type: string;
54217
+ };
54218
+ space: {
54219
+ description: string;
54220
+ properties: {
54221
+ collection_key: {
54222
+ description: string;
54223
+ type: string;
54224
+ };
54225
+ collection_label: {
54226
+ description: string;
54227
+ type: string;
54228
+ };
54229
+ resource_key: {
54230
+ description: string;
54231
+ type: string;
54232
+ };
54233
+ resource_label: {
54234
+ description: string;
54235
+ type: string;
54236
+ };
54237
+ };
54238
+ required: string[];
54239
+ type: string;
54240
+ };
54241
+ user_identity: {
54242
+ description: string;
54243
+ properties: {
54244
+ collection_key: {
54245
+ description: string;
54246
+ type: string;
54247
+ };
54248
+ collection_label: {
54249
+ description: string;
54250
+ type: string;
54251
+ };
54252
+ resource_key: {
54253
+ description: string;
54254
+ type: string;
54255
+ };
54256
+ resource_label: {
54257
+ description: string;
54258
+ type: string;
54259
+ };
54260
+ };
54261
+ required: string[];
54262
+ type: string;
54263
+ };
54264
+ };
54265
+ required: string[];
54266
+ type: string;
54267
+ };
54268
+ };
54269
+ required: string[];
54270
+ type: string;
54271
+ };
54272
+ };
54273
+ };
54274
+ description: string;
54275
+ };
54276
+ 400: {
54277
+ description: string;
54278
+ };
54279
+ 401: {
54280
+ description: string;
54281
+ };
54282
+ };
54283
+ security: ({
54284
+ console_session_with_workspace: never[];
54285
+ client_session_with_customer?: never;
54286
+ } | {
54287
+ client_session_with_customer: never[];
54288
+ console_session_with_workspace?: never;
54289
+ })[];
54290
+ summary: string;
54291
+ tags: never[];
54292
+ 'x-fern-sdk-group-name': string[];
54293
+ 'x-fern-sdk-method-name': string;
54294
+ 'x-fern-sdk-return-value': string;
54295
+ 'x-response-key': string;
54296
+ 'x-title': string;
54297
+ 'x-undocumented': string;
54298
+ };
54299
+ };
53880
54300
  '/seam/customer/v1/spaces/create': {
53881
54301
  post: {
53882
54302
  description: string;