shred-api-client 2.3.3-rc.0 → 2.3.3

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.
package/dist/index.d.mts CHANGED
@@ -619,6 +619,7 @@ declare const PreferencesSchema$1: z.ZodObject<{
619
619
  facebookLink: z.ZodOptional<z.ZodString>;
620
620
  isFeedbackEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
621
621
  instagramLink: z.ZodOptional<z.ZodString>;
622
+ industries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
622
623
  bRoll: z.ZodOptional<z.ZodBoolean>;
623
624
  logo: z.ZodOptional<z.ZodString>;
624
625
  }, "strip", z.ZodTypeAny, {
@@ -627,6 +628,7 @@ declare const PreferencesSchema$1: z.ZodObject<{
627
628
  facebookLink?: string | undefined;
628
629
  isFeedbackEnabled?: boolean | undefined;
629
630
  instagramLink?: string | undefined;
631
+ industries?: string[] | undefined;
630
632
  bRoll?: boolean | undefined;
631
633
  logo?: string | undefined;
632
634
  }, {
@@ -635,6 +637,7 @@ declare const PreferencesSchema$1: z.ZodObject<{
635
637
  facebookLink?: string | undefined;
636
638
  isFeedbackEnabled?: boolean | undefined;
637
639
  instagramLink?: string | undefined;
640
+ industries?: string[] | undefined;
638
641
  bRoll?: boolean | undefined;
639
642
  logo?: string | undefined;
640
643
  }>;
@@ -651,6 +654,7 @@ declare const UserSchema: z.ZodObject<{
651
654
  facebookLink: z.ZodOptional<z.ZodString>;
652
655
  isFeedbackEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
653
656
  instagramLink: z.ZodOptional<z.ZodString>;
657
+ industries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
654
658
  bRoll: z.ZodOptional<z.ZodBoolean>;
655
659
  logo: z.ZodOptional<z.ZodString>;
656
660
  }, "strip", z.ZodTypeAny, {
@@ -659,6 +663,7 @@ declare const UserSchema: z.ZodObject<{
659
663
  facebookLink?: string | undefined;
660
664
  isFeedbackEnabled?: boolean | undefined;
661
665
  instagramLink?: string | undefined;
666
+ industries?: string[] | undefined;
662
667
  bRoll?: boolean | undefined;
663
668
  logo?: string | undefined;
664
669
  }, {
@@ -667,6 +672,7 @@ declare const UserSchema: z.ZodObject<{
667
672
  facebookLink?: string | undefined;
668
673
  isFeedbackEnabled?: boolean | undefined;
669
674
  instagramLink?: string | undefined;
675
+ industries?: string[] | undefined;
670
676
  bRoll?: boolean | undefined;
671
677
  logo?: string | undefined;
672
678
  }>>;
@@ -690,6 +696,7 @@ declare const UserSchema: z.ZodObject<{
690
696
  facebookLink?: string | undefined;
691
697
  isFeedbackEnabled?: boolean | undefined;
692
698
  instagramLink?: string | undefined;
699
+ industries?: string[] | undefined;
693
700
  bRoll?: boolean | undefined;
694
701
  logo?: string | undefined;
695
702
  } | undefined;
@@ -712,6 +719,7 @@ declare const UserSchema: z.ZodObject<{
712
719
  facebookLink?: string | undefined;
713
720
  isFeedbackEnabled?: boolean | undefined;
714
721
  instagramLink?: string | undefined;
722
+ industries?: string[] | undefined;
715
723
  bRoll?: boolean | undefined;
716
724
  logo?: string | undefined;
717
725
  } | undefined;
package/dist/index.d.ts CHANGED
@@ -619,6 +619,7 @@ declare const PreferencesSchema$1: z.ZodObject<{
619
619
  facebookLink: z.ZodOptional<z.ZodString>;
620
620
  isFeedbackEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
621
621
  instagramLink: z.ZodOptional<z.ZodString>;
622
+ industries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
622
623
  bRoll: z.ZodOptional<z.ZodBoolean>;
623
624
  logo: z.ZodOptional<z.ZodString>;
624
625
  }, "strip", z.ZodTypeAny, {
@@ -627,6 +628,7 @@ declare const PreferencesSchema$1: z.ZodObject<{
627
628
  facebookLink?: string | undefined;
628
629
  isFeedbackEnabled?: boolean | undefined;
629
630
  instagramLink?: string | undefined;
631
+ industries?: string[] | undefined;
630
632
  bRoll?: boolean | undefined;
631
633
  logo?: string | undefined;
632
634
  }, {
@@ -635,6 +637,7 @@ declare const PreferencesSchema$1: z.ZodObject<{
635
637
  facebookLink?: string | undefined;
636
638
  isFeedbackEnabled?: boolean | undefined;
637
639
  instagramLink?: string | undefined;
640
+ industries?: string[] | undefined;
638
641
  bRoll?: boolean | undefined;
639
642
  logo?: string | undefined;
640
643
  }>;
@@ -651,6 +654,7 @@ declare const UserSchema: z.ZodObject<{
651
654
  facebookLink: z.ZodOptional<z.ZodString>;
652
655
  isFeedbackEnabled: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
653
656
  instagramLink: z.ZodOptional<z.ZodString>;
657
+ industries: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
654
658
  bRoll: z.ZodOptional<z.ZodBoolean>;
655
659
  logo: z.ZodOptional<z.ZodString>;
656
660
  }, "strip", z.ZodTypeAny, {
@@ -659,6 +663,7 @@ declare const UserSchema: z.ZodObject<{
659
663
  facebookLink?: string | undefined;
660
664
  isFeedbackEnabled?: boolean | undefined;
661
665
  instagramLink?: string | undefined;
666
+ industries?: string[] | undefined;
662
667
  bRoll?: boolean | undefined;
663
668
  logo?: string | undefined;
664
669
  }, {
@@ -667,6 +672,7 @@ declare const UserSchema: z.ZodObject<{
667
672
  facebookLink?: string | undefined;
668
673
  isFeedbackEnabled?: boolean | undefined;
669
674
  instagramLink?: string | undefined;
675
+ industries?: string[] | undefined;
670
676
  bRoll?: boolean | undefined;
671
677
  logo?: string | undefined;
672
678
  }>>;
@@ -690,6 +696,7 @@ declare const UserSchema: z.ZodObject<{
690
696
  facebookLink?: string | undefined;
691
697
  isFeedbackEnabled?: boolean | undefined;
692
698
  instagramLink?: string | undefined;
699
+ industries?: string[] | undefined;
693
700
  bRoll?: boolean | undefined;
694
701
  logo?: string | undefined;
695
702
  } | undefined;
@@ -712,6 +719,7 @@ declare const UserSchema: z.ZodObject<{
712
719
  facebookLink?: string | undefined;
713
720
  isFeedbackEnabled?: boolean | undefined;
714
721
  instagramLink?: string | undefined;
722
+ industries?: string[] | undefined;
715
723
  bRoll?: boolean | undefined;
716
724
  logo?: string | undefined;
717
725
  } | undefined;
package/dist/index.js CHANGED
@@ -1907,6 +1907,7 @@ var PreferencesSchema2 = import_zod10.z.object({
1907
1907
  facebookLink: import_zod10.z.string().optional(),
1908
1908
  isFeedbackEnabled: import_zod10.z.boolean().default(true).optional(),
1909
1909
  instagramLink: import_zod10.z.string().optional(),
1910
+ industries: import_zod10.z.array(import_zod10.z.string()).optional(),
1910
1911
  bRoll: import_zod10.z.boolean().optional(),
1911
1912
  logo: import_zod10.z.string().optional()
1912
1913
  });
@@ -2044,4 +2045,20 @@ var core_exports = {};
2044
2045
 
2045
2046
  // src/index.ts
2046
2047
  var index_default = ShredAPI;
2048
+ // Annotate the CommonJS export names for ESM import in node:
2049
+ 0 && (module.exports = {
2050
+ Asset,
2051
+ Core,
2052
+ Email,
2053
+ Exceptions,
2054
+ Goal,
2055
+ Note,
2056
+ Notification,
2057
+ Project,
2058
+ Prompt,
2059
+ Subscription,
2060
+ Tenant,
2061
+ Track,
2062
+ User
2063
+ });
2047
2064
  //# sourceMappingURL=index.js.map