@infisale-client/api 1.2.97 → 1.2.98

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/api/api.d.ts CHANGED
@@ -527,6 +527,7 @@ export declare const FileKeywordEnum: {
527
527
  readonly PRODUCT: "product";
528
528
  readonly ATTACHMENT: "attachment";
529
529
  readonly COMMENT: "comment";
530
+ readonly LEGAL: "legal";
530
531
  };
531
532
  export type FileKeywordEnum = typeof FileKeywordEnum[keyof typeof FileKeywordEnum];
532
533
  /**
package/dist/api/api.js CHANGED
@@ -479,7 +479,8 @@ exports.FileKeywordEnum = {
479
479
  LOGO: 'logo',
480
480
  PRODUCT: 'product',
481
481
  ATTACHMENT: 'attachment',
482
- COMMENT: 'comment'
482
+ COMMENT: 'comment',
483
+ LEGAL: 'legal'
483
484
  };
484
485
  /**
485
486
  *
package/dist/api/api.mjs CHANGED
@@ -467,7 +467,8 @@ export const FileKeywordEnum = {
467
467
  LOGO: 'logo',
468
468
  PRODUCT: 'product',
469
469
  ATTACHMENT: 'attachment',
470
- COMMENT: 'comment'
470
+ COMMENT: 'comment',
471
+ LEGAL: 'legal'
471
472
  };
472
473
  /**
473
474
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.2.97",
3
+ "version": "1.2.98",
4
4
  "description": "api-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "ee17f0fbb87adc3623595e6530b3ca6dd55ae4f4"
40
+ "gitHead": "b19e33a444abe7db8db41d211b6f43cfb416a712"
41
41
  }