@kya-os/contracts 1.7.7 → 1.7.9

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.
@@ -72,8 +72,8 @@ export declare const AuditContextSchema: z.ZodObject<{
72
72
  [k: string]: unknown;
73
73
  };
74
74
  session: {
75
- sessionId: string;
76
75
  audience: string;
76
+ sessionId: string;
77
77
  } & {
78
78
  [k: string]: unknown;
79
79
  };
@@ -89,8 +89,8 @@ export declare const AuditContextSchema: z.ZodObject<{
89
89
  [k: string]: unknown;
90
90
  };
91
91
  session: {
92
- sessionId: string;
93
92
  audience: string;
93
+ sessionId: string;
94
94
  } & {
95
95
  [k: string]: unknown;
96
96
  };
@@ -160,8 +160,8 @@ export declare const AuditEventContextSchema: z.ZodObject<{
160
160
  [k: string]: unknown;
161
161
  };
162
162
  session: {
163
- sessionId: string;
164
163
  audience: string;
164
+ sessionId: string;
165
165
  } & {
166
166
  [k: string]: unknown;
167
167
  };
@@ -175,8 +175,8 @@ export declare const AuditEventContextSchema: z.ZodObject<{
175
175
  [k: string]: unknown;
176
176
  };
177
177
  session: {
178
- sessionId: string;
179
178
  audience: string;
179
+ sessionId: string;
180
180
  } & {
181
181
  [k: string]: unknown;
182
182
  };
package/dist/cli.d.ts CHANGED
@@ -37,11 +37,11 @@ export declare const CLIIdentityFileSchema: z.ZodEffects<z.ZodEffects<z.ZodObjec
37
37
  claimUrl: string | null;
38
38
  }>>;
39
39
  }, "strip", z.ZodTypeAny, {
40
+ version: "1.0";
40
41
  did: string;
41
42
  publicKey: string;
42
43
  privateKey: string;
43
44
  createdAt: string;
44
- version: "1.0";
45
45
  kta?: {
46
46
  registered: boolean;
47
47
  registeredAt: string;
@@ -51,11 +51,11 @@ export declare const CLIIdentityFileSchema: z.ZodEffects<z.ZodEffects<z.ZodObjec
51
51
  keyId?: string | undefined;
52
52
  lastRotated?: string | undefined;
53
53
  }, {
54
+ version: "1.0";
54
55
  did: string;
55
56
  publicKey: string;
56
57
  privateKey: string;
57
58
  createdAt: string;
58
- version: "1.0";
59
59
  kta?: {
60
60
  registered: boolean;
61
61
  registeredAt: string;
@@ -65,11 +65,11 @@ export declare const CLIIdentityFileSchema: z.ZodEffects<z.ZodEffects<z.ZodObjec
65
65
  keyId?: string | undefined;
66
66
  lastRotated?: string | undefined;
67
67
  }>, {
68
+ version: "1.0";
68
69
  did: string;
69
70
  publicKey: string;
70
71
  privateKey: string;
71
72
  createdAt: string;
72
- version: "1.0";
73
73
  kta?: {
74
74
  registered: boolean;
75
75
  registeredAt: string;
@@ -79,11 +79,11 @@ export declare const CLIIdentityFileSchema: z.ZodEffects<z.ZodEffects<z.ZodObjec
79
79
  keyId?: string | undefined;
80
80
  lastRotated?: string | undefined;
81
81
  }, {
82
+ version: "1.0";
82
83
  did: string;
83
84
  publicKey: string;
84
85
  privateKey: string;
85
86
  createdAt: string;
86
- version: "1.0";
87
87
  kta?: {
88
88
  registered: boolean;
89
89
  registeredAt: string;
@@ -102,11 +102,11 @@ export declare const CLIIdentityFileSchema: z.ZodEffects<z.ZodEffects<z.ZodObjec
102
102
  lastRotated?: string;
103
103
  kta?: z.infer<typeof KTARegistrationSchema>;
104
104
  }, {
105
+ version: "1.0";
105
106
  did: string;
106
107
  publicKey: string;
107
108
  privateKey: string;
108
109
  createdAt: string;
109
- version: "1.0";
110
110
  kta?: {
111
111
  registered: boolean;
112
112
  registeredAt: string;