@serviceai/api-spec 1.2.231 → 1.2.232
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/openapi.json +34 -2
- package/openapi.yaml +26 -2
- package/package.json +1 -1
- package/types.d.ts +5 -1
package/openapi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.1.0",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "ServiceAi API",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.232",
|
|
6
6
|
"description": "Source-of-truth API contract for ServiceAi. Generated from `shared/schema.ts` Zod schemas by `scripts/build-api-spec.ts`. Versioning policy: see `docs/api-versioning.md`. The hand-written docs/ios-contract.md and docs/lidar-mobile-upload-contract.md are human-readable design notes only — this spec is the canonical wire contract.",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "Proprietary",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"properties": {
|
|
115
115
|
"apiVersion": {
|
|
116
116
|
"type": "string",
|
|
117
|
-
"example": "1.2.
|
|
117
|
+
"example": "1.2.232"
|
|
118
118
|
},
|
|
119
119
|
"minClientVersion": {
|
|
120
120
|
"type": "string",
|
|
@@ -348,6 +348,14 @@
|
|
|
348
348
|
"minimum": -2147483648,
|
|
349
349
|
"maximum": 2147483647
|
|
350
350
|
},
|
|
351
|
+
"leadSourceVendorId": {
|
|
352
|
+
"type": [
|
|
353
|
+
"integer",
|
|
354
|
+
"null"
|
|
355
|
+
],
|
|
356
|
+
"minimum": -2147483648,
|
|
357
|
+
"maximum": 2147483647
|
|
358
|
+
},
|
|
351
359
|
"leadSourceOther": {
|
|
352
360
|
"type": [
|
|
353
361
|
"string",
|
|
@@ -4167,6 +4175,14 @@
|
|
|
4167
4175
|
"minimum": -2147483648,
|
|
4168
4176
|
"maximum": 2147483647
|
|
4169
4177
|
},
|
|
4178
|
+
"leadSourceVendorId": {
|
|
4179
|
+
"type": [
|
|
4180
|
+
"integer",
|
|
4181
|
+
"null"
|
|
4182
|
+
],
|
|
4183
|
+
"minimum": -2147483648,
|
|
4184
|
+
"maximum": 2147483647
|
|
4185
|
+
},
|
|
4170
4186
|
"leadSourceOther": {
|
|
4171
4187
|
"type": [
|
|
4172
4188
|
"string",
|
|
@@ -4488,6 +4504,14 @@
|
|
|
4488
4504
|
"minimum": -2147483648,
|
|
4489
4505
|
"maximum": 2147483647
|
|
4490
4506
|
},
|
|
4507
|
+
"leadSourceVendorId": {
|
|
4508
|
+
"type": [
|
|
4509
|
+
"integer",
|
|
4510
|
+
"null"
|
|
4511
|
+
],
|
|
4512
|
+
"minimum": -2147483648,
|
|
4513
|
+
"maximum": 2147483647
|
|
4514
|
+
},
|
|
4491
4515
|
"leadSourceOther": {
|
|
4492
4516
|
"type": [
|
|
4493
4517
|
"string",
|
|
@@ -4770,6 +4794,14 @@
|
|
|
4770
4794
|
"minimum": -2147483648,
|
|
4771
4795
|
"maximum": 2147483647
|
|
4772
4796
|
},
|
|
4797
|
+
"leadSourceVendorId": {
|
|
4798
|
+
"type": [
|
|
4799
|
+
"integer",
|
|
4800
|
+
"null"
|
|
4801
|
+
],
|
|
4802
|
+
"minimum": -2147483648,
|
|
4803
|
+
"maximum": 2147483647
|
|
4804
|
+
},
|
|
4773
4805
|
"leadSourceOther": {
|
|
4774
4806
|
"type": [
|
|
4775
4807
|
"string",
|
package/openapi.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
openapi: 3.1.0
|
|
2
2
|
info:
|
|
3
3
|
title: ServiceAi API
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.232
|
|
5
5
|
description: >-
|
|
6
6
|
Source-of-truth API contract for ServiceAi. Generated from `shared/schema.ts` Zod schemas by
|
|
7
7
|
`scripts/build-api-spec.ts`. Versioning policy: see `docs/api-versioning.md`. The hand-written docs/ios-contract.md
|
|
@@ -78,7 +78,7 @@ components:
|
|
|
78
78
|
properties:
|
|
79
79
|
apiVersion:
|
|
80
80
|
type: string
|
|
81
|
-
example: 1.2.
|
|
81
|
+
example: 1.2.232
|
|
82
82
|
minClientVersion:
|
|
83
83
|
type: string
|
|
84
84
|
example: 1.0.0
|
|
@@ -232,6 +232,12 @@ components:
|
|
|
232
232
|
- 'null'
|
|
233
233
|
minimum: -2147483648
|
|
234
234
|
maximum: 2147483647
|
|
235
|
+
leadSourceVendorId:
|
|
236
|
+
type:
|
|
237
|
+
- integer
|
|
238
|
+
- 'null'
|
|
239
|
+
minimum: -2147483648
|
|
240
|
+
maximum: 2147483647
|
|
235
241
|
leadSourceOther:
|
|
236
242
|
type:
|
|
237
243
|
- string
|
|
@@ -2654,6 +2660,12 @@ paths:
|
|
|
2654
2660
|
- 'null'
|
|
2655
2661
|
minimum: -2147483648
|
|
2656
2662
|
maximum: 2147483647
|
|
2663
|
+
leadSourceVendorId:
|
|
2664
|
+
type:
|
|
2665
|
+
- integer
|
|
2666
|
+
- 'null'
|
|
2667
|
+
minimum: -2147483648
|
|
2668
|
+
maximum: 2147483647
|
|
2657
2669
|
leadSourceOther:
|
|
2658
2670
|
type:
|
|
2659
2671
|
- string
|
|
@@ -2853,6 +2865,12 @@ paths:
|
|
|
2853
2865
|
- 'null'
|
|
2854
2866
|
minimum: -2147483648
|
|
2855
2867
|
maximum: 2147483647
|
|
2868
|
+
leadSourceVendorId:
|
|
2869
|
+
type:
|
|
2870
|
+
- integer
|
|
2871
|
+
- 'null'
|
|
2872
|
+
minimum: -2147483648
|
|
2873
|
+
maximum: 2147483647
|
|
2856
2874
|
leadSourceOther:
|
|
2857
2875
|
type:
|
|
2858
2876
|
- string
|
|
@@ -3037,6 +3055,12 @@ paths:
|
|
|
3037
3055
|
- 'null'
|
|
3038
3056
|
minimum: -2147483648
|
|
3039
3057
|
maximum: 2147483647
|
|
3058
|
+
leadSourceVendorId:
|
|
3059
|
+
type:
|
|
3060
|
+
- integer
|
|
3061
|
+
- 'null'
|
|
3062
|
+
minimum: -2147483648
|
|
3063
|
+
maximum: 2147483647
|
|
3040
3064
|
leadSourceOther:
|
|
3041
3065
|
type:
|
|
3042
3066
|
- string
|
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -764,6 +764,7 @@ export interface paths {
|
|
|
764
764
|
leadSourceReferralId?: number | null;
|
|
765
765
|
leadSourceReferralUserId?: string | null;
|
|
766
766
|
leadSourcePartnerId?: number | null;
|
|
767
|
+
leadSourceVendorId?: number | null;
|
|
767
768
|
leadSourceOther?: string | null;
|
|
768
769
|
googleDriveCustomerFolderId?: string | null;
|
|
769
770
|
cachedLat?: number | null;
|
|
@@ -836,6 +837,7 @@ export interface paths {
|
|
|
836
837
|
leadSourceReferralId?: number | null;
|
|
837
838
|
leadSourceReferralUserId?: string | null;
|
|
838
839
|
leadSourcePartnerId?: number | null;
|
|
840
|
+
leadSourceVendorId?: number | null;
|
|
839
841
|
leadSourceOther?: string | null;
|
|
840
842
|
googleDriveCustomerFolderId?: string | null;
|
|
841
843
|
cachedLat?: number | null;
|
|
@@ -888,6 +890,7 @@ export interface paths {
|
|
|
888
890
|
leadSourceReferralId?: number | null;
|
|
889
891
|
leadSourceReferralUserId?: string | null;
|
|
890
892
|
leadSourcePartnerId?: number | null;
|
|
893
|
+
leadSourceVendorId?: number | null;
|
|
891
894
|
leadSourceOther?: string | null;
|
|
892
895
|
googleDriveCustomerFolderId?: string | null;
|
|
893
896
|
cachedLat?: number | null;
|
|
@@ -1845,7 +1848,7 @@ export interface components {
|
|
|
1845
1848
|
};
|
|
1846
1849
|
/** @description Cross-platform version handshake manifest. See docs/api-versioning.md. */
|
|
1847
1850
|
VersionManifest: {
|
|
1848
|
-
/** @example 1.2.
|
|
1851
|
+
/** @example 1.2.232 */
|
|
1849
1852
|
apiVersion: string;
|
|
1850
1853
|
/** @example 1.0.0 */
|
|
1851
1854
|
minClientVersion: string;
|
|
@@ -1888,6 +1891,7 @@ export interface components {
|
|
|
1888
1891
|
leadSourceReferralId?: number | null;
|
|
1889
1892
|
leadSourceReferralUserId?: string | null;
|
|
1890
1893
|
leadSourcePartnerId?: number | null;
|
|
1894
|
+
leadSourceVendorId?: number | null;
|
|
1891
1895
|
leadSourceOther?: string | null;
|
|
1892
1896
|
googleDriveCustomerFolderId?: string | null;
|
|
1893
1897
|
cachedLat?: number | null;
|