@createiq/backend 1.0.11 → 1.0.12

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.
@@ -2743,6 +2743,7 @@ export type UserProfileDto = {
2743
2743
 
2744
2744
  export type CausesDto = {
2745
2745
  causeType: string;
2746
+ inputType: string;
2746
2747
  description: string;
2747
2748
  rulesBroken?: Array<DetailedInputValidationErrorDto>;
2748
2749
  };
package/dist/index.d.cts CHANGED
@@ -2374,6 +2374,7 @@ type UserProfileDto = {
2374
2374
  };
2375
2375
  type CausesDto = {
2376
2376
  causeType: string;
2377
+ inputType: string;
2377
2378
  description: string;
2378
2379
  rulesBroken?: Array<DetailedInputValidationErrorDto>;
2379
2380
  };
package/dist/index.d.ts CHANGED
@@ -2374,6 +2374,7 @@ type UserProfileDto = {
2374
2374
  };
2375
2375
  type CausesDto = {
2376
2376
  causeType: string;
2377
+ inputType: string;
2377
2378
  description: string;
2378
2379
  rulesBroken?: Array<DetailedInputValidationErrorDto>;
2379
2380
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 220a3bcd8881c696441e42ce3bf6fd56d2d9129fcd81ac9721b3e5b62c43cd2b
1
+ e5f823dbdf88d9aee43e236ec215723e0c32b1ae284ae0eec172d65e975a0d6e