@producerflow/producerflowapi 1.0.22 → 1.0.23

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.
@@ -7839,6 +7839,7 @@ export declare const ProducerService: GenService<{
7839
7839
  * - Agency must exist and belong to the authenticated tenant
7840
7840
  * - Agency must have a valid NPN registered in NIPR
7841
7841
  * - Agency must not already be in active sync state
7842
+ * - Agency must not be a sole proprietor (sync the underlying producer instead)
7842
7843
  *
7843
7844
  * Validation Rules:
7844
7845
  * Proto validation (format checks):
@@ -7860,7 +7861,8 @@ export declare const ProducerService: GenService<{
7860
7861
  * Common Error Codes:
7861
7862
  * - NOT_FOUND: Agency doesn't exist or doesn't belong to tenant
7862
7863
  * - INVALID_ARGUMENT: Agency NPN is not valid (not found in NIPR)
7863
- * - FAILED_PRECONDITION: Agency is already synced with NIPR (ACTIVE sync state)
7864
+ * - FAILED_PRECONDITION: Agency is already synced with NIPR (ACTIVE sync state),
7865
+ * or the agency is a sole proprietor (sync the underlying producer instead)
7864
7866
  * - DEADLINE_EXCEEDED: NIPR sync operation timed out (30s for agency only, 10m with sync_all_producers)
7865
7867
  *
7866
7868
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@producerflow/producerflowapi",
3
3
  "author": "Producerflow",
4
- "version": "1.0.22",
4
+ "version": "1.0.23",
5
5
  "description": "Generated TypeScript types for ProducerFlow API",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "typecheck": "tsc --noEmit"
14
14
  },
15
15
  "dependencies": {
16
- "@bufbuild/protobuf": "2.10.0"
16
+ "@bufbuild/protobuf": "2.12.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/node": "^24.0.3",