Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dist/base/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ var esimSchemaSpec = markAsSchemaSpec({
data_used: zod.z.boolean(),
status: zod.z.string().nullable(),
status_history: esimStatusHistorySchema,
status_updated_at: timestampNullable,
name: zod.z.string(),
android_auto: zod.z.boolean(),
partner_price: zod.z.number().nullable(),
Expand Down
2 changes: 1 addition & 1 deletion dist/base/index.cjs.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/base/index.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ declare const HESIMSchema: z.ZodObject<{
status: string;
telna_esim_status: number;
}>, "many">>>;
status_updated_at: z.ZodEffects<z.ZodDate, Date, Date>;
name: z.ZodString;
android_auto: z.ZodBoolean;
partner_price: z.ZodNullable<z.ZodNumber>;
Expand Down Expand Up @@ -546,6 +547,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down Expand Up @@ -582,6 +584,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down
3 changes: 3 additions & 0 deletions dist/base/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ declare const HESIMSchema: z.ZodObject<{
status: string;
telna_esim_status: number;
}>, "many">>>;
status_updated_at: z.ZodEffects<z.ZodDate, Date, Date>;
name: z.ZodString;
android_auto: z.ZodBoolean;
partner_price: z.ZodNullable<z.ZodNumber>;
Expand Down Expand Up @@ -546,6 +547,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down Expand Up @@ -582,6 +584,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down
1 change: 1 addition & 0 deletions dist/base/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/base/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ var esimSchemaSpec = markAsSchemaSpec({
data_used: zod.z.boolean(),
status: zod.z.string().nullable(),
status_history: esimStatusHistorySchema,
status_updated_at: timestampNullable,
name: zod.z.string(),
android_auto: zod.z.boolean(),
partner_price: zod.z.number().nullable(),
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/index.d.cts
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ declare const esimSchemaSpec: {
status: string;
telna_esim_status: number;
}>, "many">>>;
status_updated_at: {
_type: "timestamp";
nullable: boolean;
optional: boolean;
};
name: z.ZodString;
android_auto: z.ZodBoolean;
partner_price: z.ZodNullable<z.ZodNumber>;
Expand Down Expand Up @@ -2289,6 +2294,7 @@ declare const HESIMSchema: z.ZodObject<{
status: string;
telna_esim_status: number;
}>, "many">>>;
status_updated_at: z.ZodEffects<z.ZodDate, Date, Date>;
name: z.ZodString;
android_auto: z.ZodBoolean;
partner_price: z.ZodNullable<z.ZodNumber>;
Expand Down Expand Up @@ -2322,6 +2328,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down Expand Up @@ -2358,6 +2365,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down
8 changes: 8 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,11 @@ declare const esimSchemaSpec: {
status: string;
telna_esim_status: number;
}>, "many">>>;
status_updated_at: {
_type: "timestamp";
nullable: boolean;
optional: boolean;
};
name: z.ZodString;
android_auto: z.ZodBoolean;
partner_price: z.ZodNullable<z.ZodNumber>;
Expand Down Expand Up @@ -2289,6 +2294,7 @@ declare const HESIMSchema: z.ZodObject<{
status: string;
telna_esim_status: number;
}>, "many">>>;
status_updated_at: z.ZodEffects<z.ZodDate, Date, Date>;
name: z.ZodString;
android_auto: z.ZodBoolean;
partner_price: z.ZodNullable<z.ZodNumber>;
Expand Down Expand Up @@ -2322,6 +2328,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down Expand Up @@ -2358,6 +2365,7 @@ declare const HESIMSchema: z.ZodObject<{
total_data: number;
data_left: number;
data_used: boolean;
status_updated_at: Date;
android_auto: boolean;
partner_price: number | null;
payment: string | null;
Expand Down
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubbyesim/types",
"version": "2.3.0",
"version": "2.3.1",
"description": "Type definitions for the hubbyesim project",
"type": "module",
"main": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/specs/esim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const esimSchemaSpec = markAsSchemaSpec({
data_used: z.boolean(),
status: z.string().nullable(),
status_history: esimStatusHistorySchema,
status_updated_at: timestampNullable,
name: z.string(),
android_auto: z.boolean(),
partner_price: z.number().nullable(),
Expand Down
Loading