@xyo-network/id-payload-plugin 3.6.0-rc.4 → 3.6.0-rc.6

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.
@@ -17,13 +17,15 @@ export type IdPayload = Id;
17
17
  /**
18
18
  * Identity helper for ID Payload
19
19
  */
20
- export declare const isId: (x?: unknown | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & IdFields & {
20
+ export declare const isId: (x?: unknown | null) => x is import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
21
21
  schema: "network.xyo.id";
22
- };
22
+ salt: string;
23
+ }>;
23
24
  /**
24
25
  * Identity helper for ID Payload with sources
25
26
  */
26
- export declare const isIdWithSources: (x?: unknown | null) => x is WithSources<WithSources<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & IdFields & {
27
+ export declare const isIdWithSources: (x?: unknown | null) => x is WithSources<WithSources<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
27
28
  schema: "network.xyo.id";
28
- }>>;
29
+ salt: string;
30
+ }>>>;
29
31
  //# sourceMappingURL=Payload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACZ,MAAM,4BAA4B,CAAA;AAMnC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,EAAE,GAAG,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAA;AAE5C;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,EAAE,CAAA;AAE1B;;GAEG;AACH,eAAO,MAAM,IAAI;;CAAsC,CAAA;AAEvD;;GAEG;AACH,eAAO,MAAM,eAAe;;GAA8D,CAAA"}
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACP,WAAW,EACZ,MAAM,4BAA4B,CAAA;AAMnC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AAEtC;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,EAAE,GAAG,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAA;AAE5C;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,EAAE,CAAA;AAE1B;;GAEG;AACH,eAAO,MAAM,IAAI;;UAhBT,MAAM;EAgByC,CAAA;AAEvD;;GAEG;AACH,eAAO,MAAM,eAAe;;UArBpB,MAAM;IAqB4E,CAAA"}
@@ -1,4 +1,5 @@
1
- export declare const IdPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("./Payload.ts").IdFields & {
1
+ export declare const IdPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
2
2
  schema: "network.xyo.id";
3
- }>;
3
+ salt: string;
4
+ }>>;
4
5
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe;;EAIxB,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe;;;GAIxB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/id-payload-plugin",
3
- "version": "3.6.0-rc.4",
3
+ "version": "3.6.0-rc.6",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,13 +29,13 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/payload-model": "^3.6.0-rc.4",
33
- "@xyo-network/payload-plugin": "^3.6.0-rc.4"
32
+ "@xyo-network/payload-model": "^3.6.0-rc.6",
33
+ "@xyo-network/payload-plugin": "^3.6.0-rc.6"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@xylabs/ts-scripts-yarn3": "^4.2.4",
37
37
  "@xylabs/tsconfig": "^4.2.4",
38
- "@xylabs/vitest-extended": "^4.4.13",
38
+ "@xylabs/vitest-extended": "^4.4.15",
39
39
  "typescript": "^5.7.2",
40
40
  "vitest": "^2.1.8"
41
41
  },