@keystrokehq/paradym 0.1.3 → 0.1.4

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.
Files changed (35) hide show
  1. package/dist/actions/create-openid4vc-credential-offer.d.cts +2 -2
  2. package/dist/actions/create-openid4vc-credential-offer.d.mts +2 -2
  3. package/dist/actions/create-openid4vc-verification-request.d.cts +1 -1
  4. package/dist/actions/create-openid4vc-verification-request.d.mts +1 -1
  5. package/dist/actions/get-didcomm-issuance-session.d.cts +3 -3
  6. package/dist/actions/get-didcomm-issuance-session.d.mts +3 -3
  7. package/dist/actions/get-openid4vc-issuance-session.d.cts +2 -2
  8. package/dist/actions/get-openid4vc-issuance-session.d.mts +2 -2
  9. package/dist/actions/get-openid4vc-verification-session.d.cts +1 -1
  10. package/dist/actions/get-openid4vc-verification-session.d.mts +1 -1
  11. package/dist/actions/list-anon-creds-credential-templates.d.cts +2 -2
  12. package/dist/actions/list-anon-creds-credential-templates.d.mts +2 -2
  13. package/dist/actions/list-certificate-signing-requests.d.cts +4 -4
  14. package/dist/actions/list-certificate-signing-requests.d.mts +4 -4
  15. package/dist/actions/list-certificates.d.cts +4 -4
  16. package/dist/actions/list-certificates.d.mts +4 -4
  17. package/dist/actions/list-didcomm-mediator-connections.d.cts +2 -2
  18. package/dist/actions/list-didcomm-mediator-connections.d.mts +2 -2
  19. package/dist/actions/list-didcomm-mediators.d.cts +2 -2
  20. package/dist/actions/list-didcomm-mediators.d.mts +2 -2
  21. package/dist/actions/list-mdoc-credential-templates.d.cts +2 -2
  22. package/dist/actions/list-mdoc-credential-templates.d.mts +2 -2
  23. package/dist/actions/list-openid4vc-issuance-sessions.d.cts +2 -2
  24. package/dist/actions/list-openid4vc-issuance-sessions.d.mts +2 -2
  25. package/dist/actions/list-openid4vc-verification-sessions.d.cts +2 -2
  26. package/dist/actions/list-openid4vc-verification-sessions.d.mts +2 -2
  27. package/dist/actions/list-sd-jwt-vc-credential-templates.d.cts +2 -2
  28. package/dist/actions/list-sd-jwt-vc-credential-templates.d.mts +2 -2
  29. package/dist/catalog.cjs +1 -1
  30. package/dist/catalog.cjs.map +1 -1
  31. package/dist/catalog.d.cts +1 -1
  32. package/dist/catalog.d.mts +1 -1
  33. package/dist/catalog.mjs +1 -1
  34. package/dist/catalog.mjs.map +1 -1
  35. package/package.json +1 -1
@@ -16,10 +16,10 @@ declare const ParadymCreateOpenid4vcCredentialOfferOutput: z.ZodObject<{
16
16
  message: z.ZodNullable<z.ZodString>;
17
17
  }, z.core.$loose>>>;
18
18
  status: z.ZodNullable<z.ZodEnum<{
19
+ failed: "failed";
19
20
  expired: "expired";
20
- offered: "offered";
21
21
  completed: "completed";
22
- failed: "failed";
22
+ offered: "offered";
23
23
  partiallyIssued: "partiallyIssued";
24
24
  }>>;
25
25
  offerUri: z.ZodNullable<z.ZodString>;
@@ -16,10 +16,10 @@ declare const ParadymCreateOpenid4vcCredentialOfferOutput: z.ZodObject<{
16
16
  message: z.ZodNullable<z.ZodString>;
17
17
  }, z.core.$loose>>>;
18
18
  status: z.ZodNullable<z.ZodEnum<{
19
+ failed: "failed";
19
20
  expired: "expired";
20
- offered: "offered";
21
21
  completed: "completed";
22
- failed: "failed";
22
+ offered: "offered";
23
23
  partiallyIssued: "partiallyIssued";
24
24
  }>>;
25
25
  offerUri: z.ZodNullable<z.ZodString>;
@@ -14,8 +14,8 @@ declare const ParadymCreateOpenid4vcVerificationRequestOutput: z.ZodObject<{
14
14
  message: z.ZodNullable<z.ZodString>;
15
15
  }, z.core.$loose>>>;
16
16
  status: z.ZodNullable<z.ZodEnum<{
17
- expired: "expired";
18
17
  failed: "failed";
18
+ expired: "expired";
19
19
  requested: "requested";
20
20
  verified: "verified";
21
21
  }>>;
@@ -14,8 +14,8 @@ declare const ParadymCreateOpenid4vcVerificationRequestOutput: z.ZodObject<{
14
14
  message: z.ZodNullable<z.ZodString>;
15
15
  }, z.core.$loose>>>;
16
16
  status: z.ZodNullable<z.ZodEnum<{
17
- expired: "expired";
18
17
  failed: "failed";
18
+ expired: "expired";
19
19
  requested: "requested";
20
20
  verified: "verified";
21
21
  }>>;
@@ -13,10 +13,10 @@ declare const ParadymGetDidcommIssuanceSessionOutput: z.ZodObject<{
13
13
  message: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>>;
15
15
  status: z.ZodNullable<z.ZodEnum<{
16
+ failed: "failed";
16
17
  expired: "expired";
17
- offered: "offered";
18
18
  completed: "completed";
19
- failed: "failed";
19
+ offered: "offered";
20
20
  }>>;
21
21
  createdAt: z.ZodNullable<z.ZodString>;
22
22
  expiresAt: z.ZodNullable<z.ZodString>;
@@ -27,10 +27,10 @@ declare const ParadymGetDidcommIssuanceSessionOutput: z.ZodObject<{
27
27
  anoncreds: "anoncreds";
28
28
  }>>;
29
29
  status: z.ZodNullable<z.ZodEnum<{
30
+ failed: "failed";
30
31
  expired: "expired";
31
32
  revoked: "revoked";
32
33
  offered: "offered";
33
- failed: "failed";
34
34
  issued: "issued";
35
35
  }>>;
36
36
  exchange: z.ZodNullable<z.ZodEnum<{
@@ -13,10 +13,10 @@ declare const ParadymGetDidcommIssuanceSessionOutput: z.ZodObject<{
13
13
  message: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>>;
15
15
  status: z.ZodNullable<z.ZodEnum<{
16
+ failed: "failed";
16
17
  expired: "expired";
17
- offered: "offered";
18
18
  completed: "completed";
19
- failed: "failed";
19
+ offered: "offered";
20
20
  }>>;
21
21
  createdAt: z.ZodNullable<z.ZodString>;
22
22
  expiresAt: z.ZodNullable<z.ZodString>;
@@ -27,10 +27,10 @@ declare const ParadymGetDidcommIssuanceSessionOutput: z.ZodObject<{
27
27
  anoncreds: "anoncreds";
28
28
  }>>;
29
29
  status: z.ZodNullable<z.ZodEnum<{
30
+ failed: "failed";
30
31
  expired: "expired";
31
32
  revoked: "revoked";
32
33
  offered: "offered";
33
- failed: "failed";
34
34
  issued: "issued";
35
35
  }>>;
36
36
  exchange: z.ZodNullable<z.ZodEnum<{
@@ -13,10 +13,10 @@ declare const ParadymGetOpenid4vcIssuanceSessionOutput: z.ZodObject<{
13
13
  message: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>>;
15
15
  status: z.ZodNullable<z.ZodEnum<{
16
+ failed: "failed";
16
17
  expired: "expired";
17
- offered: "offered";
18
18
  completed: "completed";
19
- failed: "failed";
19
+ offered: "offered";
20
20
  partiallyIssued: "partiallyIssued";
21
21
  }>>;
22
22
  offerUri: z.ZodNullable<z.ZodString>;
@@ -13,10 +13,10 @@ declare const ParadymGetOpenid4vcIssuanceSessionOutput: z.ZodObject<{
13
13
  message: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>>;
15
15
  status: z.ZodNullable<z.ZodEnum<{
16
+ failed: "failed";
16
17
  expired: "expired";
17
- offered: "offered";
18
18
  completed: "completed";
19
- failed: "failed";
19
+ offered: "offered";
20
20
  partiallyIssued: "partiallyIssued";
21
21
  }>>;
22
22
  offerUri: z.ZodNullable<z.ZodString>;
@@ -13,8 +13,8 @@ declare const ParadymGetOpenid4vcVerificationSessionOutput: z.ZodObject<{
13
13
  message: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>>;
15
15
  status: z.ZodNullable<z.ZodEnum<{
16
- expired: "expired";
17
16
  failed: "failed";
17
+ expired: "expired";
18
18
  requested: "requested";
19
19
  verified: "verified";
20
20
  }>>;
@@ -13,8 +13,8 @@ declare const ParadymGetOpenid4vcVerificationSessionOutput: z.ZodObject<{
13
13
  message: z.ZodNullable<z.ZodString>;
14
14
  }, z.core.$loose>>>;
15
15
  status: z.ZodNullable<z.ZodEnum<{
16
- expired: "expired";
17
16
  failed: "failed";
17
+ expired: "expired";
18
18
  requested: "requested";
19
19
  verified: "verified";
20
20
  }>>;
@@ -6,9 +6,9 @@ declare const ParadymListAnonCredsCredentialTemplatesInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -49,7 +49,7 @@ declare const ParadymListAnonCredsCredentialTemplatesOutput: z.ZodObject<{
49
49
  }, z.core.$loose>;
50
50
  declare const paradymListAnonCredsCredentialTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
51
51
  projectId: string;
52
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
52
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
53
53
  filterId?: string | undefined;
54
54
  pageSize?: number | undefined;
55
55
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListAnonCredsCredentialTemplatesInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -49,7 +49,7 @@ declare const ParadymListAnonCredsCredentialTemplatesOutput: z.ZodObject<{
49
49
  }, z.core.$loose>;
50
50
  declare const paradymListAnonCredsCredentialTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
51
51
  projectId: string;
52
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
52
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
53
53
  filterId?: string | undefined;
54
54
  pageSize?: number | undefined;
55
55
  pageAfter?: string | undefined;
@@ -3,16 +3,16 @@ import { z } from "zod";
3
3
  //#region src/actions/list-certificate-signing-requests.d.ts
4
4
  declare const ParadymListCertificateSigningRequestsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- type: "type";
7
6
  id: "id";
8
- keyType: "keyType";
7
+ type: "type";
9
8
  createdAt: "createdAt";
10
9
  expiresAt: "expiresAt";
11
10
  updatedAt: "updatedAt";
12
- "-id": "-id";
11
+ keyType: "keyType";
13
12
  "-createdAt": "-createdAt";
14
13
  "-updatedAt": "-updatedAt";
15
14
  "-expiresAt": "-expiresAt";
15
+ "-id": "-id";
16
16
  "-type": "-type";
17
17
  "-keyType": "-keyType";
18
18
  }>>;
@@ -60,7 +60,7 @@ declare const ParadymListCertificateSigningRequestsOutput: z.ZodObject<{
60
60
  }, z.core.$loose>;
61
61
  declare const paradymListCertificateSigningRequests: import("@keystrokehq/action").WorkflowActionDefinition<{
62
62
  projectId: string;
63
- sort?: "type" | "id" | "keyType" | "createdAt" | "expiresAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-type" | "-keyType" | undefined;
63
+ sort?: "id" | "type" | "createdAt" | "expiresAt" | "updatedAt" | "keyType" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-id" | "-type" | "-keyType" | undefined;
64
64
  pageSize?: number | undefined;
65
65
  pageAfter?: string | undefined;
66
66
  filterType?: "verifierSignRequest" | "issuerSignCredential" | undefined;
@@ -3,16 +3,16 @@ import { z } from "zod";
3
3
  //#region src/actions/list-certificate-signing-requests.d.ts
4
4
  declare const ParadymListCertificateSigningRequestsInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- type: "type";
7
6
  id: "id";
8
- keyType: "keyType";
7
+ type: "type";
9
8
  createdAt: "createdAt";
10
9
  expiresAt: "expiresAt";
11
10
  updatedAt: "updatedAt";
12
- "-id": "-id";
11
+ keyType: "keyType";
13
12
  "-createdAt": "-createdAt";
14
13
  "-updatedAt": "-updatedAt";
15
14
  "-expiresAt": "-expiresAt";
15
+ "-id": "-id";
16
16
  "-type": "-type";
17
17
  "-keyType": "-keyType";
18
18
  }>>;
@@ -60,7 +60,7 @@ declare const ParadymListCertificateSigningRequestsOutput: z.ZodObject<{
60
60
  }, z.core.$loose>;
61
61
  declare const paradymListCertificateSigningRequests: import("@keystrokehq/action").WorkflowActionDefinition<{
62
62
  projectId: string;
63
- sort?: "type" | "id" | "keyType" | "createdAt" | "expiresAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-type" | "-keyType" | undefined;
63
+ sort?: "id" | "type" | "createdAt" | "expiresAt" | "updatedAt" | "keyType" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-id" | "-type" | "-keyType" | undefined;
64
64
  pageSize?: number | undefined;
65
65
  pageAfter?: string | undefined;
66
66
  filterType?: "verifierSignRequest" | "issuerSignCredential" | undefined;
@@ -3,17 +3,17 @@ import { z } from "zod";
3
3
  //#region src/actions/list-certificates.d.ts
4
4
  declare const ParadymListCertificatesInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- type: "type";
7
6
  id: "id";
8
- keyType: "keyType";
7
+ type: "type";
9
8
  createdAt: "createdAt";
10
9
  expiresAt: "expiresAt";
11
10
  updatedAt: "updatedAt";
11
+ keyType: "keyType";
12
12
  parentCertificateId: "parentCertificateId";
13
- "-id": "-id";
14
13
  "-createdAt": "-createdAt";
15
14
  "-updatedAt": "-updatedAt";
16
15
  "-expiresAt": "-expiresAt";
16
+ "-id": "-id";
17
17
  "-type": "-type";
18
18
  "-keyType": "-keyType";
19
19
  "-parentCertificateId": "-parentCertificateId";
@@ -74,7 +74,7 @@ declare const ParadymListCertificatesOutput: z.ZodObject<{
74
74
  }, z.core.$loose>;
75
75
  declare const paradymListCertificates: import("@keystrokehq/action").WorkflowActionDefinition<{
76
76
  projectId: string;
77
- sort?: "type" | "id" | "keyType" | "createdAt" | "expiresAt" | "updatedAt" | "parentCertificateId" | "-id" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-type" | "-keyType" | "-parentCertificateId" | undefined;
77
+ sort?: "id" | "type" | "createdAt" | "expiresAt" | "updatedAt" | "keyType" | "parentCertificateId" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-id" | "-type" | "-keyType" | "-parentCertificateId" | undefined;
78
78
  pageSize?: number | undefined;
79
79
  pageAfter?: string | undefined;
80
80
  filterType?: "verifierSignRequest" | "issuerSignCredential" | "verifierRoot" | "issuerRoot" | undefined;
@@ -3,17 +3,17 @@ import { z } from "zod";
3
3
  //#region src/actions/list-certificates.d.ts
4
4
  declare const ParadymListCertificatesInput: z.ZodObject<{
5
5
  sort: z.ZodOptional<z.ZodEnum<{
6
- type: "type";
7
6
  id: "id";
8
- keyType: "keyType";
7
+ type: "type";
9
8
  createdAt: "createdAt";
10
9
  expiresAt: "expiresAt";
11
10
  updatedAt: "updatedAt";
11
+ keyType: "keyType";
12
12
  parentCertificateId: "parentCertificateId";
13
- "-id": "-id";
14
13
  "-createdAt": "-createdAt";
15
14
  "-updatedAt": "-updatedAt";
16
15
  "-expiresAt": "-expiresAt";
16
+ "-id": "-id";
17
17
  "-type": "-type";
18
18
  "-keyType": "-keyType";
19
19
  "-parentCertificateId": "-parentCertificateId";
@@ -74,7 +74,7 @@ declare const ParadymListCertificatesOutput: z.ZodObject<{
74
74
  }, z.core.$loose>;
75
75
  declare const paradymListCertificates: import("@keystrokehq/action").WorkflowActionDefinition<{
76
76
  projectId: string;
77
- sort?: "type" | "id" | "keyType" | "createdAt" | "expiresAt" | "updatedAt" | "parentCertificateId" | "-id" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-type" | "-keyType" | "-parentCertificateId" | undefined;
77
+ sort?: "id" | "type" | "createdAt" | "expiresAt" | "updatedAt" | "keyType" | "parentCertificateId" | "-createdAt" | "-updatedAt" | "-expiresAt" | "-id" | "-type" | "-keyType" | "-parentCertificateId" | undefined;
78
78
  pageSize?: number | undefined;
79
79
  pageAfter?: string | undefined;
80
80
  filterType?: "verifierSignRequest" | "issuerSignCredential" | "verifierRoot" | "issuerRoot" | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListDidcommMediatorConnectionsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -50,7 +50,7 @@ declare const ParadymListDidcommMediatorConnectionsOutput: z.ZodObject<{
50
50
  declare const paradymListDidcommMediatorConnections: import("@keystrokehq/action").WorkflowActionDefinition<{
51
51
  projectId: string;
52
52
  didcommMediatorId: string;
53
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
53
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
54
54
  filterId?: string | undefined;
55
55
  pageSize?: number | undefined;
56
56
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListDidcommMediatorConnectionsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -50,7 +50,7 @@ declare const ParadymListDidcommMediatorConnectionsOutput: z.ZodObject<{
50
50
  declare const paradymListDidcommMediatorConnections: import("@keystrokehq/action").WorkflowActionDefinition<{
51
51
  projectId: string;
52
52
  didcommMediatorId: string;
53
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
53
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
54
54
  filterId?: string | undefined;
55
55
  pageSize?: number | undefined;
56
56
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListDidcommMediatorsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filter_id: z.ZodOptional<z.ZodString>;
14
14
  page_size: z.ZodOptional<z.ZodNumber>;
@@ -41,7 +41,7 @@ declare const ParadymListDidcommMediatorsOutput: z.ZodObject<{
41
41
  }, z.core.$loose>;
42
42
  declare const paradymListDidcommMediators: import("@keystrokehq/action").WorkflowActionDefinition<{
43
43
  projectId: string;
44
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
44
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
45
45
  filter_id?: string | undefined;
46
46
  page_size?: number | undefined;
47
47
  page_after?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListDidcommMediatorsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filter_id: z.ZodOptional<z.ZodString>;
14
14
  page_size: z.ZodOptional<z.ZodNumber>;
@@ -41,7 +41,7 @@ declare const ParadymListDidcommMediatorsOutput: z.ZodObject<{
41
41
  }, z.core.$loose>;
42
42
  declare const paradymListDidcommMediators: import("@keystrokehq/action").WorkflowActionDefinition<{
43
43
  projectId: string;
44
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
44
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
45
45
  filter_id?: string | undefined;
46
46
  page_size?: number | undefined;
47
47
  page_after?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListMdocCredentialTemplatesInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -52,7 +52,7 @@ declare const ParadymListMdocCredentialTemplatesOutput: z.ZodObject<{
52
52
  }, z.core.$loose>;
53
53
  declare const paradymListMdocCredentialTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
54
54
  projectId: string;
55
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
55
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
56
56
  filterId?: string | undefined;
57
57
  pageSize?: number | undefined;
58
58
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListMdocCredentialTemplatesInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -52,7 +52,7 @@ declare const ParadymListMdocCredentialTemplatesOutput: z.ZodObject<{
52
52
  }, z.core.$loose>;
53
53
  declare const paradymListMdocCredentialTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
54
54
  projectId: string;
55
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
55
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
56
56
  filterId?: string | undefined;
57
57
  pageSize?: number | undefined;
58
58
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListOpenid4vcIssuanceSessionsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -53,7 +53,7 @@ declare const ParadymListOpenid4vcIssuanceSessionsOutput: z.ZodObject<{
53
53
  }, z.core.$loose>;
54
54
  declare const paradymListOpenid4vcIssuanceSessions: import("@keystrokehq/action").WorkflowActionDefinition<{
55
55
  projectId: string;
56
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
56
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
57
57
  filterId?: string | undefined;
58
58
  pageSize?: number | undefined;
59
59
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListOpenid4vcIssuanceSessionsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -53,7 +53,7 @@ declare const ParadymListOpenid4vcIssuanceSessionsOutput: z.ZodObject<{
53
53
  }, z.core.$loose>;
54
54
  declare const paradymListOpenid4vcIssuanceSessions: import("@keystrokehq/action").WorkflowActionDefinition<{
55
55
  projectId: string;
56
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
56
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
57
57
  filterId?: string | undefined;
58
58
  pageSize?: number | undefined;
59
59
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListOpenid4vcVerificationSessionsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -46,7 +46,7 @@ declare const ParadymListOpenid4vcVerificationSessionsOutput: z.ZodObject<{
46
46
  }, z.core.$loose>;
47
47
  declare const paradymListOpenid4vcVerificationSessions: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  projectId: string;
49
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
49
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
50
50
  filterId?: string | undefined;
51
51
  pageSize?: number | undefined;
52
52
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListOpenid4vcVerificationSessionsInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -46,7 +46,7 @@ declare const ParadymListOpenid4vcVerificationSessionsOutput: z.ZodObject<{
46
46
  }, z.core.$loose>;
47
47
  declare const paradymListOpenid4vcVerificationSessions: import("@keystrokehq/action").WorkflowActionDefinition<{
48
48
  projectId: string;
49
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
49
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
50
50
  filterId?: string | undefined;
51
51
  pageSize?: number | undefined;
52
52
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListSdJwtVcCredentialTemplatesInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -58,7 +58,7 @@ declare const ParadymListSdJwtVcCredentialTemplatesOutput: z.ZodObject<{
58
58
  }, z.core.$loose>;
59
59
  declare const paradymListSdJwtVcCredentialTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
60
60
  projectId: string;
61
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
61
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
62
62
  filterId?: string | undefined;
63
63
  pageSize?: number | undefined;
64
64
  pageAfter?: string | undefined;
@@ -6,9 +6,9 @@ declare const ParadymListSdJwtVcCredentialTemplatesInput: z.ZodObject<{
6
6
  id: "id";
7
7
  createdAt: "createdAt";
8
8
  updatedAt: "updatedAt";
9
- "-id": "-id";
10
9
  "-createdAt": "-createdAt";
11
10
  "-updatedAt": "-updatedAt";
11
+ "-id": "-id";
12
12
  }>>;
13
13
  filterId: z.ZodOptional<z.ZodString>;
14
14
  pageSize: z.ZodOptional<z.ZodNumber>;
@@ -58,7 +58,7 @@ declare const ParadymListSdJwtVcCredentialTemplatesOutput: z.ZodObject<{
58
58
  }, z.core.$loose>;
59
59
  declare const paradymListSdJwtVcCredentialTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
60
60
  projectId: string;
61
- sort?: "id" | "createdAt" | "updatedAt" | "-id" | "-createdAt" | "-updatedAt" | undefined;
61
+ sort?: "id" | "createdAt" | "updatedAt" | "-createdAt" | "-updatedAt" | "-id" | undefined;
62
62
  filterId?: string | undefined;
63
63
  pageSize?: number | undefined;
64
64
  pageAfter?: string | undefined;
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const paradymCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/paradym",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Paradym API Key",
13
13
  "secret": true,
14
14
  "description": "The API key used for authenticating requests to the Paradym API."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const paradymCatalog = {\n \"slug\": \"paradym\",\n \"name\": \"Paradym\",\n \"description\": \"Paradym is an API-first platform that simplifies the issuance, verification, and management of verifiable credentials, supporting standards like SD-JWT VCs over OpenID4VC and AnonCreds over DIDComm.\",\n \"category\": \"Security & Identity Tools\",\n \"logo\": \"https://logos.composio.dev/api/paradym\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Paradym API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the Paradym API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const paradymCatalog = {\n \"slug\": \"paradym\",\n \"name\": \"Paradym\",\n \"description\": \"Paradym is an API-first platform that simplifies the issuance, verification, and management of verifiable credentials, supporting standards like SD-JWT VCs over OpenID4VC and AnonCreds over DIDComm.\",\n \"category\": \"Security & Identity Tools\",\n \"logo\": \"https://logos.composio.dev/api/paradym\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Paradym API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the Paradym API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const paradymCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Paradym API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "The API key used for authenticating requests to the Paradym API.";
@@ -9,7 +9,7 @@ declare const paradymCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "Paradym API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "The API key used for authenticating requests to the Paradym API.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const paradymCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/paradym",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "Paradym API Key",
13
13
  "secret": true,
14
14
  "description": "The API key used for authenticating requests to the Paradym API."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const paradymCatalog = {\n \"slug\": \"paradym\",\n \"name\": \"Paradym\",\n \"description\": \"Paradym is an API-first platform that simplifies the issuance, verification, and management of verifiable credentials, supporting standards like SD-JWT VCs over OpenID4VC and AnonCreds over DIDComm.\",\n \"category\": \"Security & Identity Tools\",\n \"logo\": \"https://logos.composio.dev/api/paradym\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"Paradym API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the Paradym API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const paradymCatalog = {\n \"slug\": \"paradym\",\n \"name\": \"Paradym\",\n \"description\": \"Paradym is an API-first platform that simplifies the issuance, verification, and management of verifiable credentials, supporting standards like SD-JWT VCs over OpenID4VC and AnonCreds over DIDComm.\",\n \"category\": \"Security & Identity Tools\",\n \"logo\": \"https://logos.composio.dev/api/paradym\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Paradym API Key\",\n \"secret\": true,\n \"description\": \"The API key used for authenticating requests to the Paradym API.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/paradym",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"