@osdk/client 0.2.1 → 0.3.1

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.
Files changed (91) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/build/js/{chunk-MT2HE6AQ.mjs → chunk-DVD5PAXO.mjs} +119 -8
  3. package/build/js/chunk-DVD5PAXO.mjs.map +1 -0
  4. package/build/js/{chunk-CCKGGMYW.cjs → chunk-YVZITKIQ.cjs} +117 -6
  5. package/build/js/chunk-YVZITKIQ.cjs.map +1 -0
  6. package/build/js/index.cjs +15 -13
  7. package/build/js/index.cjs.map +1 -1
  8. package/build/js/index.mjs +12 -10
  9. package/build/js/index.mjs.map +1 -1
  10. package/build/js/public/objects.cjs +3 -3
  11. package/build/js/public/objects.mjs +1 -1
  12. package/build/types/Client.d.ts +2 -2
  13. package/build/types/Definitions.d.ts +4 -4
  14. package/build/types/OsdkObjectFrom.d.ts +2 -0
  15. package/build/types/definitions/LinkDefinitions.d.ts +19 -0
  16. package/build/types/definitions/LinkDefinitions.test.d.ts +1 -0
  17. package/build/types/generated/object-set-service/api/ObjectSetServiceV2/getLinks.d.ts +1 -1
  18. package/build/types/generated/ontology-metadata/api/GetFeatureConfigurationsResponse.d.ts +1 -0
  19. package/build/types/generated/ontology-metadata/api/OntologyMetadataGothamTypeMappingService/checkTranslationEligibility.d.ts +8 -0
  20. package/build/types/generated/ontology-metadata/api/OntologyMetadataGothamTypeMappingService.d.ts +1 -0
  21. package/build/types/generated/ontology-metadata/api/TypeGroupGetOrganizationsRequest.d.ts +7 -0
  22. package/build/types/generated/ontology-metadata/api/TypeGroupGetOrganizationsResponse.d.ts +9 -0
  23. package/build/types/generated/ontology-metadata/api/TypeGroupOrgsService/getOrganizationsForTypeGroups.d.ts +9 -0
  24. package/build/types/generated/ontology-metadata/api/TypeGroupOrgsService/setOrganizationsForTypeGroups.d.ts +9 -0
  25. package/build/types/generated/ontology-metadata/api/TypeGroupOrgsService.d.ts +2 -0
  26. package/build/types/generated/ontology-metadata/api/TypeGroupSetOrganizationsRequest.d.ts +11 -0
  27. package/build/types/generated/ontology-metadata/api/index.d.ts +4 -0
  28. package/build/types/generated/ontology-metadata/api/search/ActionTypeClause.d.ts +5 -1
  29. package/build/types/generated/ontology-metadata/api/typemapping/CaseSensitiveGothamObjectTypeUri.d.ts +6 -0
  30. package/build/types/generated/ontology-metadata/api/typemapping/CaseSensitiveGothamPropertyTypeUri.d.ts +6 -0
  31. package/build/types/generated/ontology-metadata/api/typemapping/CheckTranslationEligibilityRequest.d.ts +8 -0
  32. package/build/types/generated/ontology-metadata/api/typemapping/CheckTranslationEligibilityResponse.d.ts +7 -0
  33. package/build/types/generated/ontology-metadata/api/typemapping/ClientTranslationEligibilityResult.d.ts +10 -0
  34. package/build/types/generated/ontology-metadata/api/typemapping/GothamDatasourceDelegateId.d.ts +5 -0
  35. package/build/types/generated/ontology-metadata/api/typemapping/IntegrationClientType.d.ts +4 -0
  36. package/build/types/generated/ontology-metadata/api/typemapping/LoadGothamTypeInstallationStatusesResponse.d.ts +4 -4
  37. package/build/types/generated/ontology-metadata/api/typemapping/TranslatableDatasource.d.ts +5 -0
  38. package/build/types/generated/ontology-metadata/api/typemapping/TranslationEligibility.d.ts +11 -0
  39. package/build/types/generated/ontology-metadata/api/typemapping/UntranslatableSecurity.d.ts +7 -0
  40. package/build/types/generated/ontology-metadata/api/typemapping/UntranslatableSecurityFailureType.d.ts +1 -0
  41. package/build/types/generated/ontology-metadata/api/typemapping/index.d.ts +11 -0
  42. package/build/types/generated/ontology-metadata/branch/api/BranchStatus.d.ts +11 -1
  43. package/build/types/generated/ontology-metadata/branch/api/LoadOntologyBranchMarkingsRequest.d.ts +2 -0
  44. package/build/types/generated/ontology-metadata/branch/api/LoadOntologyBranchMarkingsResponse.d.ts +4 -0
  45. package/build/types/generated/ontology-metadata/branch/api/MediaReferencePropertyTypeConstraintError.d.ts +9 -0
  46. package/build/types/generated/ontology-metadata/branch/api/MediaReferencePropertyTypeHasNoDatasourcesError.d.ts +9 -0
  47. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/loadOntologyBranchMarkings.d.ts +9 -0
  48. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService/setOntologyBranchOrganizationMarkings.d.ts +2 -2
  49. package/build/types/generated/ontology-metadata/branch/api/OntologyBranchService.d.ts +1 -0
  50. package/build/types/generated/ontology-metadata/branch/api/ValidationError.d.ts +6 -1
  51. package/build/types/generated/ontology-metadata/branch/api/index.d.ts +4 -0
  52. package/build/types/generatedNoCheck/Ontology.d.ts +483 -0
  53. package/build/types/generatedNoCheck/OntologyMetadata.d.ts +5 -0
  54. package/build/types/generatedNoCheck/index.d.ts +1 -0
  55. package/build/types/generatedNoCheck/ontology/actions/actionTakesObjectSet.d.ts +15 -0
  56. package/build/types/generatedNoCheck/ontology/actions/createOffice.d.ts +35 -0
  57. package/build/types/generatedNoCheck/ontology/actions/createOfficeAndEmployee.d.ts +45 -0
  58. package/build/types/generatedNoCheck/ontology/actions/index.d.ts +6 -0
  59. package/build/types/generatedNoCheck/ontology/actions/moveOffice.d.ts +35 -0
  60. package/build/types/generatedNoCheck/ontology/actions/promoteEmployee.d.ts +27 -0
  61. package/build/types/generatedNoCheck/ontology/actions/promoteEmployeeObject.d.ts +30 -0
  62. package/build/types/generatedNoCheck/ontology/interfaces.d.ts +1 -0
  63. package/build/types/generatedNoCheck/ontology/objects/Employee.d.ts +49 -0
  64. package/build/types/generatedNoCheck/ontology/objects/ObjectWithTimestampPrimaryKey.d.ts +18 -0
  65. package/build/types/generatedNoCheck/ontology/objects/Office.d.ts +35 -0
  66. package/build/types/generatedNoCheck/ontology/objects/equipment.d.ts +18 -0
  67. package/build/types/generatedNoCheck/ontology/objects/objectTypeWithAllPropertyTypes.d.ts +158 -0
  68. package/build/types/generatedNoCheck/ontology/objects.d.ts +5 -0
  69. package/build/types/internal/conversions/legacyToModernSingleAggregationResult.d.ts +2 -2
  70. package/build/types/internal/conversions/modernToLegacyWhereClause.d.ts +2 -2
  71. package/build/types/object/Attachment.d.ts +8 -0
  72. package/build/types/object/ObjectDefinitions.test.d.ts +1 -0
  73. package/build/types/object/convertWireToOsdkObjects.d.ts +5 -3
  74. package/build/types/object/convertWireToOsdkObjects.test.d.ts +1 -0
  75. package/build/types/object/fetchPageOrThrow.d.ts +6 -4
  76. package/build/types/object/getLinkedObjectByPkOrThrow.d.ts +4 -0
  77. package/build/types/object/getLinkedObjectOrThrow.d.ts +4 -0
  78. package/build/types/object/object.test.d.ts +1 -0
  79. package/build/types/object/pageLinkedObjectsOrThrow.d.ts +9 -0
  80. package/build/types/objectSet/ObjectSet.d.ts +2 -5
  81. package/build/types/objectSet/ObjectSetListenerWebsocket.d.ts +2 -2
  82. package/build/types/objectSet/createObjectSet.d.ts +3 -3
  83. package/build/types/objectSet/toConjureObjectSet.d.ts +3 -3
  84. package/build/types/query/WhereClause.d.ts +2 -2
  85. package/build/types/util/test/mockOntology.d.ts +59 -0
  86. package/package.json +8 -3
  87. package/build/js/chunk-CCKGGMYW.cjs.map +0 -1
  88. package/build/js/chunk-MT2HE6AQ.mjs.map +0 -1
  89. package/build/types/internal/net/V2_BASE.d.ts +0 -1
  90. package/build/types/internal/net/index.d.ts +0 -1
  91. package/build/types/internal/net/types.d.ts +0 -357
@@ -0,0 +1,483 @@
1
+ declare const _Ontology: {
2
+ metadata: {
3
+ ontologyRid: string;
4
+ ontologyApiName: string;
5
+ userAgent: string;
6
+ };
7
+ objects: {
8
+ Employee: {
9
+ apiName: "Employee";
10
+ description: string;
11
+ primaryKeyType: "integer";
12
+ links: {
13
+ peeps: {
14
+ multiplicity: true;
15
+ targetType: "Employee";
16
+ };
17
+ lead: {
18
+ multiplicity: false;
19
+ targetType: "Employee";
20
+ };
21
+ officeLink: {
22
+ multiplicity: false;
23
+ targetType: "Office";
24
+ };
25
+ };
26
+ properties: {
27
+ employeeId: {
28
+ multiplicity: false;
29
+ type: "integer";
30
+ nullable: false;
31
+ };
32
+ fullName: {
33
+ multiplicity: false;
34
+ type: "string";
35
+ nullable: true;
36
+ };
37
+ office: {
38
+ multiplicity: false;
39
+ description: string;
40
+ type: "string";
41
+ nullable: true;
42
+ };
43
+ startDate: {
44
+ multiplicity: false;
45
+ description: string;
46
+ type: "datetime";
47
+ nullable: true;
48
+ };
49
+ employeeStatus: {
50
+ multiplicity: false;
51
+ description: string;
52
+ type: "stringTimeseries";
53
+ nullable: true;
54
+ };
55
+ };
56
+ };
57
+ Office: {
58
+ apiName: "Office";
59
+ description: string;
60
+ primaryKeyType: "string";
61
+ links: {
62
+ occupants: {
63
+ multiplicity: true;
64
+ targetType: "Employee";
65
+ };
66
+ };
67
+ properties: {
68
+ officeId: {
69
+ multiplicity: false;
70
+ type: "string";
71
+ nullable: false;
72
+ };
73
+ entrance: {
74
+ multiplicity: false;
75
+ type: "geopoint";
76
+ nullable: true;
77
+ };
78
+ occupiedArea: {
79
+ multiplicity: false;
80
+ description: string;
81
+ type: "geoshape";
82
+ nullable: true;
83
+ };
84
+ name: {
85
+ multiplicity: false;
86
+ description: string;
87
+ type: "string";
88
+ nullable: true;
89
+ };
90
+ };
91
+ };
92
+ objectTypeWithAllPropertyTypes: {
93
+ apiName: "objectTypeWithAllPropertyTypes";
94
+ description: string;
95
+ primaryKeyType: "integer";
96
+ links: {};
97
+ properties: {
98
+ id: {
99
+ multiplicity: false;
100
+ type: "integer";
101
+ nullable: false;
102
+ };
103
+ string: {
104
+ multiplicity: false;
105
+ type: "string";
106
+ nullable: true;
107
+ };
108
+ boolean: {
109
+ multiplicity: false;
110
+ type: "boolean";
111
+ nullable: true;
112
+ };
113
+ date: {
114
+ multiplicity: false;
115
+ type: "datetime";
116
+ nullable: true;
117
+ };
118
+ dateTime: {
119
+ multiplicity: false;
120
+ type: "timestamp";
121
+ nullable: true;
122
+ };
123
+ decimal: {
124
+ multiplicity: false;
125
+ type: "decimal";
126
+ nullable: true;
127
+ };
128
+ integer: {
129
+ multiplicity: false;
130
+ type: "integer";
131
+ nullable: true;
132
+ };
133
+ long: {
134
+ multiplicity: false;
135
+ type: "long";
136
+ nullable: true;
137
+ };
138
+ short: {
139
+ multiplicity: false;
140
+ type: "short";
141
+ nullable: true;
142
+ };
143
+ float: {
144
+ multiplicity: false;
145
+ type: "float";
146
+ nullable: true;
147
+ };
148
+ double: {
149
+ multiplicity: false;
150
+ type: "double";
151
+ nullable: true;
152
+ };
153
+ byte: {
154
+ multiplicity: false;
155
+ type: "byte";
156
+ nullable: true;
157
+ };
158
+ attachment: {
159
+ multiplicity: false;
160
+ type: "attachment";
161
+ nullable: true;
162
+ };
163
+ attachment2: {
164
+ multiplicity: false;
165
+ type: "attachment";
166
+ nullable: true;
167
+ };
168
+ geoPoint: {
169
+ multiplicity: false;
170
+ type: "geopoint";
171
+ nullable: true;
172
+ };
173
+ geoShape: {
174
+ multiplicity: false;
175
+ type: "geoshape";
176
+ nullable: true;
177
+ };
178
+ stringArray: {
179
+ multiplicity: true;
180
+ type: "string";
181
+ nullable: true;
182
+ };
183
+ booleanArray: {
184
+ multiplicity: true;
185
+ type: "boolean";
186
+ nullable: true;
187
+ };
188
+ dateArray: {
189
+ multiplicity: true;
190
+ type: "datetime";
191
+ nullable: true;
192
+ };
193
+ dateTimeArray: {
194
+ multiplicity: true;
195
+ type: "timestamp";
196
+ nullable: true;
197
+ };
198
+ decimalArray: {
199
+ multiplicity: true;
200
+ type: "decimal";
201
+ nullable: true;
202
+ };
203
+ integerArray: {
204
+ multiplicity: true;
205
+ type: "integer";
206
+ nullable: true;
207
+ };
208
+ longArray: {
209
+ multiplicity: true;
210
+ type: "long";
211
+ nullable: true;
212
+ };
213
+ shortArray: {
214
+ multiplicity: true;
215
+ type: "short";
216
+ nullable: true;
217
+ };
218
+ floatArray: {
219
+ multiplicity: true;
220
+ type: "float";
221
+ nullable: true;
222
+ };
223
+ doubleArray: {
224
+ multiplicity: true;
225
+ type: "double";
226
+ nullable: true;
227
+ };
228
+ byteArray: {
229
+ multiplicity: true;
230
+ type: "byte";
231
+ nullable: true;
232
+ };
233
+ attachmentArray: {
234
+ multiplicity: true;
235
+ type: "attachment";
236
+ nullable: true;
237
+ };
238
+ geoPointArray: {
239
+ multiplicity: true;
240
+ type: "geopoint";
241
+ nullable: true;
242
+ };
243
+ geoShapeArray: {
244
+ multiplicity: true;
245
+ type: "geoshape";
246
+ nullable: true;
247
+ };
248
+ };
249
+ };
250
+ ObjectWithTimestampPrimaryKey: {
251
+ apiName: "ObjectWithTimestampPrimaryKey";
252
+ description: string;
253
+ primaryKeyType: "timestamp";
254
+ links: {};
255
+ properties: {
256
+ timestamp: {
257
+ multiplicity: false;
258
+ type: "timestamp";
259
+ nullable: false;
260
+ };
261
+ value: {
262
+ multiplicity: false;
263
+ type: "string";
264
+ nullable: true;
265
+ };
266
+ };
267
+ };
268
+ equipment: {
269
+ apiName: "equipment";
270
+ primaryKeyType: "string";
271
+ links: {};
272
+ properties: {
273
+ equipmentId: {
274
+ multiplicity: false;
275
+ description: string;
276
+ type: "string";
277
+ nullable: false;
278
+ };
279
+ type: {
280
+ multiplicity: false;
281
+ type: "string";
282
+ nullable: true;
283
+ };
284
+ };
285
+ };
286
+ };
287
+ actions: {
288
+ promoteEmployee: {
289
+ apiName: "promoteEmployee";
290
+ parameters: {
291
+ employeeId: {
292
+ multiplicity: false;
293
+ type: "integer";
294
+ nullable: false;
295
+ };
296
+ newTitle: {
297
+ multiplicity: false;
298
+ type: "string";
299
+ nullable: false;
300
+ };
301
+ newCompensation: {
302
+ multiplicity: false;
303
+ type: "double";
304
+ nullable: false;
305
+ };
306
+ };
307
+ description: string;
308
+ modifiedEntities: {
309
+ Employee: {
310
+ created: false;
311
+ modified: true;
312
+ };
313
+ };
314
+ };
315
+ promoteEmployeeObject: {
316
+ apiName: "promoteEmployeeObject";
317
+ parameters: {
318
+ employee: {
319
+ multiplicity: false;
320
+ type: {
321
+ type: "object";
322
+ object: "Employee";
323
+ };
324
+ nullable: false;
325
+ };
326
+ newTitle: {
327
+ multiplicity: false;
328
+ type: "string";
329
+ nullable: false;
330
+ };
331
+ newCompensation: {
332
+ multiplicity: false;
333
+ type: "double";
334
+ nullable: false;
335
+ };
336
+ };
337
+ description: string;
338
+ modifiedEntities: {
339
+ Employee: {
340
+ created: false;
341
+ modified: true;
342
+ };
343
+ };
344
+ };
345
+ createOffice: {
346
+ apiName: "createOffice";
347
+ parameters: {
348
+ officeId: {
349
+ multiplicity: false;
350
+ type: "string";
351
+ nullable: false;
352
+ };
353
+ address: {
354
+ multiplicity: false;
355
+ type: "string";
356
+ nullable: true;
357
+ description: string;
358
+ };
359
+ capacity: {
360
+ multiplicity: false;
361
+ type: "integer";
362
+ nullable: true;
363
+ description: string;
364
+ };
365
+ officeNames: {
366
+ multiplicity: true;
367
+ type: "string";
368
+ nullable: true;
369
+ description: string;
370
+ };
371
+ };
372
+ description: string;
373
+ modifiedEntities: {
374
+ Office: {
375
+ created: true;
376
+ modified: false;
377
+ };
378
+ };
379
+ };
380
+ createOfficeAndEmployee: {
381
+ apiName: "createOfficeAndEmployee";
382
+ parameters: {
383
+ officeId: {
384
+ multiplicity: false;
385
+ type: "string";
386
+ nullable: false;
387
+ };
388
+ address: {
389
+ multiplicity: false;
390
+ type: "string";
391
+ nullable: true;
392
+ description: string;
393
+ };
394
+ capacity: {
395
+ multiplicity: false;
396
+ type: "integer";
397
+ nullable: true;
398
+ description: string;
399
+ };
400
+ officeNames: {
401
+ multiplicity: true;
402
+ type: "string";
403
+ nullable: true;
404
+ description: string;
405
+ };
406
+ employeeId: {
407
+ multiplicity: false;
408
+ type: "integer";
409
+ nullable: false;
410
+ description: string;
411
+ };
412
+ };
413
+ description: string;
414
+ modifiedEntities: {
415
+ Office: {
416
+ created: true;
417
+ modified: false;
418
+ };
419
+ Employee: {
420
+ created: true;
421
+ modified: false;
422
+ };
423
+ };
424
+ };
425
+ moveOffice: {
426
+ apiName: "moveOffice";
427
+ parameters: {
428
+ officeId: {
429
+ multiplicity: false;
430
+ type: "string";
431
+ nullable: false;
432
+ };
433
+ newAddress: {
434
+ multiplicity: false;
435
+ type: "string";
436
+ nullable: true;
437
+ description: string;
438
+ };
439
+ newCapacity: {
440
+ multiplicity: false;
441
+ type: "integer";
442
+ nullable: true;
443
+ description: string;
444
+ };
445
+ officeNames: {
446
+ multiplicity: true;
447
+ type: "integer";
448
+ nullable: true;
449
+ description: string;
450
+ };
451
+ };
452
+ description: string;
453
+ modifiedEntities: {
454
+ Office: {
455
+ created: false;
456
+ modified: true;
457
+ };
458
+ };
459
+ };
460
+ actionTakesObjectSet: {
461
+ apiName: "actionTakesObjectSet";
462
+ parameters: {
463
+ employees: {
464
+ multiplicity: false;
465
+ type: {
466
+ type: "objectSet";
467
+ objectSet: "Employee";
468
+ };
469
+ nullable: false;
470
+ };
471
+ };
472
+ description: string;
473
+ modifiedEntities: {};
474
+ };
475
+ };
476
+ queries: {};
477
+ interfaces: {};
478
+ };
479
+ type _Ontology = typeof _Ontology;
480
+ export interface Ontology extends _Ontology {
481
+ }
482
+ export declare const Ontology: Ontology;
483
+ export {};
@@ -0,0 +1,5 @@
1
+ export declare const OntologyMetadata: {
2
+ ontologyRid: string;
3
+ ontologyApiName: string;
4
+ userAgent: string;
5
+ };
@@ -0,0 +1 @@
1
+ export { Ontology } from './Ontology.js';
@@ -0,0 +1,15 @@
1
+ export declare const actionTakesObjectSet: {
2
+ apiName: "actionTakesObjectSet";
3
+ parameters: {
4
+ employees: {
5
+ multiplicity: false;
6
+ type: {
7
+ type: "objectSet";
8
+ objectSet: "Employee";
9
+ };
10
+ nullable: false;
11
+ };
12
+ };
13
+ description: string;
14
+ modifiedEntities: {};
15
+ };
@@ -0,0 +1,35 @@
1
+ export declare const createOffice: {
2
+ apiName: "createOffice";
3
+ parameters: {
4
+ officeId: {
5
+ multiplicity: false;
6
+ type: "string";
7
+ nullable: false;
8
+ };
9
+ address: {
10
+ multiplicity: false;
11
+ type: "string";
12
+ nullable: true;
13
+ description: string;
14
+ };
15
+ capacity: {
16
+ multiplicity: false;
17
+ type: "integer";
18
+ nullable: true;
19
+ description: string;
20
+ };
21
+ officeNames: {
22
+ multiplicity: true;
23
+ type: "string";
24
+ nullable: true;
25
+ description: string;
26
+ };
27
+ };
28
+ description: string;
29
+ modifiedEntities: {
30
+ Office: {
31
+ created: true;
32
+ modified: false;
33
+ };
34
+ };
35
+ };
@@ -0,0 +1,45 @@
1
+ export declare const createOfficeAndEmployee: {
2
+ apiName: "createOfficeAndEmployee";
3
+ parameters: {
4
+ officeId: {
5
+ multiplicity: false;
6
+ type: "string";
7
+ nullable: false;
8
+ };
9
+ address: {
10
+ multiplicity: false;
11
+ type: "string";
12
+ nullable: true;
13
+ description: string;
14
+ };
15
+ capacity: {
16
+ multiplicity: false;
17
+ type: "integer";
18
+ nullable: true;
19
+ description: string;
20
+ };
21
+ officeNames: {
22
+ multiplicity: true;
23
+ type: "string";
24
+ nullable: true;
25
+ description: string;
26
+ };
27
+ employeeId: {
28
+ multiplicity: false;
29
+ type: "integer";
30
+ nullable: false;
31
+ description: string;
32
+ };
33
+ };
34
+ description: string;
35
+ modifiedEntities: {
36
+ Office: {
37
+ created: true;
38
+ modified: false;
39
+ };
40
+ Employee: {
41
+ created: true;
42
+ modified: false;
43
+ };
44
+ };
45
+ };
@@ -0,0 +1,6 @@
1
+ export * from './actionTakesObjectSet.js';
2
+ export * from './createOffice.js';
3
+ export * from './createOfficeAndEmployee.js';
4
+ export * from './moveOffice.js';
5
+ export * from './promoteEmployee.js';
6
+ export * from './promoteEmployeeObject.js';
@@ -0,0 +1,35 @@
1
+ export declare const moveOffice: {
2
+ apiName: "moveOffice";
3
+ parameters: {
4
+ officeId: {
5
+ multiplicity: false;
6
+ type: "string";
7
+ nullable: false;
8
+ };
9
+ newAddress: {
10
+ multiplicity: false;
11
+ type: "string";
12
+ nullable: true;
13
+ description: string;
14
+ };
15
+ newCapacity: {
16
+ multiplicity: false;
17
+ type: "integer";
18
+ nullable: true;
19
+ description: string;
20
+ };
21
+ officeNames: {
22
+ multiplicity: true;
23
+ type: "integer";
24
+ nullable: true;
25
+ description: string;
26
+ };
27
+ };
28
+ description: string;
29
+ modifiedEntities: {
30
+ Office: {
31
+ created: false;
32
+ modified: true;
33
+ };
34
+ };
35
+ };
@@ -0,0 +1,27 @@
1
+ export declare const promoteEmployee: {
2
+ apiName: "promoteEmployee";
3
+ parameters: {
4
+ employeeId: {
5
+ multiplicity: false;
6
+ type: "integer";
7
+ nullable: false;
8
+ };
9
+ newTitle: {
10
+ multiplicity: false;
11
+ type: "string";
12
+ nullable: false;
13
+ };
14
+ newCompensation: {
15
+ multiplicity: false;
16
+ type: "double";
17
+ nullable: false;
18
+ };
19
+ };
20
+ description: string;
21
+ modifiedEntities: {
22
+ Employee: {
23
+ created: false;
24
+ modified: true;
25
+ };
26
+ };
27
+ };
@@ -0,0 +1,30 @@
1
+ export declare const promoteEmployeeObject: {
2
+ apiName: "promoteEmployeeObject";
3
+ parameters: {
4
+ employee: {
5
+ multiplicity: false;
6
+ type: {
7
+ type: "object";
8
+ object: "Employee";
9
+ };
10
+ nullable: false;
11
+ };
12
+ newTitle: {
13
+ multiplicity: false;
14
+ type: "string";
15
+ nullable: false;
16
+ };
17
+ newCompensation: {
18
+ multiplicity: false;
19
+ type: "double";
20
+ nullable: false;
21
+ };
22
+ };
23
+ description: string;
24
+ modifiedEntities: {
25
+ Employee: {
26
+ created: false;
27
+ modified: true;
28
+ };
29
+ };
30
+ };