graphlit-client 1.0.20241210001 → 1.0.20241212002

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.
@@ -71,6 +71,10 @@ var AzureDocumentIntelligenceModels;
71
71
  AzureDocumentIntelligenceModels["ReadOcr"] = "READ_OCR";
72
72
  /** Receipt */
73
73
  AzureDocumentIntelligenceModels["Receipt"] = "RECEIPT";
74
+ /** Bank Check (US) */
75
+ AzureDocumentIntelligenceModels["UsBankCheck"] = "US_BANK_CHECK";
76
+ /** Bank Statement (US) */
77
+ AzureDocumentIntelligenceModels["UsBankStatement"] = "US_BANK_STATEMENT";
74
78
  /** Health Insurance Card (US) */
75
79
  AzureDocumentIntelligenceModels["UsHealthInsuranceCard"] = "US_HEALTH_INSURANCE_CARD";
76
80
  /** Marriage Certificate (US) */
@@ -81,6 +85,8 @@ var AzureDocumentIntelligenceModels;
81
85
  AzureDocumentIntelligenceModels["UsMortgage1008"] = "US_MORTGAGE1008";
82
86
  /** Mortgage closing disclosure (US) */
83
87
  AzureDocumentIntelligenceModels["UsMortgageDisclosure"] = "US_MORTGAGE_DISCLOSURE";
88
+ /** Pay Stub (US) */
89
+ AzureDocumentIntelligenceModels["UsPayStub"] = "US_PAY_STUB";
84
90
  /** 1098 Form (US) */
85
91
  AzureDocumentIntelligenceModels["UsTaxForm1098"] = "US_TAX_FORM1098";
86
92
  /** 1098E Form (US) */
@@ -743,6 +749,8 @@ var GoogleModels;
743
749
  GoogleModels["Gemini_1_5Pro_001"] = "GEMINI_1_5_PRO_001";
744
750
  /** Gemini 1.5 Pro (002 version) */
745
751
  GoogleModels["Gemini_1_5Pro_002"] = "GEMINI_1_5_PRO_002";
752
+ /** Gemini 2.0 Flash (Experimental) */
753
+ GoogleModels["Gemini_2_0FlashExperimental"] = "GEMINI_2_0_FLASH_EXPERIMENTAL";
746
754
  })(GoogleModels || (exports.GoogleModels = GoogleModels = {}));
747
755
  /** GraphRAG strategies */
748
756
  var GraphStrategyTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20241210001",
3
+ "version": "1.0.20241212002",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",