@voyantjs/schema-kit 0.101.1 → 0.101.2
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/typeid/typeid-prefixes.d.ts +1 -0
- package/dist/typeid/typeid-prefixes.d.ts.map +1 -1
- package/dist/typeid/typeid-prefixes.js +1 -0
- package/dist/typeid/typeid-schemas.d.ts +1 -0
- package/dist/typeid/typeid-schemas.d.ts.map +1 -1
- package/dist/typeid/typeid-schemas.js +1 -0
- package/package.json +1 -1
|
@@ -60,6 +60,7 @@ export declare const PREFIXES: {
|
|
|
60
60
|
readonly product_itineraries: "piti";
|
|
61
61
|
readonly product_days: "pday";
|
|
62
62
|
readonly product_day_services: "pdse";
|
|
63
|
+
readonly product_day_translations: "pdtr";
|
|
63
64
|
readonly product_versions: "pver";
|
|
64
65
|
readonly product_notes: "prnt";
|
|
65
66
|
readonly bookings: "book";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeid-prefixes.d.ts","sourceRoot":"","sources":["../../src/typeid/typeid-prefixes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"typeid-prefixes.d.ts","sourceRoot":"","sources":["../../src/typeid/typeid-prefixes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmYX,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,QAAQ,CAAA;AAC7C,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAA"}
|
|
@@ -80,6 +80,7 @@ export declare const typeIdSchemas: {
|
|
|
80
80
|
readonly optionUnitTranslation: import("zod").ZodString;
|
|
81
81
|
readonly productDay: import("zod").ZodString;
|
|
82
82
|
readonly productDayService: import("zod").ZodString;
|
|
83
|
+
readonly productDayTranslation: import("zod").ZodString;
|
|
83
84
|
readonly productVersion: import("zod").ZodString;
|
|
84
85
|
readonly productNote: import("zod").ZodString;
|
|
85
86
|
readonly booking: import("zod").ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeid-schemas.d.ts","sourceRoot":"","sources":["../../src/typeid/typeid-schemas.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"typeid-schemas.d.ts","sourceRoot":"","sources":["../../src/typeid/typeid-schemas.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2MhB,CAAA"}
|
|
@@ -81,6 +81,7 @@ export const typeIdSchemas = {
|
|
|
81
81
|
optionUnitTranslation: typeIdSchema("option_unit_translations"),
|
|
82
82
|
productDay: typeIdSchema("product_days"),
|
|
83
83
|
productDayService: typeIdSchema("product_day_services"),
|
|
84
|
+
productDayTranslation: typeIdSchema("product_day_translations"),
|
|
84
85
|
productVersion: typeIdSchema("product_versions"),
|
|
85
86
|
productNote: typeIdSchema("product_notes"),
|
|
86
87
|
booking: typeIdSchema("bookings"),
|