@subnoto/api-client 2.0.1 → 2.0.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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@subnoto/api-client",
3
3
  "private": false,
4
- "version": "2.0.1",
4
+ "version": "2.0.3",
5
5
  "description": "TypeScript SDK for Subnoto Public API",
6
6
  "author": "Subnoto",
7
7
  "homepage": "https://subnoto.com",
@@ -42,6 +42,25 @@ export interface paths {
42
42
  * @default
43
43
  */
44
44
  phone?: string;
45
+ /**
46
+ * @description The language of the contact.
47
+ * @enum {string}
48
+ */
49
+ language?: "fr" | "en";
50
+ /** @description The job title of the contact. */
51
+ jobTitle?: string;
52
+ /** @description The company of the contact. */
53
+ company?: string;
54
+ /** @description The address line 1 of the contact. */
55
+ addressLine1?: string;
56
+ /** @description The address line 2 of the contact. */
57
+ addressLine2?: string;
58
+ /** @description The zip code of the contact. */
59
+ zipCode?: string;
60
+ /** @description The city of the contact. */
61
+ city?: string;
62
+ /** @description The country of the contact. */
63
+ country?: string;
45
64
  }[];
46
65
  };
47
66
  };
@@ -66,6 +85,25 @@ export interface paths {
66
85
  lastname: string;
67
86
  /** @description The phone number of the contact. */
68
87
  phone: string | null;
88
+ /**
89
+ * @description The language of the contact.
90
+ * @enum {string}
91
+ */
92
+ language?: "fr" | "en";
93
+ /** @description The job title of the contact. */
94
+ jobTitle?: string;
95
+ /** @description The company of the contact. */
96
+ company?: string;
97
+ /** @description The address line 1 of the contact. */
98
+ addressLine1?: string;
99
+ /** @description The address line 2 of the contact. */
100
+ addressLine2?: string;
101
+ /** @description The zip code of the contact. */
102
+ zipCode?: string;
103
+ /** @description The city of the contact. */
104
+ city?: string;
105
+ /** @description The country of the contact. */
106
+ country?: string;
69
107
  }[];
70
108
  };
71
109
  };
@@ -250,6 +288,25 @@ export interface paths {
250
288
  lastname: string;
251
289
  /** @description The phone number of the contact. */
252
290
  phone: string | null;
291
+ /**
292
+ * @description The language of the contact.
293
+ * @enum {string}
294
+ */
295
+ language?: "fr" | "en";
296
+ /** @description The job title of the contact. */
297
+ jobTitle?: string;
298
+ /** @description The company of the contact. */
299
+ company?: string;
300
+ /** @description The address line 1 of the contact. */
301
+ addressLine1?: string;
302
+ /** @description The address line 2 of the contact. */
303
+ addressLine2?: string;
304
+ /** @description The zip code of the contact. */
305
+ zipCode?: string;
306
+ /** @description The city of the contact. */
307
+ city?: string;
308
+ /** @description The country of the contact. */
309
+ country?: string;
253
310
  }[];
254
311
  };
255
312
  };
@@ -607,6 +664,25 @@ export interface paths {
607
664
  lastname: string;
608
665
  /** @description The phone number of the contact. */
609
666
  phone: string | null;
667
+ /**
668
+ * @description The language of the contact.
669
+ * @enum {string}
670
+ */
671
+ language?: "fr" | "en";
672
+ /** @description The job title of the contact. */
673
+ jobTitle?: string;
674
+ /** @description The company of the contact. */
675
+ company?: string;
676
+ /** @description The address line 1 of the contact. */
677
+ addressLine1?: string;
678
+ /** @description The address line 2 of the contact. */
679
+ addressLine2?: string;
680
+ /** @description The zip code of the contact. */
681
+ zipCode?: string;
682
+ /** @description The city of the contact. */
683
+ city?: string;
684
+ /** @description The country of the contact. */
685
+ country?: string;
610
686
  };
611
687
  };
612
688
  };
@@ -777,6 +853,25 @@ export interface paths {
777
853
  lastname: string;
778
854
  /** @description The phone number of the contact. */
779
855
  phone: string | null;
856
+ /**
857
+ * @description The language of the contact.
858
+ * @enum {string}
859
+ */
860
+ language?: "fr" | "en";
861
+ /** @description The job title of the contact. */
862
+ jobTitle?: string;
863
+ /** @description The company of the contact. */
864
+ company?: string;
865
+ /** @description The address line 1 of the contact. */
866
+ addressLine1?: string;
867
+ /** @description The address line 2 of the contact. */
868
+ addressLine2?: string;
869
+ /** @description The zip code of the contact. */
870
+ zipCode?: string;
871
+ /** @description The city of the contact. */
872
+ city?: string;
873
+ /** @description The country of the contact. */
874
+ country?: string;
780
875
  };
781
876
  };
782
877
  };
@@ -800,6 +895,25 @@ export interface paths {
800
895
  lastname: string;
801
896
  /** @description The phone number of the contact. */
802
897
  phone: string | null;
898
+ /**
899
+ * @description The language of the contact.
900
+ * @enum {string}
901
+ */
902
+ language?: "fr" | "en";
903
+ /** @description The job title of the contact. */
904
+ jobTitle?: string;
905
+ /** @description The company of the contact. */
906
+ company?: string;
907
+ /** @description The address line 1 of the contact. */
908
+ addressLine1?: string;
909
+ /** @description The address line 2 of the contact. */
910
+ addressLine2?: string;
911
+ /** @description The zip code of the contact. */
912
+ zipCode?: string;
913
+ /** @description The city of the contact. */
914
+ city?: string;
915
+ /** @description The country of the contact. */
916
+ country?: string;
803
917
  };
804
918
  };
805
919
  };
@@ -3164,7 +3278,7 @@ export interface paths {
3164
3278
  uuid: string;
3165
3279
  label: string;
3166
3280
  /** @enum {string} */
3167
- labelIcon?: "at" | "text-t" | "image" | "signature" | "user";
3281
+ labelIcon?: "at" | "text-t" | "image" | "signature" | "user" | "building-office" | "road-horizon" | "city" | "building" | "phone" | "read-cv-logo";
3168
3282
  x: number;
3169
3283
  y: number;
3170
3284
  height?: number;
@@ -3179,13 +3293,13 @@ export interface paths {
3179
3293
  type: "text";
3180
3294
  text: string;
3181
3295
  /** @enum {string} */
3182
- templatedText?: "email" | "fullname" | "phone";
3296
+ templatedText?: "email" | "fullname" | "phone" | "jobTitle" | "company" | "addressLine1" | "addressLine2" | "zipCode" | "city" | "country";
3183
3297
  editable?: boolean;
3184
3298
  } | {
3185
3299
  uuid: string;
3186
3300
  label: string;
3187
3301
  /** @enum {string} */
3188
- labelIcon?: "at" | "text-t" | "image" | "signature" | "user";
3302
+ labelIcon?: "at" | "text-t" | "image" | "signature" | "user" | "building-office" | "road-horizon" | "city" | "building" | "phone" | "read-cv-logo";
3189
3303
  x: number;
3190
3304
  y: number;
3191
3305
  height?: number;
@@ -3204,7 +3318,7 @@ export interface paths {
3204
3318
  uuid: string;
3205
3319
  label: string;
3206
3320
  /** @enum {string} */
3207
- labelIcon?: "at" | "text-t" | "image" | "signature" | "user";
3321
+ labelIcon?: "at" | "text-t" | "image" | "signature" | "user" | "building-office" | "road-horizon" | "city" | "building" | "phone" | "read-cv-logo";
3208
3322
  x: number;
3209
3323
  y: number;
3210
3324
  height?: number;