@artu-ai/compliance-sdk 0.5.1 → 0.5.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.
@@ -340,8 +340,8 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
340
340
  state?: string | undefined;
341
341
  country?: string | undefined;
342
342
  isPrimary?: boolean | undefined;
343
- street?: string | undefined;
344
343
  postalCode?: string | undefined;
344
+ street?: string | undefined;
345
345
  };
346
346
  };
347
347
  output: {
@@ -688,8 +688,8 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
688
688
  state?: string | undefined;
689
689
  country?: string | undefined;
690
690
  isPrimary?: boolean | undefined;
691
- street?: string | undefined;
692
691
  postalCode?: string | undefined;
692
+ street?: string | undefined;
693
693
  };
694
694
  }[];
695
695
  atomic?: boolean | undefined;
@@ -785,8 +785,8 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
785
785
  state?: string | undefined;
786
786
  country?: string | undefined;
787
787
  isPrimary?: boolean | undefined;
788
- street?: string | undefined;
789
788
  postalCode?: string | undefined;
789
+ street?: string | undefined;
790
790
  } & {
791
791
  id: string;
792
792
  _delete?: boolean | undefined;
@@ -9820,8 +9820,8 @@ export declare function createAPIClient(config: TRPCClientConfig): import("@trpc
9820
9820
  state?: string | undefined;
9821
9821
  country?: string | undefined;
9822
9822
  isPrimary?: boolean | undefined;
9823
- street?: string | undefined;
9824
9823
  postalCode?: string | undefined;
9824
+ street?: string | undefined;
9825
9825
  } & {
9826
9826
  id: string;
9827
9827
  _delete?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artu-ai/compliance-sdk",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "TypeScript SDK for the Artu Compliance API",
5
5
  "private": false,
6
6
  "type": "module",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "license": "UNLICENSED",
58
58
  "dependencies": {
59
- "@artu-ai/shared": "0.5.1",
59
+ "@artu-ai/shared": "0.5.2",
60
60
  "@trpc/client": "^11.7.2"
61
61
  },
62
62
  "devDependencies": {