@seamapi/types 1.620.0 → 1.621.0
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/dist/connect.cjs +96 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +124 -0
- package/dist/index.cjs +96 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +108 -0
- package/lib/seam/connect/openapi.js +96 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +96 -0
- package/src/lib/seam/connect/route-types.ts +24 -0
package/dist/connect.d.cts
CHANGED
|
@@ -94014,6 +94014,32 @@ declare const _default: {
|
|
|
94014
94014
|
required: string[];
|
|
94015
94015
|
type: string;
|
|
94016
94016
|
};
|
|
94017
|
+
staff_member_created: {
|
|
94018
|
+
properties: {
|
|
94019
|
+
config: {
|
|
94020
|
+
$ref: string;
|
|
94021
|
+
};
|
|
94022
|
+
rule: {
|
|
94023
|
+
enum: string[];
|
|
94024
|
+
type: string;
|
|
94025
|
+
};
|
|
94026
|
+
};
|
|
94027
|
+
required: string[];
|
|
94028
|
+
type: string;
|
|
94029
|
+
};
|
|
94030
|
+
staff_member_name_updated: {
|
|
94031
|
+
properties: {
|
|
94032
|
+
config: {
|
|
94033
|
+
$ref: string;
|
|
94034
|
+
};
|
|
94035
|
+
rule: {
|
|
94036
|
+
enum: string[];
|
|
94037
|
+
type: string;
|
|
94038
|
+
};
|
|
94039
|
+
};
|
|
94040
|
+
required: string[];
|
|
94041
|
+
type: string;
|
|
94042
|
+
};
|
|
94017
94043
|
user_identity_name_updated: {
|
|
94018
94044
|
properties: {
|
|
94019
94045
|
config: {
|
|
@@ -94217,6 +94243,32 @@ declare const _default: {
|
|
|
94217
94243
|
required: string[];
|
|
94218
94244
|
type: string;
|
|
94219
94245
|
};
|
|
94246
|
+
staff_member_created: {
|
|
94247
|
+
properties: {
|
|
94248
|
+
config: {
|
|
94249
|
+
$ref: string;
|
|
94250
|
+
};
|
|
94251
|
+
rule: {
|
|
94252
|
+
enum: string[];
|
|
94253
|
+
type: string;
|
|
94254
|
+
};
|
|
94255
|
+
};
|
|
94256
|
+
required: string[];
|
|
94257
|
+
type: string;
|
|
94258
|
+
};
|
|
94259
|
+
staff_member_name_updated: {
|
|
94260
|
+
properties: {
|
|
94261
|
+
config: {
|
|
94262
|
+
$ref: string;
|
|
94263
|
+
};
|
|
94264
|
+
rule: {
|
|
94265
|
+
enum: string[];
|
|
94266
|
+
type: string;
|
|
94267
|
+
};
|
|
94268
|
+
};
|
|
94269
|
+
required: string[];
|
|
94270
|
+
type: string;
|
|
94271
|
+
};
|
|
94220
94272
|
user_identity_name_updated: {
|
|
94221
94273
|
properties: {
|
|
94222
94274
|
config: {
|
|
@@ -94425,6 +94477,34 @@ declare const _default: {
|
|
|
94425
94477
|
required: string[];
|
|
94426
94478
|
type: string;
|
|
94427
94479
|
};
|
|
94480
|
+
staff_member_created: {
|
|
94481
|
+
properties: {
|
|
94482
|
+
config: {
|
|
94483
|
+
properties: {};
|
|
94484
|
+
type: string;
|
|
94485
|
+
};
|
|
94486
|
+
rule: {
|
|
94487
|
+
enum: string[];
|
|
94488
|
+
type: string;
|
|
94489
|
+
};
|
|
94490
|
+
};
|
|
94491
|
+
required: string[];
|
|
94492
|
+
type: string;
|
|
94493
|
+
};
|
|
94494
|
+
staff_member_name_updated: {
|
|
94495
|
+
properties: {
|
|
94496
|
+
config: {
|
|
94497
|
+
properties: {};
|
|
94498
|
+
type: string;
|
|
94499
|
+
};
|
|
94500
|
+
rule: {
|
|
94501
|
+
enum: string[];
|
|
94502
|
+
type: string;
|
|
94503
|
+
};
|
|
94504
|
+
};
|
|
94505
|
+
required: string[];
|
|
94506
|
+
type: string;
|
|
94507
|
+
};
|
|
94428
94508
|
user_identity_name_updated: {
|
|
94429
94509
|
properties: {
|
|
94430
94510
|
config: {
|
|
@@ -94644,6 +94724,34 @@ declare const _default: {
|
|
|
94644
94724
|
required: string[];
|
|
94645
94725
|
type: string;
|
|
94646
94726
|
};
|
|
94727
|
+
staff_member_created: {
|
|
94728
|
+
properties: {
|
|
94729
|
+
config: {
|
|
94730
|
+
properties: {};
|
|
94731
|
+
type: string;
|
|
94732
|
+
};
|
|
94733
|
+
rule: {
|
|
94734
|
+
enum: string[];
|
|
94735
|
+
type: string;
|
|
94736
|
+
};
|
|
94737
|
+
};
|
|
94738
|
+
required: string[];
|
|
94739
|
+
type: string;
|
|
94740
|
+
};
|
|
94741
|
+
staff_member_name_updated: {
|
|
94742
|
+
properties: {
|
|
94743
|
+
config: {
|
|
94744
|
+
properties: {};
|
|
94745
|
+
type: string;
|
|
94746
|
+
};
|
|
94747
|
+
rule: {
|
|
94748
|
+
enum: string[];
|
|
94749
|
+
type: string;
|
|
94750
|
+
};
|
|
94751
|
+
};
|
|
94752
|
+
required: string[];
|
|
94753
|
+
type: string;
|
|
94754
|
+
};
|
|
94647
94755
|
user_identity_name_updated: {
|
|
94648
94756
|
properties: {
|
|
94649
94757
|
config: {
|
|
@@ -166932,6 +167040,14 @@ type Routes = {
|
|
|
166932
167040
|
rule: 'user_identity_name_updated';
|
|
166933
167041
|
config?: {} | undefined;
|
|
166934
167042
|
} | undefined;
|
|
167043
|
+
staff_member_name_updated?: {
|
|
167044
|
+
rule: 'staff_member_name_updated';
|
|
167045
|
+
config?: {} | undefined;
|
|
167046
|
+
} | undefined;
|
|
167047
|
+
staff_member_created?: {
|
|
167048
|
+
rule: 'staff_member_created';
|
|
167049
|
+
config: {};
|
|
167050
|
+
} | undefined;
|
|
166935
167051
|
} | undefined;
|
|
166936
167052
|
climate_rules?: {
|
|
166937
167053
|
rules: {
|
|
@@ -166987,6 +167103,14 @@ type Routes = {
|
|
|
166987
167103
|
rule: 'user_identity_name_updated';
|
|
166988
167104
|
config?: {} | undefined;
|
|
166989
167105
|
} | undefined;
|
|
167106
|
+
staff_member_name_updated?: {
|
|
167107
|
+
rule: 'staff_member_name_updated';
|
|
167108
|
+
config?: {} | undefined;
|
|
167109
|
+
} | undefined;
|
|
167110
|
+
staff_member_created?: {
|
|
167111
|
+
rule: 'staff_member_created';
|
|
167112
|
+
config: {};
|
|
167113
|
+
} | undefined;
|
|
166990
167114
|
} | undefined;
|
|
166991
167115
|
/** Climate automation rules configuration. */
|
|
166992
167116
|
climate_rules?: {
|
package/dist/index.cjs
CHANGED
|
@@ -53280,6 +53280,32 @@ var openapi_default = {
|
|
|
53280
53280
|
required: ["rule"],
|
|
53281
53281
|
type: "object"
|
|
53282
53282
|
},
|
|
53283
|
+
staff_member_created: {
|
|
53284
|
+
properties: {
|
|
53285
|
+
config: {
|
|
53286
|
+
$ref: "#/components/schemas/access_code"
|
|
53287
|
+
},
|
|
53288
|
+
rule: {
|
|
53289
|
+
enum: ["staff_member_created"],
|
|
53290
|
+
type: "string"
|
|
53291
|
+
}
|
|
53292
|
+
},
|
|
53293
|
+
required: ["rule", "config"],
|
|
53294
|
+
type: "object"
|
|
53295
|
+
},
|
|
53296
|
+
staff_member_name_updated: {
|
|
53297
|
+
properties: {
|
|
53298
|
+
config: {
|
|
53299
|
+
$ref: "#/components/schemas/access_code"
|
|
53300
|
+
},
|
|
53301
|
+
rule: {
|
|
53302
|
+
enum: ["staff_member_name_updated"],
|
|
53303
|
+
type: "string"
|
|
53304
|
+
}
|
|
53305
|
+
},
|
|
53306
|
+
required: ["rule"],
|
|
53307
|
+
type: "object"
|
|
53308
|
+
},
|
|
53283
53309
|
user_identity_name_updated: {
|
|
53284
53310
|
properties: {
|
|
53285
53311
|
config: {
|
|
@@ -53469,6 +53495,32 @@ var openapi_default = {
|
|
|
53469
53495
|
required: ["rule"],
|
|
53470
53496
|
type: "object"
|
|
53471
53497
|
},
|
|
53498
|
+
staff_member_created: {
|
|
53499
|
+
properties: {
|
|
53500
|
+
config: {
|
|
53501
|
+
$ref: "#/components/schemas/access_code"
|
|
53502
|
+
},
|
|
53503
|
+
rule: {
|
|
53504
|
+
enum: ["staff_member_created"],
|
|
53505
|
+
type: "string"
|
|
53506
|
+
}
|
|
53507
|
+
},
|
|
53508
|
+
required: ["rule", "config"],
|
|
53509
|
+
type: "object"
|
|
53510
|
+
},
|
|
53511
|
+
staff_member_name_updated: {
|
|
53512
|
+
properties: {
|
|
53513
|
+
config: {
|
|
53514
|
+
$ref: "#/components/schemas/access_code"
|
|
53515
|
+
},
|
|
53516
|
+
rule: {
|
|
53517
|
+
enum: ["staff_member_name_updated"],
|
|
53518
|
+
type: "string"
|
|
53519
|
+
}
|
|
53520
|
+
},
|
|
53521
|
+
required: ["rule"],
|
|
53522
|
+
type: "object"
|
|
53523
|
+
},
|
|
53472
53524
|
user_identity_name_updated: {
|
|
53473
53525
|
properties: {
|
|
53474
53526
|
config: {
|
|
@@ -53654,6 +53706,28 @@ var openapi_default = {
|
|
|
53654
53706
|
required: ["rule"],
|
|
53655
53707
|
type: "object"
|
|
53656
53708
|
},
|
|
53709
|
+
staff_member_created: {
|
|
53710
|
+
properties: {
|
|
53711
|
+
config: { properties: {}, type: "object" },
|
|
53712
|
+
rule: {
|
|
53713
|
+
enum: ["staff_member_created"],
|
|
53714
|
+
type: "string"
|
|
53715
|
+
}
|
|
53716
|
+
},
|
|
53717
|
+
required: ["rule", "config"],
|
|
53718
|
+
type: "object"
|
|
53719
|
+
},
|
|
53720
|
+
staff_member_name_updated: {
|
|
53721
|
+
properties: {
|
|
53722
|
+
config: { properties: {}, type: "object" },
|
|
53723
|
+
rule: {
|
|
53724
|
+
enum: ["staff_member_name_updated"],
|
|
53725
|
+
type: "string"
|
|
53726
|
+
}
|
|
53727
|
+
},
|
|
53728
|
+
required: ["rule"],
|
|
53729
|
+
type: "object"
|
|
53730
|
+
},
|
|
53657
53731
|
user_identity_name_updated: {
|
|
53658
53732
|
properties: {
|
|
53659
53733
|
config: { properties: {}, type: "object" },
|
|
@@ -53845,6 +53919,28 @@ var openapi_default = {
|
|
|
53845
53919
|
required: ["rule"],
|
|
53846
53920
|
type: "object"
|
|
53847
53921
|
},
|
|
53922
|
+
staff_member_created: {
|
|
53923
|
+
properties: {
|
|
53924
|
+
config: { properties: {}, type: "object" },
|
|
53925
|
+
rule: {
|
|
53926
|
+
enum: ["staff_member_created"],
|
|
53927
|
+
type: "string"
|
|
53928
|
+
}
|
|
53929
|
+
},
|
|
53930
|
+
required: ["rule", "config"],
|
|
53931
|
+
type: "object"
|
|
53932
|
+
},
|
|
53933
|
+
staff_member_name_updated: {
|
|
53934
|
+
properties: {
|
|
53935
|
+
config: { properties: {}, type: "object" },
|
|
53936
|
+
rule: {
|
|
53937
|
+
enum: ["staff_member_name_updated"],
|
|
53938
|
+
type: "string"
|
|
53939
|
+
}
|
|
53940
|
+
},
|
|
53941
|
+
required: ["rule"],
|
|
53942
|
+
type: "object"
|
|
53943
|
+
},
|
|
53848
53944
|
user_identity_name_updated: {
|
|
53849
53945
|
properties: {
|
|
53850
53946
|
config: { properties: {}, type: "object" },
|