@vendasta/forms_microservice 0.2.0 → 0.3.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.
@@ -28,6 +28,11 @@ var JsonSchemaLibrary;
28
28
  JsonSchemaLibrary[JsonSchemaLibrary["JSON_SCHEMA_LIBRARY_JSONFORM"] = 1] = "JSON_SCHEMA_LIBRARY_JSONFORM";
29
29
  })(JsonSchemaLibrary || (JsonSchemaLibrary = {}));
30
30
 
31
+ // *********************************
32
+ // Code generated by sdkgen
33
+ // DO NOT EDIT!.
34
+ //
35
+ // Enums Index.
31
36
  // *********************************
32
37
 
33
38
  function enumStringToValue$1(enumRef, value) {
@@ -1266,6 +1271,11 @@ class GetMultiFormVersionsListResponseVersions {
1266
1271
  }
1267
1272
  }
1268
1273
 
1274
+ // *********************************
1275
+ // Code generated by sdkgen
1276
+ // DO NOT EDIT!.
1277
+ //
1278
+ // Objects Index.
1269
1279
  // *********************************
1270
1280
 
1271
1281
  const environment = (window ? window['environment'] : 'prod') ?? 'prod';
@@ -1284,13 +1294,18 @@ class HostService {
1284
1294
  return 'https://' + this.host;
1285
1295
  }
1286
1296
  }
1287
- HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1288
- HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, providedIn: 'root' });
1289
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, decorators: [{
1297
+ HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1298
+ HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, providedIn: 'root' });
1299
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, decorators: [{
1290
1300
  type: Injectable,
1291
1301
  args: [{ providedIn: 'root' }]
1292
1302
  }] });
1293
1303
 
1304
+ // *********************************
1305
+ // Code generated by sdkgen
1306
+ // DO NOT EDIT!.
1307
+ //
1308
+ // API Service.
1294
1309
  // *********************************
1295
1310
  class FormSubmissionApiService {
1296
1311
  constructor(http, hostService) {
@@ -1322,13 +1337,18 @@ class FormSubmissionApiService {
1322
1337
  .pipe(map(resp => GetMultiFormSubmissionResponse.fromProto(resp)));
1323
1338
  }
1324
1339
  }
1325
- FormSubmissionApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormSubmissionApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
1326
- FormSubmissionApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormSubmissionApiService, providedIn: 'root' });
1327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormSubmissionApiService, decorators: [{
1340
+ FormSubmissionApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormSubmissionApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
1341
+ FormSubmissionApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormSubmissionApiService, providedIn: 'root' });
1342
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormSubmissionApiService, decorators: [{
1328
1343
  type: Injectable,
1329
1344
  args: [{ providedIn: 'root' }]
1330
1345
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
1331
1346
 
1347
+ // *********************************
1348
+ // Code generated by sdkgen
1349
+ // DO NOT EDIT!.
1350
+ //
1351
+ // API Service.
1332
1352
  // *********************************
1333
1353
  class FormsApiService {
1334
1354
  constructor(http, hostService) {
@@ -1394,14 +1414,19 @@ class FormsApiService {
1394
1414
  .pipe(map(resp => PreviewFormResponse.fromProto(resp)));
1395
1415
  }
1396
1416
  }
1397
- FormsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
1398
- FormsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormsApiService, providedIn: 'root' });
1399
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormsApiService, decorators: [{
1417
+ FormsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormsApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
1418
+ FormsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormsApiService, providedIn: 'root' });
1419
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormsApiService, decorators: [{
1400
1420
  type: Injectable,
1401
1421
  args: [{ providedIn: 'root' }]
1402
1422
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
1403
1423
 
1404
1424
  // *********************************
1425
+ // Code generated by sdkgen
1426
+ // DO NOT EDIT!.
1427
+ //
1428
+ // Index.
1429
+ // *********************************
1405
1430
 
1406
1431
  class FormSubmissionsExportService {
1407
1432
  constructor(http, hostService) {
@@ -1427,14 +1452,15 @@ class FormSubmissionsExportService {
1427
1452
  }));
1428
1453
  }
1429
1454
  }
1430
- FormSubmissionsExportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormSubmissionsExportService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
1431
- FormSubmissionsExportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormSubmissionsExportService, providedIn: 'root' });
1432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: FormSubmissionsExportService, decorators: [{
1455
+ FormSubmissionsExportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormSubmissionsExportService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
1456
+ FormSubmissionsExportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormSubmissionsExportService, providedIn: 'root' });
1457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FormSubmissionsExportService, decorators: [{
1433
1458
  type: Injectable,
1434
1459
  args: [{ providedIn: 'root' }]
1435
1460
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
1436
1461
 
1437
1462
  // MANUALLY CREATED FILE
1463
+ // Don't delete this by mistake when you update the SDK with mscli!
1438
1464
 
1439
1465
  /**
1440
1466
  * Generated bundle index. Do not edit.