Skip to content

Commit ac02bbb

Browse files
committed
⚰️ remove ind_passport_v1_async product
1 parent aa2fe2c commit ac02bbb

8 files changed

Lines changed: 0 additions & 312 deletions

File tree

docs/code_samples/ind_passport_v1_async.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/v1/product/cliProducts.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,6 @@ export const CLI_COMMAND_CONFIG = new Map<string, ProductConfig>([
118118
sync: false,
119119
},
120120
],
121-
[
122-
"ind-passport-india",
123-
{
124-
displayName: "IND Passport - India",
125-
docClass: product.ind.IndianPassportV1,
126-
allWords: false,
127-
async: true,
128-
sync: false,
129-
},
130-
],
131121
[
132122
"international-id",
133123
{

src/v1/product/ind/index.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/v1/product/ind/indianPassport/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/v1/product/ind/indianPassport/indianPassportV1.ts

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/v1/product/ind/indianPassport/indianPassportV1Document.ts

Lines changed: 0 additions & 185 deletions
This file was deleted.

src/v1/product/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * as fr from "./fr/index.js";
2-
export * as ind from "./ind/index.js";
32
export * as us from "./us/index.js";
43
export { BarcodeReaderV1 } from "./barcodeReader/index.js";
54
export { CropperV1 } from "./cropper/index.js";

tests/v1/product/ind/indianPassport/indianPassportV1.spec.ts

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)