@infisale-client/api-client 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
@@ -478,7 +478,8 @@ exports.FileKeywordEnum = {
478
478
  LOGO: 'logo',
479
479
  PRODUCT: 'product',
480
480
  ATTACHMENT: 'attachment',
481
- COMMENT: 'comment'
481
+ COMMENT: 'comment',
482
+ LEGAL: 'legal'
482
483
  };
483
484
  /**
484
485
  *
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-client",
3
- "version": "1.2.97",
3
+ "version": "1.2.98",
4
4
  "description": "api-client-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
  }