@seamapi/types 1.819.0 → 1.820.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 +0 -14
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -20
- package/dist/index.cjs +0 -14
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -14
- package/lib/seam/connect/openapi.js +0 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -17
- package/src/lib/seam/connect/route-types.ts +0 -6
package/dist/connect.d.cts
CHANGED
|
@@ -117487,16 +117487,6 @@ declare const _default: {
|
|
|
117487
117487
|
ical_config: {
|
|
117488
117488
|
description: string;
|
|
117489
117489
|
properties: {
|
|
117490
|
-
default_check_in_time: {
|
|
117491
|
-
description: string;
|
|
117492
|
-
pattern: string;
|
|
117493
|
-
type: string;
|
|
117494
|
-
};
|
|
117495
|
-
default_check_out_time: {
|
|
117496
|
-
description: string;
|
|
117497
|
-
pattern: string;
|
|
117498
|
-
type: string;
|
|
117499
|
-
};
|
|
117500
117490
|
fields: {
|
|
117501
117491
|
properties: {
|
|
117502
117492
|
ends_at: {
|
|
@@ -117638,10 +117628,6 @@ declare const _default: {
|
|
|
117638
117628
|
required: string[];
|
|
117639
117629
|
type: string;
|
|
117640
117630
|
};
|
|
117641
|
-
time_zone: {
|
|
117642
|
-
description: string;
|
|
117643
|
-
type: string;
|
|
117644
|
-
};
|
|
117645
117631
|
};
|
|
117646
117632
|
required: string[];
|
|
117647
117633
|
type: string;
|
|
@@ -202064,12 +202050,6 @@ type Routes = {
|
|
|
202064
202050
|
type?: 'date' | undefined;
|
|
202065
202051
|
};
|
|
202066
202052
|
};
|
|
202067
|
-
/** IANA time zone (e.g. America/New_York) applied when dates have no time/timezone */
|
|
202068
|
-
time_zone?: string | undefined;
|
|
202069
|
-
/** Default check-in time (HH:MM) used when iCal gives date-only values */
|
|
202070
|
-
default_check_in_time?: string | undefined;
|
|
202071
|
-
/** Default check-out time (HH:MM) used when iCal gives date-only values */
|
|
202072
|
-
default_check_out_time?: string | undefined;
|
|
202073
202053
|
};
|
|
202074
202054
|
};
|
|
202075
202055
|
commonParams: {};
|
package/dist/index.cjs
CHANGED
|
@@ -66970,16 +66970,6 @@ var openapi_default = {
|
|
|
66970
66970
|
ical_config: {
|
|
66971
66971
|
description: "Config to validate",
|
|
66972
66972
|
properties: {
|
|
66973
|
-
default_check_in_time: {
|
|
66974
|
-
description: "Default check-in time (HH:MM) used when iCal gives date-only values",
|
|
66975
|
-
pattern: "^\\d{2}:\\d{2}$",
|
|
66976
|
-
type: "string"
|
|
66977
|
-
},
|
|
66978
|
-
default_check_out_time: {
|
|
66979
|
-
description: "Default check-out time (HH:MM) used when iCal gives date-only values",
|
|
66980
|
-
pattern: "^\\d{2}:\\d{2}$",
|
|
66981
|
-
type: "string"
|
|
66982
|
-
},
|
|
66983
66973
|
fields: {
|
|
66984
66974
|
properties: {
|
|
66985
66975
|
ends_at: {
|
|
@@ -67120,10 +67110,6 @@ var openapi_default = {
|
|
|
67120
67110
|
},
|
|
67121
67111
|
required: ["source", "pattern"],
|
|
67122
67112
|
type: "object"
|
|
67123
|
-
},
|
|
67124
|
-
time_zone: {
|
|
67125
|
-
description: "IANA time zone (e.g. America/New_York) applied when dates have no time/timezone",
|
|
67126
|
-
type: "string"
|
|
67127
67113
|
}
|
|
67128
67114
|
},
|
|
67129
67115
|
required: ["fields"],
|