@seamapi/types 1.720.0 → 1.721.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.
@@ -100088,10 +100088,18 @@ declare const _default: {
100088
100088
  created_at: {
100089
100089
  type: string;
100090
100090
  };
100091
+ customer_key: {
100092
+ nullable: boolean;
100093
+ type: string;
100094
+ };
100091
100095
  status: {
100092
100096
  enum: string[];
100093
100097
  type: string;
100094
100098
  };
100099
+ unique_provider_resource_key: {
100100
+ nullable: boolean;
100101
+ type: string;
100102
+ };
100095
100103
  updated_at: {
100096
100104
  type: string;
100097
100105
  };
@@ -100168,10 +100176,18 @@ declare const _default: {
100168
100176
  created_at: {
100169
100177
  type: string;
100170
100178
  };
100179
+ customer_key: {
100180
+ nullable: boolean;
100181
+ type: string;
100182
+ };
100171
100183
  status: {
100172
100184
  enum: string[];
100173
100185
  type: string;
100174
100186
  };
100187
+ unique_provider_resource_key: {
100188
+ nullable: boolean;
100189
+ type: string;
100190
+ };
100175
100191
  updated_at: {
100176
100192
  type: string;
100177
100193
  };
@@ -170397,6 +170413,8 @@ type Routes = {
170397
170413
  connectors: {
170398
170414
  connector_id: string;
170399
170415
  connector_type: string;
170416
+ customer_key: string | null;
170417
+ unique_provider_resource_key: string | null;
170400
170418
  status: 'active' | 'inactive' | 'error';
170401
170419
  config: {
170402
170420
  [x: string]: any;
package/dist/index.cjs CHANGED
@@ -56948,15 +56948,22 @@ var openapi_default = {
56948
56948
  connector_id: { type: "string" },
56949
56949
  connector_type: { type: "string" },
56950
56950
  created_at: { type: "string" },
56951
+ customer_key: { nullable: true, type: "string" },
56951
56952
  status: {
56952
56953
  enum: ["active", "inactive", "error"],
56953
56954
  type: "string"
56954
56955
  },
56956
+ unique_provider_resource_key: {
56957
+ nullable: true,
56958
+ type: "string"
56959
+ },
56955
56960
  updated_at: { type: "string" }
56956
56961
  },
56957
56962
  required: [
56958
56963
  "connector_id",
56959
56964
  "connector_type",
56965
+ "customer_key",
56966
+ "unique_provider_resource_key",
56960
56967
  "status",
56961
56968
  "config",
56962
56969
  "created_at",
@@ -57013,15 +57020,22 @@ var openapi_default = {
57013
57020
  connector_id: { type: "string" },
57014
57021
  connector_type: { type: "string" },
57015
57022
  created_at: { type: "string" },
57023
+ customer_key: { nullable: true, type: "string" },
57016
57024
  status: {
57017
57025
  enum: ["active", "inactive", "error"],
57018
57026
  type: "string"
57019
57027
  },
57028
+ unique_provider_resource_key: {
57029
+ nullable: true,
57030
+ type: "string"
57031
+ },
57020
57032
  updated_at: { type: "string" }
57021
57033
  },
57022
57034
  required: [
57023
57035
  "connector_id",
57024
57036
  "connector_type",
57037
+ "customer_key",
57038
+ "unique_provider_resource_key",
57025
57039
  "status",
57026
57040
  "config",
57027
57041
  "created_at",