@seamapi/types 1.229.0 → 1.229.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.
@@ -16291,6 +16291,7 @@ declare const _default: {
16291
16291
  schema: {
16292
16292
  properties: {
16293
16293
  access_schedule: {
16294
+ nullable: boolean;
16294
16295
  properties: {
16295
16296
  ends_at: {
16296
16297
  format: string;
@@ -16384,6 +16385,7 @@ declare const _default: {
16384
16385
  schema: {
16385
16386
  properties: {
16386
16387
  access_schedule: {
16388
+ nullable: boolean;
16387
16389
  properties: {
16388
16390
  ends_at: {
16389
16391
  format: string;
@@ -27967,10 +27969,10 @@ interface Routes {
27967
27969
  method: 'PATCH' | 'POST';
27968
27970
  queryParams: {};
27969
27971
  jsonBody: {
27970
- access_schedule?: {
27972
+ access_schedule?: ({
27971
27973
  starts_at: string;
27972
27974
  ends_at: string;
27973
- } | undefined;
27975
+ } | null) | undefined;
27974
27976
  acs_user_id: string;
27975
27977
  full_name?: string | undefined;
27976
27978
  /**
@@ -8102,6 +8102,7 @@ declare const _default: {
8102
8102
  schema: {
8103
8103
  properties: {
8104
8104
  access_schedule: {
8105
+ nullable: boolean;
8105
8106
  properties: {
8106
8107
  ends_at: {
8107
8108
  format: string;
@@ -8195,6 +8196,7 @@ declare const _default: {
8195
8196
  schema: {
8196
8197
  properties: {
8197
8198
  access_schedule: {
8199
+ nullable: boolean;
8198
8200
  properties: {
8199
8201
  ends_at: {
8200
8202
  format: string;
@@ -6972,6 +6972,7 @@ export default {
6972
6972
  schema: {
6973
6973
  properties: {
6974
6974
  access_schedule: {
6975
+ nullable: true,
6975
6976
  properties: {
6976
6977
  ends_at: { format: 'date-time', type: 'string' },
6977
6978
  starts_at: { format: 'date-time', type: 'string' },
@@ -7030,6 +7031,7 @@ export default {
7030
7031
  schema: {
7031
7032
  properties: {
7032
7033
  access_schedule: {
7034
+ nullable: true,
7033
7035
  properties: {
7034
7036
  ends_at: { format: 'date-time', type: 'string' },
7035
7037
  starts_at: { format: 'date-time', type: 'string' },