@seamapi/types 1.598.0 → 1.599.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 CHANGED
@@ -42830,8 +42830,11 @@ var openapi_default = {
42830
42830
  exclude: false
42831
42831
  },
42832
42832
  connect: { exclude: false },
42833
+ manage: {
42834
+ exclude: false,
42835
+ exclude_reservation_management: false
42836
+ },
42833
42837
  manage_devices: { exclude: false },
42834
- manage_reservations: { exclude: false },
42835
42838
  organize: { exclude: false }
42836
42839
  },
42837
42840
  is_embedded: false
@@ -42885,48 +42888,31 @@ var openapi_default = {
42885
42888
  },
42886
42889
  type: "object"
42887
42890
  },
42888
- manage_devices: {
42891
+ manage: {
42889
42892
  default: {},
42890
- description: "Configuration for the manage devices feature.",
42893
+ description: "Configuration for the manage feature.",
42891
42894
  properties: {
42892
- accepted_providers: {
42893
- description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
42894
- items: { type: "string" },
42895
- type: "array"
42896
- },
42897
42895
  exclude: {
42898
42896
  default: false,
42899
42897
  description: "Whether to exclude this feature from the portal.",
42900
42898
  type: "boolean"
42901
42899
  },
42902
- excluded_providers: {
42903
- description: "List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.",
42904
- items: { type: "string" },
42905
- type: "array"
42900
+ exclude_reservation_management: {
42901
+ default: false,
42902
+ description: "Indicates whether the customer can manage reservations for their properties.",
42903
+ type: "boolean"
42906
42904
  }
42907
42905
  },
42908
42906
  type: "object"
42909
42907
  },
42910
- manage_reservations: {
42908
+ manage_devices: {
42911
42909
  default: {},
42912
- description: "Configuration for the manage reservations feature.",
42910
+ description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
42913
42911
  properties: {
42914
42912
  exclude: {
42915
42913
  default: false,
42916
42914
  description: "Whether to exclude this feature from the portal.",
42917
42915
  type: "boolean"
42918
- },
42919
- reservations: {
42920
- default: { exclude: false },
42921
- description: "Configuration for the reservations feature.",
42922
- properties: {
42923
- exclude: {
42924
- default: false,
42925
- description: "Indicates whether the customer can view reservations for their properties.",
42926
- type: "boolean"
42927
- }
42928
- },
42929
- type: "object"
42930
42916
  }
42931
42917
  },
42932
42918
  type: "object"
@@ -53656,52 +53642,35 @@ var openapi_default = {
53656
53642
  },
53657
53643
  type: "object"
53658
53644
  },
53659
- manage_devices: {
53645
+ manage: {
53660
53646
  default: {
53661
53647
  $ref: "#/components/schemas/access_code"
53662
53648
  },
53663
- description: "Configuration for the manage devices feature.",
53649
+ description: "Configuration for the manage feature.",
53664
53650
  properties: {
53665
- accepted_providers: {
53666
- description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
53667
- items: { type: "string" },
53668
- type: "array"
53669
- },
53670
53651
  exclude: {
53671
53652
  default: false,
53672
53653
  description: "Whether to exclude this feature from the portal.",
53673
53654
  type: "boolean"
53674
53655
  },
53675
- excluded_providers: {
53676
- description: "List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.",
53677
- items: { type: "string" },
53678
- type: "array"
53656
+ exclude_reservation_management: {
53657
+ default: false,
53658
+ description: "Indicates whether the customer can manage reservations for their properties.",
53659
+ type: "boolean"
53679
53660
  }
53680
53661
  },
53681
53662
  type: "object"
53682
53663
  },
53683
- manage_reservations: {
53664
+ manage_devices: {
53684
53665
  default: {
53685
53666
  $ref: "#/components/schemas/access_code"
53686
53667
  },
53687
- description: "Configuration for the manage reservations feature.",
53668
+ description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
53688
53669
  properties: {
53689
53670
  exclude: {
53690
53671
  default: false,
53691
53672
  description: "Whether to exclude this feature from the portal.",
53692
53673
  type: "boolean"
53693
- },
53694
- reservations: {
53695
- default: { exclude: false },
53696
- description: "Configuration for the reservations feature.",
53697
- properties: {
53698
- exclude: {
53699
- default: false,
53700
- description: "Indicates whether the customer can view reservations for their properties.",
53701
- type: "boolean"
53702
- }
53703
- },
53704
- type: "object"
53705
53674
  }
53706
53675
  },
53707
53676
  type: "object"
@@ -53954,52 +53923,35 @@ var openapi_default = {
53954
53923
  },
53955
53924
  type: "object"
53956
53925
  },
53957
- manage_devices: {
53926
+ manage: {
53958
53927
  default: {
53959
53928
  $ref: "#/components/schemas/access_code"
53960
53929
  },
53961
- description: "Configuration for the manage devices feature.",
53930
+ description: "Configuration for the manage feature.",
53962
53931
  properties: {
53963
- accepted_providers: {
53964
- description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
53965
- items: { type: "string" },
53966
- type: "array"
53967
- },
53968
53932
  exclude: {
53969
53933
  default: false,
53970
53934
  description: "Whether to exclude this feature from the portal.",
53971
53935
  type: "boolean"
53972
53936
  },
53973
- excluded_providers: {
53974
- description: "List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account.",
53975
- items: { type: "string" },
53976
- type: "array"
53937
+ exclude_reservation_management: {
53938
+ default: false,
53939
+ description: "Indicates whether the customer can manage reservations for their properties.",
53940
+ type: "boolean"
53977
53941
  }
53978
53942
  },
53979
53943
  type: "object"
53980
53944
  },
53981
- manage_reservations: {
53945
+ manage_devices: {
53982
53946
  default: {
53983
53947
  $ref: "#/components/schemas/access_code"
53984
53948
  },
53985
- description: "Configuration for the manage reservations feature.",
53949
+ description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
53986
53950
  properties: {
53987
53951
  exclude: {
53988
53952
  default: false,
53989
53953
  description: "Whether to exclude this feature from the portal.",
53990
53954
  type: "boolean"
53991
- },
53992
- reservations: {
53993
- default: { exclude: false },
53994
- description: "Configuration for the reservations feature.",
53995
- properties: {
53996
- exclude: {
53997
- default: false,
53998
- description: "Indicates whether the customer can view reservations for their properties.",
53999
- type: "boolean"
54000
- }
54001
- },
54002
- type: "object"
54003
53955
  }
54004
53956
  },
54005
53957
  type: "object"