-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sonali Shakya
authored and
Sonali Shakya
committed
Jan 14, 2025
1 parent
b8bb31b
commit 8902e0d
Showing
2 changed files
with
79 additions
and
150 deletions.
There are no files selected for viewing
77 changes: 0 additions & 77 deletions
77
deeplink-generator/prisma/migrations/20250113062321_init_13_01_25/migration.sql
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,83 @@ | ||
{ | ||
"name": "SearchByCatalog", | ||
"description": "Template to return an entire catalog for a particular seller", | ||
"value": { | ||
"context": { | ||
"domain": { | ||
"type": "string", | ||
"filler": "user", | ||
"enum": [ | ||
{ | ||
"name": "Grocery", | ||
"value": "ONDC:RET10" | ||
}, | ||
{ | ||
"name": "Fashion", | ||
"value": "ONDC:RET12" | ||
}, | ||
{ | ||
"name": "BPC", | ||
"value": "ONDC:RET13" | ||
} | ||
], | ||
"onChange": "updateCategoryValues" | ||
}, | ||
"action": "search", | ||
"country": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"city": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"core_version": "1.2.0", | ||
"bap_id": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"bap_uri": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"bpp_id": { | ||
"filler": "user", | ||
"type": "string" | ||
}, | ||
"bpp_uri": { | ||
"filler": "user", | ||
"type": "string" | ||
}, | ||
"transaction_id": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"message_id": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"timestamp": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"ttl": "PT30S" | ||
"name": "SearchByCatalog", | ||
"description": "Template to return an entire catalog for a particular seller", | ||
"value": { | ||
"context": { | ||
"domain": { | ||
"type": "string", | ||
"filler": "user", | ||
"enum": [ | ||
{ | ||
"name": "Grocery", | ||
"value": "ONDC:RET10" | ||
}, | ||
{ | ||
"name": "Fashion", | ||
"value": "ONDC:RET12" | ||
}, | ||
{ | ||
"name": "BPC", | ||
"value": "ONDC:RET13" | ||
} | ||
], | ||
"onChange": "updateCategoryValues" | ||
}, | ||
"message": { | ||
"intent": { | ||
"payment": { | ||
"@ondc/org/buyer_app_finder_fee_type": "percent", | ||
"@ondc/org/buyer_app_finder_fee_amount": "5" | ||
} | ||
"action": "search", | ||
"country": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"city": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"core_version": "1.2.0", | ||
"bap_id": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"bap_uri": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"bpp_id": { | ||
"filler": "user", | ||
"type": "string" | ||
}, | ||
"bpp_uri": { | ||
"filler": "user", | ||
"type": "string" | ||
}, | ||
"transaction_id": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"message_id": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"timestamp": { | ||
"filler": "pg", | ||
"type": "string" | ||
}, | ||
"ttl": "PT30S" | ||
}, | ||
"message": { | ||
"intent": { | ||
"provider": { | ||
"id": { | ||
"filler": "user", | ||
"type": "string" | ||
} | ||
}, | ||
"payment": { | ||
"@ondc/org/buyer_app_finder_fee_type": "percent", | ||
"@ondc/org/buyer_app_finder_fee_amount": "5" | ||
} | ||
}, | ||
"templateStage": "SUBMITTED", | ||
"category": "Retail", | ||
"subCategory": "Seller-Catalog Search" | ||
} | ||
} | ||
} | ||
}, | ||
"templateStage": "SUBMITTED", | ||
"category": "Retail", | ||
"subCategory": "Seller-Catalog Search" | ||
} |